1. 5410cfd CFI reader: don't assume RA_REG is anything in particular; instead use by sewardj · 19 years ago
  2. 86facbc Intercept yet more functions on amd64. by sewardj · 19 years ago
  3. a733b5f by njn · 19 years ago
  4. 6418291 Fix PURPOSE comment. by sewardj · 19 years ago
  5. 0ab10c4 Fix compilation warnings on amd64 caused by I_die_here. by sewardj · 19 years ago
  6. 4a4f687 Move some macros into a more private place. by njn · 19 years ago
  7. 36b66df by njn · 19 years ago
  8. 641d5cc by njn · 19 years ago
  9. 694b1b6 by njn · 19 years ago
  10. 444eba1 by njn · 19 years ago
  11. 36932cb Moved Vex's arch/subarch detection out of main() into VG_(translate)()'s by njn · 19 years ago
  12. 695234d Make VG_(clone)() declaration private to m_syscalls. by njn · 19 years ago
  13. a91498f by njn · 19 years ago
  14. de583aa Move VG_(dispatch_ctr) out of vg_main.c, which never touches it, into by njn · 19 years ago
  15. da325d9 Move declaration of "struct vg_mallocfunc_info" from core.h into by njn · 19 years ago
  16. 9fc3112 Move VG_(block_signals)() to vg_scheduler.c, the only file that uses by njn · 19 years ago
  17. 923f15f Fix stabs parsing bug introduced by fix to bug 90128 which meant by tom · 19 years ago
  18. 94b1e2e Forgot a #include line. by njn · 19 years ago
  19. 44e1368 Modularised the demangler into m_demangle. (It very nearly fit our new by njn · 19 years ago
  20. 3967cb5 update properly by njn · 19 years ago
  21. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  22. f09745a Add a comment explaining the recently changed behaviour of RUNNING_ON_VALGRIND. by njn · 19 years ago
  23. a7f71a4 update by njn · 19 years ago
  24. 717cde5 by njn · 19 years ago
  25. 51d827b by njn · 19 years ago
  26. e96be67 by njn · 19 years ago
  27. c7b76a7 by njn · 19 years ago
  28. a60a7c1 Rename some _SIZE macros as _SZB to make their units clear. This change is by njn · 19 years ago
  29. 1d2cac0 Reinstate Tom's epoll commit which I lost when I made m_syscalls. by njn · 19 years ago
  30. 2521d32 by njn · 19 years ago
  31. 0e8c765 Enable the epoll system calls on amd64. by tom · 19 years ago
  32. 2d2b154 Remove dead function VG_(exit_single)(). by njn · 19 years ago
  33. 2bc1012 A crucial, crucial change: update my email address. by njn · 19 years ago
  34. a4469a7 Avoid compiler warnings. by njn · 19 years ago
  35. 502badb by njn · 19 years ago
  36. 4fbc86c by njn · 19 years ago
  37. 0ee4a95 Rework signal stack handling to avoid doing arithmetic on void pointers by tom · 19 years ago
  38. be18a59 Only show invalid-CfiSI messages at verbosity level >= 1. by sewardj · 19 years ago
  39. ad67ade It helps if my changes actually compile... by tom · 19 years ago
  40. cf941da Allow for the red zone when generating new_mem_stack_signal and by tom · 19 years ago
  41. a0e1656 Tidy up a bit. by sewardj · 19 years ago
  42. f91889f Add intercepts for unsigned long versions of the nothrow new and new[] by tom · 19 years ago
  43. 5bcde92 Fix stupid bug I introduced in r3556, which broke handling of RT signals. Sigh. by sewardj · 19 years ago
  44. 55022aa * Clean up the DWARF2 CFI reader a bit by sewardj · 19 years ago
  45. c4f204f VG_(addCfiSI): ignore CfiSIs which state an address range outside of by sewardj · 19 years ago
  46. 7624567 Improve debug printing by sewardj · 19 years ago
  47. f04fd62 Reset the address encoding to the default before parsing the by tom · 19 years ago
  48. e0707a6 Handle DW_CFA_register. by sewardj · 19 years ago
  49. cfe1046 Re-enable vex bb chasing. In fact this accidentally got reenabled in by sewardj · 19 years ago
  50. 520e349 rm debug printing by sewardj · 19 years ago
  51. 21c6d0f Initial cleanups based on target-specific defines. by sewardj · 19 years ago
  52. ee0bcbf Move the replacement code for the amd64 vsyscalls into the trampoline page by tom · 19 years ago
  53. bc7df20 Add macro definitions that make it possible to do cpu/os/both by sewardj · 19 years ago
  54. 3a1c7db Sort the CFI summary table and do lookups in it using binary search. by sewardj · 19 years ago
  55. bf60375 Create and use summary address range limits for the CFI records in by sewardj · 19 years ago
  56. 3a7cb97 CFI: if summarisation fails, don't add the result to our collection of by sewardj · 19 years ago
  57. 8eb4132 Fix various other CFI-frame-unwind bits and pieces. by sewardj · 19 years ago
  58. 325ec87 * handle DW_CFA_offset_extended_sf by sewardj · 19 years ago
  59. 2fd3890 Get DWARF CFI handling going on amd64 systems. This also required getting by tom · 19 years ago
  60. ce058b0 New flag --trace-cfi=yes|no [no], which is for debugging the CFI reader. by sewardj · 19 years ago
  61. 3516553 Get the CFI-based frame-unwinder to the point where it works at least by sewardj · 19 years ago
  62. 5c638c2 Beginnings of a DWARF CFI-based frame-unwinder. Does not yet do by sewardj · 19 years ago
  63. d485d69 Even more pissing with inline asm around to placate gcc-3.4 -fpic. We by sewardj · 19 years ago
  64. d4d203b local_sys_write_stderr: tell gcc what registers the asm trashes. by sewardj · 19 years ago
  65. c612186 Make the debug log module work on amd64. by tom · 19 years ago
  66. 311400b Rework the inline assembly implementations of write and getpid for x86 to by tom · 19 years ago
  67. 550f898 Add support for the fadvise system calls. by tom · 19 years ago
  68. 7efe7be A bunch of redirections for SuSE 9.2 on amd64. by sewardj · 19 years ago
  69. 9be7c98 Use %lu for all length values in debug messages or you will sometimes by tom · 19 years ago
  70. 601371a amd64 build fixes. by sewardj · 19 years ago
  71. 23c6a29 by sewardj · 19 years ago
  72. 6ffee52 Use __FUNCTION__ correctly. by sewardj · 19 years ago
  73. 55f9d1a by sewardj · 19 years ago
  74. 8c61589 More debug printing by sewardj · 19 years ago
  75. d85feff More printing fine-tuning by sewardj · 19 years ago
  76. 1fbc1a5 Print debugging info at various places in the startup sequence. by sewardj · 19 years ago
  77. a5ebfa9 Print a bit more prettily. by sewardj · 19 years ago
  78. 1cf558c by sewardj · 19 years ago
  79. 5efa55f Relax the requirement that a pub_tool_<modulename>.h file must exist by sewardj · 19 years ago
  80. 8a7fdd2 Make amd64-linux build again after m_sigframe hackery. by sewardj · 19 years ago
  81. 985fabb Create a new module, "sigframe", responsible for creating/destroying by sewardj · 19 years ago
  82. 267100d Rename the first three modules as per naming scheme. by sewardj · 19 years ago
  83. cc9549a Add statement-of-intent re top level module structure. by sewardj · 19 years ago
  84. 663a1bd Add initialisation-order sanity checks. by sewardj · 19 years ago
  85. fa8202f Update comment about stack management, and remove some unused functions. by sewardj · 19 years ago
  86. a752970 A leftover from the days of our own libpthread; now irrelevant. by sewardj · 19 years ago
  87. 9b3328d Add intercepts for operator new(unsigned long) and operator by sewardj · 19 years ago
  88. 045a405 Allow memcheck to take account of VGA_STACK_REDZONE_SIZE -- that is, by sewardj · 19 years ago
  89. 9ea0901 Add another redirect that we need. This has no effect at present by sewardj · 19 years ago
  90. d2b1711 by njn · 19 years ago
  91. 50ae1a7 by njn · 19 years ago
  92. 703eec5 Reword error messages in a not-quite-so-terse way. by sewardj · 19 years ago
  93. 5d2ca93 Even more syscalls. by sewardj · 19 years ago
  94. f8bb9e7 Get rid of the --sloppy-malloc= flag and the functionality it by sewardj · 19 years ago
  95. 33ef39c Removed bogus (UInt) casts from the amd64 signal frame builder and some by tom · 19 years ago
  96. 990e90c by njn · 19 years ago
  97. 2e1da50 Removed references to client_stack_base which no longer exists. by tom · 19 years ago
  98. 90eecea 64-bit cleanness -- use UWord instead of UInt. by njn · 19 years ago
  99. 50ba34e by njn · 19 years ago
  100. fc14e45 Deal with apparently non-cfront compliant new[]/delete[] manglings by sewardj · 19 years ago