1. 520e349 rm debug printing by sewardj · 19 years ago
  2. 3a1c7db Sort the CFI summary table and do lookups in it using binary search. by sewardj · 19 years ago
  3. bf60375 Create and use summary address range limits for the CFI records in by sewardj · 19 years ago
  4. 2fd3890 Get DWARF CFI handling going on amd64 systems. This also required getting by tom · 19 years ago
  5. 3516553 Get the CFI-based frame-unwinder to the point where it works at least by sewardj · 19 years ago
  6. 5c638c2 Beginnings of a DWARF CFI-based frame-unwinder. Does not yet do by sewardj · 19 years ago
  7. 55f9d1a by sewardj · 19 years ago
  8. 9ee81f5 by sewardj · 19 years ago
  9. 748a131 Add VGP_(setup_redirects) to the platform specific layers and use by tom · 19 years ago
  10. f26d068 Don't truncate symbol values in ELF symbol tables. by tom · 19 years ago
  11. 6f917fd Get thew DWARF reading going on 64 bit machines. by tom · 19 years ago
  12. 695c16e Remove the "vg_" prefix from a lot of non-global variables. by njn · 19 years ago
  13. be73f43 by njn · 19 years ago
  14. db9b773 Use "VGA_" prefix more consistently. by njn · 19 years ago
  15. 35172bc Rename some arch-specific macros to use the more consistent "VGA_" prefix. by njn · 19 years ago
  16. 47b209a Rename M_VG_ERRTXT as VG_ERRTXT_LEN, which is more consistent with other names. by njn · 19 years ago
  17. d01fef7 by njn · 19 years ago
  18. 6751613 make function names more uniform by njn · 19 years ago
  19. f426131 by njn · 19 years ago
  20. a168590 Don't try to stuff 16 bit values into 12 bit variables. by njn · 19 years ago
  21. 1fd5eb2 Use Vg_DebugMsg for all the things printed with -v, rather than Vg_UserMsg. by njn · 19 years ago
  22. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  23. b5f6f51 by sewardj · 19 years ago
  24. 6941a1a Fix enough syscall stuff so that simple X applications run (xfontsel, xedit). by sewardj · 19 years ago
  25. a4da2f3 Minimal, horrible hacks needed to make vsyscalls work on amd64. by sewardj · 19 years ago
  26. 1024cf7 Various cleanups to revised low-level memory manager. by sewardj · 19 years ago
  27. 7a21c61 Make ELF symbol reading work on both 32 and 64 bit platforms. by sewardj · 19 years ago
  28. fa8ec11 Complete rewrite (I think this is the 4th incarnation) of translation by sewardj · 20 years ago
  29. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  30. c616819 by njn · 20 years ago
  31. 4ccf707 Get rid of all vestiges of translation-chaining, and generally clean by sewardj · 20 years ago
  32. ca0518d by njn · 20 years ago
  33. cfcfa93 More debug printing for redirections (disabled). by sewardj · 20 years ago
  34. 2a99cf6 Get rid of baseBlock. Now, when generated code is running, the guest by sewardj · 20 years ago
  35. 4e9a4b6 Do our own implementations of strchrnul() and rawmemchr(). by sewardj · 20 years ago
  36. 928a5f7 by nethercote · 20 years ago
  37. 8991d5a by nethercote · 20 years ago
  38. c1c5795 Make sure source-location mapping entries of size zero are converted by thughes · 20 years ago
  39. 73b526f by nethercote · 20 years ago
  40. 3b38c1d Increase the size of M_VG_ERRTXT from 512B to 4KB, increasing the size of C++ by nethercote · 20 years ago
  41. bdaa89f Arch-abstraction: - abstract out three ELF constants by nethercote · 20 years ago
  42. cd65604 by nethercote · 20 years ago
  43. fbfc108 Arch-abstraction: introduce constants for min and max instruction sizes. by nethercote · 20 years ago
  44. c06e213 Arch-abstraction: by nethercote · 20 years ago
  45. f1e5e15 by nethercote · 20 years ago
  46. b1e1ad4 Remove VG_() from name of local function. by nethercote · 20 years ago
  47. 85cdd34 by nethercote · 20 years ago
  48. 05fdfac Fix bug #86254 -- symtab sorting was going array in very obscure circumstances by nethercote · 20 years ago
  49. e567e70 Added assertion checking to a whole bunch of mmap() and munmap() calls. I used by nethercote · 20 years ago
  50. b4250ae by nethercote · 20 years ago
  51. 132be6f Printing slightly more informative message when mmap fails. by nethercote · 20 years ago
  52. c035bd9 Add support for separate debug files, which are just separate ELF files by thughes · 20 years ago
  53. e4e779d Fix bug 73655. by rjwalsh · 20 years ago
  54. 2979440 Quiet an overly noisy message. by fitzhardinge · 20 years ago
  55. 266c616 Redirect _dl_sysinfo_int80, which is glibc's default system call by thughes · 20 years ago
  56. 83d8a71 Fix for bug 73326. It seems that gcc 3.2.2 is generating negatively-sized by fitzhardinge · 21 years ago
  57. 7cc9c23 Convert "skin" to "tool" in various places; almost entirely within comments, by nethercote · 21 years ago
  58. 5ed88f2 remove anonymous unions - not supported by older versions of gcc. by mueller · 21 years ago
  59. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  60. b19cff6 Add an implementation of strnlen for memcheck, from Tom Hughes. by jseward · 21 years ago
  61. 1a4adf0 Fix nasty use after free bug revealed by last munmap fix. by fitzhardinge · 21 years ago
  62. a053a84 resolve_redir(): when a redirect is resolved, if the source has by jseward · 21 years ago
  63. da70e11 For whatever reason, ld-2.3.2.so (ld-linux.so.2) seems to have its own by jseward · 21 years ago
  64. 5348e56 Use the redir machinery to forcibly remap stpcpy in libc.so.6 to our by jseward · 21 years ago
  65. bdce5e0 Make the debug printing in the symbol redirect machinery, easier to understand. by jseward · 21 years ago
  66. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  67. efda47f Make symbol prefix matching table driver, and be a bit more careful by fitzhardinge · 21 years ago
  68. 1c76dc4 When merging multiple symbols with the same address, rather than always by fitzhardinge · 21 years ago
  69. 8b3131a Patch in a DWARF1 (obsolete) line number reader, from the stable (2.0) by jseward · 21 years ago
  70. 0edbfb5 Print "object doesn't have a %s" all on one line. by jseward · 21 years ago
  71. fd1ea4c Fixed test in section finding code that was broken for .plt and .got sections. by nethercote · 21 years ago
  72. 82df83e make it compile on non-C90 compilers. Thanks for the patch. by mueller · 21 years ago
  73. 75c0ed6 be less verbose by default by mueller · 21 years ago
  74. 80f7678 by nethercote · 21 years ago
  75. 3acbb5d Remove local shellshort function, use the standard VG_(ssort). by nethercote · 21 years ago
  76. 77eba60 by nethercote · 21 years ago
  77. f3c3f1a When creating a logfile name, add a sequence number to the name in case by jsgf · 21 years ago
  78. a065a9c Fix a bug in the duplicate string squasher, which was a bit over-eager by jsgf · 21 years ago
  79. cb1d1c0 Adds VG_(describe_addr)() for generating symbolic descriptions of a by jsgf · 21 years ago
  80. 5686735 Delete some "inline" directives on functions that gcc-3.3.1 declined by sewardj · 21 years ago
  81. fa1016e by njn · 21 years ago
  82. 6c84655 by njn · 21 years ago
  83. c1fc4fc Do the symbol substitution game for glibc-2.2.93 too (Red Hat 8). by sewardj · 21 years ago
  84. f3406d0 VG_(setup_code_redirect_table): do errno etc entry-point redirection by sewardj · 21 years ago
  85. c8bf5fe Refine the PLT-bypassing-bypassing machinery so it works on Red Hat 9. by sewardj · 21 years ago
  86. 8a77ffb A bit of cleaning up now that symbol table reading is no longer optional. by sewardj · 21 years ago
  87. 25c7c3a by sewardj · 21 years ago
  88. 7e73e5f spelling fixes by daywalker · 21 years ago
  89. 05bcdcb gcc-3.3 as supplied with SuSE 8.2 ("gcc version 3.3 20030226 by sewardj · 21 years ago
  90. 4a3849b Merge patch from JosefW: by sewardj · 21 years ago
  91. 9b81a42 Merge patch from Josef Weidendorfer <Josef.Weidendorfer@gmx.de>: by sewardj · 21 years ago
  92. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  93. 3e88418 ----------------------------------------------------------------------------- by njn · 21 years ago
  94. 43c799e by njn · 21 years ago
  95. b877d49 Added VG_(get_obj)(). by njn · 22 years ago
  96. 6e008cb Change the behaviour of VG_(get_fnname) back to what it was, viz, not by sewardj · 22 years ago
  97. baf6d42 by sewardj · 22 years ago
  98. c75dd52 by sewardj · 22 years ago
  99. 1771e17 by sewardj · 22 years ago
  100. 8fe2c1f (Josef Weidendorfer): by sewardj · 22 years ago