1. 9fe75c7 Save FPU state when saving context. For XMM-capable CPUs only (for now). by Konstantin Belousov · 15 years ago
  2. 117ccd2 Move all XMM offsets into one place. by Konstantin Belousov · 15 years ago
  3. f6546e2 Implement the base code to fetch x86/xmm state on x86. Offsets to be filled. by Konstantin Belousov · 15 years ago
  4. 2c50c95 Correct arguments for Debug(). Shut up warning by using the cast. by Konstantin Belousov · 15 years ago
  5. d1676f1 Fix warnings on 32 bit x86 by Arun Sharma · 15 years ago
  6. caa6095 Fix compile errors on Linux by Arun Sharma · 15 years ago
  7. ad6b2f9 Fix tests for PTRACE_* and PT_*. by Konstantin Belousov · 15 years ago
  8. 979af45 Move local_resume to os-specific file. by Konstantin Belousov · 15 years ago
  9. 0dbeeeb Move uc_addr to os-specific file by Konstantin Belousov · 15 years ago
  10. 79d0123 Move get_scratch_loc() to os-specific file. by Konstantin Belousov · 15 years ago
  11. aeee03d Reduce diffs to master by Konstantin Belousov · 15 years ago
  12. ccc0ae6 More move of osdep code. by Konstantin Belousov · 15 years ago
  13. a40641f Trim spaces by Konstantin Belousov · 15 years ago
  14. fd88f41 Merge remote branch 'origin/master' into freebsd by Konstantin Belousov · 15 years ago
  15. 8e53e62 Refactor os specific code for x86 (both 32 and 64 bit). by Arun Sharma · 15 years ago
  16. 459b2a5 Normalize test code by Konstantin Belousov · 15 years ago
  17. 980ccff Merge remote branch 'origin/master' into freebsd by Konstantin Belousov · 15 years ago
  18. 8fa95f3 Simplify the check for ptrace operations. by Konstantin Belousov · 15 years ago
  19. 601919e Update FreeBSD notes. by Konstantin Belousov · 15 years ago
  20. 7169958 Add some notes about FreeBSD. by Konstantin Belousov · 15 years ago
  21. 574d32a malloc.h is not needed. by Konstantin Belousov · 15 years ago
  22. 6e07e94 Revert "Test for malloc.h." by Konstantin Belousov · 15 years ago
  23. 2b7ca45 Fix handling of SA_SIGINFO frames on 32 bit x86 by Arun Sharma · 15 years ago
  24. 22b1726 Test for malloc.h. by Konstantin Belousov · 15 years ago
  25. bd27988 Reformat os-freebsd.c. by Konstantin Belousov · 15 years ago
  26. 5715d91 Make setjmp/longjmp work at least on FreeBSD/amd64. by Konstantin Belousov · 15 years ago
  27. 31ece3e Fix setcontext for amd64 freebsd by Konstantin Belousov · 15 years ago
  28. ad97600 Correct the configure check for -ldl. by Konstantin Belousov · 15 years ago
  29. 9bb9c97 Merge with origin/master by Konstantin Belousov · 15 years ago
  30. 6203f1c Cleanup a mapped elf image. by Arun Sharma · 15 years ago
  31. 7bd264e Fix up what looks like an unintentional semi colon. by Arun Sharma · 15 years ago
  32. 8a75ba9 Signal trampoline on amd64 for ia32 is special. by Konstantin Belousov · 15 years ago
  33. e514292 Handle error return from is_signal_frame by Konstantin Belousov · 15 years ago
  34. e9cd300 Move x86 porting further. by Konstantin Belousov · 15 years ago
  35. 71c4161 Remove extra empty line by Konstantin Belousov · 15 years ago
  36. bdee34d Jump buffer indices for FreeBSD/x86. by Konstantin Belousov · 15 years ago
  37. d3ddc9b Cap the runtime for rs-race by Arun Sharma · 15 years ago
  38. f8a15e9 Fix a couple of test breakages on x86_64 by Arun Sharma · 15 years ago
  39. 24112f6 Fix some test failures on x86_64 on distros with small default stacks. by Arun Sharma · 15 years ago
  40. a6b23dc Add partial implementation for is_signal_frame for i386. by Konstantin Belousov · 15 years ago
  41. 54f8b2f Fill real offsets for freebsd by Konstantin Belousov · 15 years ago
  42. d737709 Close #if by Konstantin Belousov · 15 years ago
  43. 47dcc89 Remove unneeded braces by Konstantin Belousov · 15 years ago
  44. 3b026a7 Fix i386 distinctions between freebsd and linux for mcontext. by Konstantin Belousov · 15 years ago
  45. bb41eba FreeBSD/i386 port. get/setcontext need further work by Konstantin Belousov · 15 years ago
  46. c61e0b9 Add sys/types.h for x86. by Konstantin Belousov · 15 years ago
  47. 71cbdc6 Provide real values for jmpbuf offsets for FreeBSD by Konstantin Belousov · 15 years ago
  48. 9f79621 Enough for now for ptrace backend by Konstantin Belousov · 15 years ago
  49. 752ce15 Preliminary version of freebsd syscall unwinder by Konstantin Belousov · 15 years ago
  50. c1b1c10 Fix memory leak on error by Konstantin Belousov · 15 years ago
  51. 4b3ca29 Fix PT_SYSCALL ignoring of ip by Konstantin Belousov · 15 years ago
  52. 89e1df2 Fix _UI_siglongjmp_cont name by Konstantin Belousov · 15 years ago
  53. 0f1c0f5 Fix resume. by Konstantin Belousov · 15 years ago
  54. 43ed5b3 Add required assembler magic. by Konstantin Belousov · 15 years ago
  55. 5f5b1a5 tdep_get_elf_image should be public by Konstantin Belousov · 15 years ago
  56. ad93215 Port test-ptrace by Konstantin Belousov · 15 years ago
  57. 093855f Remove unneeded includes of sys/types.h by Konstantin Belousov · 15 years ago
  58. 64b5391 Include sys/types.h once by Konstantin Belousov · 15 years ago
  59. da357e3 Revert "sys/types.h" by Konstantin Belousov · 15 years ago
  60. 53095e6 Code for resume by Konstantin Belousov · 15 years ago
  61. c647238 Support walk over freebsd sigframes by Konstantin Belousov · 15 years ago
  62. d0d5f99 Correct rsp offset by Konstantin Belousov · 15 years ago
  63. efd0655 Silence warning about symbol redefinition. by Konstantin Belousov · 15 years ago
  64. 59d38aa Properly handle -ldl and -lutil by Konstantin Belousov · 15 years ago
  65. d7eea91 Cast caddr_t argument for ptrace by Konstantin Belousov · 15 years ago
  66. 200147d Handle fpu state by Konstantin Belousov · 15 years ago
  67. 62218e1 Provide proper offsets for gregs in freebsd ucontext. Note that fp regs are not handled. by Konstantin Belousov · 15 years ago
  68. 63ae8ca Correct assignments, remove unneeded includes. by Konstantin Belousov · 15 years ago
  69. 4de09a9 Implement freebsd-specific vm walker. by Konstantin Belousov · 15 years ago
  70. 81f2de0 Add implementation of unw_is_signal_frame for freebsd. by Konstantin Belousov · 15 years ago
  71. 1ba7599 Add FreeBSD stub. by Konstantin Belousov · 15 years ago
  72. 2646e0f Add freebsd stub by Konstantin Belousov · 15 years ago
  73. 5976f1a sys/types.h by Konstantin Belousov · 15 years ago
  74. d7f5141 MAP_ANONYMOUS by Konstantin Belousov · 15 years ago
  75. 3eabce1 Include sys/types.h when needed. by Konstantin Belousov · 15 years ago
  76. 29c1102 _NSIG. by Konstantin Belousov · 15 years ago
  77. c7ffca1 FreeBSD way to name registers. by Konstantin Belousov · 15 years ago
  78. 8ccebc9 MAP_ANONYMOUS by Konstantin Belousov · 15 years ago
  79. 78cb28b PT_CONTINUE. by Konstantin Belousov · 15 years ago
  80. d4a4ddd Provide access to the general regs on FreeBSD. by Konstantin Belousov · 15 years ago
  81. cf6ae35 Code to read/write user memory on FreeBSD by Konstantin Belousov · 15 years ago
  82. d11456f Code to read/write fpregs on FreeBSD by Konstantin Belousov · 15 years ago
  83. 905034c Initial attempt at the build infrastructure for FreeBSD. by Konstantin Belousov · 15 years ago
  84. 46ea106 Update documentation on building from git by Arun Sharma · 15 years ago
  85. 3468a6b Change MS_SYNC to MS_ASYNC by Arun Sharma · 15 years ago
  86. 7520767 Be gcc compatible for C++ exceptions on 32 bit platforms. by Stefan Demharter · 15 years ago
  87. 5a1d3c6 Remove bogus check on scan_string which is guaranteed to fail every time. by Arun Sharma · 15 years ago
  88. 54752e0 Implement getcontext for x86 by Paul Pluzhnikov · 15 years ago
  89. 0cf76ed Check for NULL when validating addresses by Paul Pluzhnikov · 15 years ago
  90. 9626d66 Fix a race condition in dwarf unwinding. by Paul Pluzhnikov · 15 years ago
  91. 890a630 Fix tests/Gtest-concurrent.c to test all caching policies by Paul Pluzhnikov · 15 years ago
  92. 2648a77 Simplify control flow by Paul Pluzhnikov · 15 years ago
  93. f958b9d Get rid of some bogus checks. by Paul Pluzhnikov · 15 years ago
  94. f88e949 Set UNW_TDEP_SP on x86 to ESP by Arun Sharma · 15 years ago
  95. d708954 Fix a warning message on i386 by Arun Sharma · 15 years ago
  96. 3067acf Remove duplicate calls to mark_as_used by Arun Sharma · 15 years ago
  97. 4ab26bc Fix compiler warnings seen with --disable_block_signals by Arun Sharma · 15 years ago
  98. 570c09a Fix another compiler warning. by Belisko Marek · 15 years ago
  99. 491d576 Fix compiler warnings on x86_64 by Arun Sharma · 15 years ago
  100. af9daf6 Fix the naming of the sigprocmask parameters. by Arun Sharma · 15 years ago