1. 99e60be Fix the page boundary crossing bug. by Arun Sharma · 15 years ago
  2. b3757e7 Restore the linking when --enable-debug-frame is not specified by Konstantin Belousov · 15 years ago
  3. 00aed96 Add an experimental and optional frame chain unwinding for ARM by Arun Sharma · 15 years ago
  4. 46e10c5 Support .debug_frame based unwinding in _UPTi_find_unwind_table() by Arun Sharma · 15 years ago
  5. 546463d Factor out and export dwarf_find_debug_frame() function by Arun Sharma · 15 years ago
  6. 298e575 Fix freebsd build by Konstantin Belousov · 15 years ago
  7. 8ee7b17 Add ip argument to _UPTi_find_unwind_table. by Arun Sharma · 15 years ago
  8. 1787a2f Add path and pathlen arguments to tdep_get_elf_image() by Arun Sharma · 15 years ago
  9. b115ab6 Ignore separate debug files which contain a .gnu_debuglink section. by Arun Sharma · 15 years ago
  10. 66b7335 Adds missing register offsets for ARM by Arun Sharma · 15 years ago
  11. e1493dc Merge branch 'master' into freebsd by Konstantin Belousov · 15 years ago
  12. aa3bb30 Fix merge errors by Arun Sharma · 15 years ago
  13. c84005e Add unwind annotations for freebsd/x86 getcontext.S. by Konstantin Belousov · 15 years ago
  14. b73c618 Merge branch 'master' into freebsd by Konstantin Belousov · 15 years ago
  15. 0176c4f Merge commit 'fdc534ccb05d1e6c0438345d292203343a811701' by Arun Sharma · 15 years ago
  16. fdc534c Silence a compiler warning by Arun Sharma · 15 years ago
  17. 215afa3 Add unwind descriptors to getcontext.S by Arun Sharma · 15 years ago
  18. c140d85 Undo commit f252f5ff4e51af90fd6629f122f72556db94ccb7 for now. by Arun Sharma · 15 years ago
  19. d3c4bc4 Fix a compiler warning by Arun Sharma · 15 years ago
  20. 045c55b Be conservative in all pointer derefrences by default. by Lassi Tuura · 15 years ago
  21. d4fbc83 Detect end of stack in x86-64 rbp-based walk. by Lassi Tuura · 15 years ago
  22. 92cc7fd Remove obsolete code for 'old way' of handling x86-64 signal frames. by Lassi Tuura · 15 years ago
  23. f252f5f Recognise and unwind through PLT. by Lassi Tuura · 15 years ago
  24. a9dce3c During the stack unwinding process, the return address points to by Lassi Tuura · 15 years ago
  25. 4c553ce Identify end-of-stack by undefined return address location. by Lassi Tuura · 15 years ago
  26. dac2d00 Identify signal frames by augmentation attribute. by Lassi Tuura · 15 years ago
  27. 250382c Use wider format when printing addresses in debug format. by Lassi Tuura · 15 years ago
  28. 58f290e Add config.h. by Konstantin Belousov · 15 years ago
  29. 2709abc msync() also may be called on unaligned address. by Konstantin Belousov · 15 years ago
  30. 4454413 Account for possible unaligned access. by Konstantin Belousov · 15 years ago
  31. ee99dbe Use mincore instead of msync when available by Konstantin Belousov · 15 years ago
  32. 75b76d1 Save FPU context for i386. by Konstantin Belousov · 15 years ago
  33. b1c68e0 Arrange the FreeBSD ucontext offset definitions in ascending order. by Konstantin Belousov · 15 years ago
  34. a67654e [PATCH] Reduce scope of the eh_frame_end local variable by Giuseppe Scrivano · 15 years ago
  35. 1d9c5a3 Fix compiler warnings on x86_64 Linux by Arun Sharma · 15 years ago
  36. 5a70fab Fix compiler warnings on x86 Linux by Arun Sharma · 15 years ago
  37. 127acf8 Use correct offset name and value for ucontext offset in struct sigframe by Konstantin Belousov · 15 years ago
  38. 0d311ea Add abort() after sigreturn calls by Konstantin Belousov · 15 years ago
  39. 34b064b Fix typo. by Konstantin Belousov · 15 years ago
  40. 1e77c66 Fix FreeBSD/x86_64 sigcontext restore by Konstantin Belousov · 15 years ago
  41. 61f4345 Fix an issue where len was too short for sysctl to recieve the process vm map. by Konstantin Belousov · 15 years ago
  42. 02d0cb6 Do not save FPU context on x86 for now; XMM save area must be 16-bytes aligned by Konstantin Belousov · 15 years ago
  43. ae7eebb Separate getcontext implementation for x86 by Konstantin Belousov · 15 years ago
  44. 66e49bd Save %eax for i386 by Konstantin Belousov · 15 years ago
  45. 5a7407d Merge branch 'master' into freebsd by Konstantin Belousov · 15 years ago
  46. c2d7804 GCC compatibility on x86 for C++ exception handling by Arun Sharma · 15 years ago
  47. eb8857a Silence a compiler warning by Giuseppe Scrivano · 15 years ago
  48. 8431905 Remove unneeded include. by Konstantin Belousov · 15 years ago
  49. 21f0e90 Rework 69001646fa8, store sigframe address into sigcontext_addr. by Konstantin Belousov · 15 years ago
  50. 42bc15c Provide proper register offsets in the gregset for FreeBSD/i386 by Konstantin Belousov · 15 years ago
  51. f10f851 Add slightly more debug output by Konstantin Belousov · 15 years ago
  52. e33fa9f Ditch using the libutil, it is not async-signal safe. by Konstantin Belousov · 15 years ago
  53. 6900164 Store the ucontext_t pointer to properly handle resume across signal frames. by Konstantin Belousov · 15 years ago
  54. f01a043 Convince gcc that x86_64_sigreturn cannot return, as declared. by Konstantin Belousov · 15 years ago
  55. a688d6c Remove unused variable. by Konstantin Belousov · 15 years ago
  56. dd1c7b6 Declare mxcsr as XMM by Konstantin Belousov · 15 years ago
  57. 53f7e65 For FreeBSD/i386, add real offset values for FPU context fields. by Konstantin Belousov · 15 years ago
  58. 6f7b335 Add my copyrights to several files that contain essential modifications by Konstantin Belousov · 15 years ago
  59. 9fe75c7 Save FPU state when saving context. For XMM-capable CPUs only (for now). by Konstantin Belousov · 15 years ago
  60. 117ccd2 Move all XMM offsets into one place. by Konstantin Belousov · 15 years ago
  61. f6546e2 Implement the base code to fetch x86/xmm state on x86. Offsets to be filled. by Konstantin Belousov · 15 years ago
  62. 2c50c95 Correct arguments for Debug(). Shut up warning by using the cast. by Konstantin Belousov · 15 years ago
  63. d1676f1 Fix warnings on 32 bit x86 by Arun Sharma · 15 years ago
  64. caa6095 Fix compile errors on Linux by Arun Sharma · 15 years ago
  65. 979af45 Move local_resume to os-specific file. by Konstantin Belousov · 15 years ago
  66. 0dbeeeb Move uc_addr to os-specific file by Konstantin Belousov · 15 years ago
  67. 79d0123 Move get_scratch_loc() to os-specific file. by Konstantin Belousov · 15 years ago
  68. aeee03d Reduce diffs to master by Konstantin Belousov · 15 years ago
  69. ccc0ae6 More move of osdep code. by Konstantin Belousov · 15 years ago
  70. a40641f Trim spaces by Konstantin Belousov · 15 years ago
  71. fd88f41 Merge remote branch 'origin/master' into freebsd by Konstantin Belousov · 15 years ago
  72. 8e53e62 Refactor os specific code for x86 (both 32 and 64 bit). by Arun Sharma · 15 years ago
  73. 980ccff Merge remote branch 'origin/master' into freebsd by Konstantin Belousov · 15 years ago
  74. 2b7ca45 Fix handling of SA_SIGINFO frames on 32 bit x86 by Arun Sharma · 15 years ago
  75. bd27988 Reformat os-freebsd.c. by Konstantin Belousov · 15 years ago
  76. 5715d91 Make setjmp/longjmp work at least on FreeBSD/amd64. by Konstantin Belousov · 15 years ago
  77. 31ece3e Fix setcontext for amd64 freebsd by Konstantin Belousov · 15 years ago
  78. 9bb9c97 Merge with origin/master by Konstantin Belousov · 15 years ago
  79. 6203f1c Cleanup a mapped elf image. by Arun Sharma · 15 years ago
  80. 7bd264e Fix up what looks like an unintentional semi colon. by Arun Sharma · 15 years ago
  81. 8a75ba9 Signal trampoline on amd64 for ia32 is special. by Konstantin Belousov · 15 years ago
  82. e514292 Handle error return from is_signal_frame by Konstantin Belousov · 15 years ago
  83. e9cd300 Move x86 porting further. by Konstantin Belousov · 15 years ago
  84. 71c4161 Remove extra empty line by Konstantin Belousov · 15 years ago
  85. f8a15e9 Fix a couple of test breakages on x86_64 by Arun Sharma · 15 years ago
  86. a6b23dc Add partial implementation for is_signal_frame for i386. by Konstantin Belousov · 15 years ago
  87. 54f8b2f Fill real offsets for freebsd by Konstantin Belousov · 15 years ago
  88. 47dcc89 Remove unneeded braces by Konstantin Belousov · 15 years ago
  89. bb41eba FreeBSD/i386 port. get/setcontext need further work by Konstantin Belousov · 15 years ago
  90. 9f79621 Enough for now for ptrace backend by Konstantin Belousov · 15 years ago
  91. 752ce15 Preliminary version of freebsd syscall unwinder by Konstantin Belousov · 15 years ago
  92. c1b1c10 Fix memory leak on error by Konstantin Belousov · 15 years ago
  93. 89e1df2 Fix _UI_siglongjmp_cont name by Konstantin Belousov · 15 years ago
  94. 0f1c0f5 Fix resume. by Konstantin Belousov · 15 years ago
  95. 43ed5b3 Add required assembler magic. by Konstantin Belousov · 15 years ago
  96. 5f5b1a5 tdep_get_elf_image should be public by Konstantin Belousov · 15 years ago
  97. 093855f Remove unneeded includes of sys/types.h by Konstantin Belousov · 15 years ago
  98. 53095e6 Code for resume by Konstantin Belousov · 15 years ago
  99. c647238 Support walk over freebsd sigframes by Konstantin Belousov · 15 years ago
  100. d0d5f99 Correct rsp offset by Konstantin Belousov · 15 years ago