1. 923f15f Fix stabs parsing bug introduced by fix to bug 90128 which meant by tom · 19 years ago
  2. da388f4 Skip a stab if it has no ':' at all. by njn · 19 years ago
  3. a3b16dc Avoid name clash with builtin isdigit(). by njn · 19 years ago
  4. f225331 Fix incorrect parsing of 'R' floating-point types. by njn · 19 years ago
  5. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  6. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  7. 6b6667f Remove a couple of commented out lines that were left in when committing by thughes · 20 years ago
  8. 4aa03c4 Try and improve the parsing of C++ stabs that contain :: sequences. This by thughes · 20 years ago
  9. 2988f49 Turn off stabs debugging. by thughes · 20 years ago
  10. 60d62a7 More fixes for stabs generated by the GNAT compiler. This patch by thughes · 20 years ago
  11. 8c34d52 Added a module level stabs_debug flag to turn on all debugging. by thughes · 20 years ago
  12. cf5534b If a name is marked as both a typedef and a tag then ignore the tag marker by thughes · 20 years ago
  13. 4dc3aea The fix for bug 85811 added decoding of many extra negative type by thughes · 20 years ago
  14. f1e5e15 by nethercote · 20 years ago
  15. cbc3bcd The size passed to VG_(st_mkfloat) should be in bytes, not bits. by thughes · 20 years ago
  16. dfd8067 Added code to decode a number of additional negative type numbers by thughes · 20 years ago
  17. 0febe08 comment wibble by nethercote · 20 years ago
  18. c52fd7f Fix for bug 77869. Names in stabs are terminated by ':'. Except templated by fitzhardinge · 20 years ago
  19. b0bde39 Oops, passing wrong thing to st_mkarray by fitzhardinge · 20 years ago
  20. 7194a56 Fix for bug 73892; implement 'S' set/bitstring stabs type. by fitzhardinge · 20 years ago
  21. e5f9d91 Cope with strange templated symbol names containing quoted ':'. by fitzhardinge · 20 years ago
  22. 3e2c6d5 Fix bug 76780 - implement stabs type '@' for pointer to member. by fitzhardinge · 20 years ago
  23. d8685b8 This fixes bug 75614. It seems that a symbol can be named by fitzhardinge · 21 years ago
  24. 5ed88f2 remove anonymous unions - not supported by older versions of gcc. by mueller · 21 years ago
  25. 9fc153f Handle 'B' (volatile) and 'k' (const) qualifiers in stabs. (Tom by jseward · 21 years ago
  26. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  27. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  28. 7ea9adc Renamed two of the new files: by njn · 21 years ago[Renamed from coregrind/vg_symtab_stabs.c]
  29. 4bbdc97 Added header + copyright notice + footer to some files missing them. by njn · 21 years ago
  30. cb1d1c0 Adds VG_(describe_addr)() for generating symbolic descriptions of a by jsgf · 21 years ago