1. 03 Mar, 2017 1 commit
  2. 09 Nov, 2015 1 commit
  3. 29 Jun, 2015 1 commit
    • Ken Thomases's avatar
      dbghelp: Add support for loading an external DWARF debug info file associated with a Mach-O module. · 5c397763
      Ken Thomases authored
      Such external debug info files are created by the dsymutil command.  Usually, it
      creates a <name>.dSYM bundle directory but it can also produce a <name>.dwarf
      flat file.  The code will find and use either.  It first checks if such a bundle
      or file is adjacent to the module binary.  If it's not, it uses Spotlight to
      search for a .dSYM bundle based on the binary's UUID, which is what gdb and lldb
      do, too.  That way, it can find it anywhere on the system.
      5c397763
  4. 30 Jan, 2014 1 commit
  5. 02 Jan, 2014 1 commit
  6. 27 Sep, 2013 1 commit
  7. 05 Mar, 2013 1 commit
  8. 30 Jan, 2013 1 commit
  9. 16 Jan, 2013 1 commit
  10. 20 Sep, 2010 1 commit
  11. 19 Sep, 2010 1 commit
  12. 23 Aug, 2010 1 commit
  13. 21 Jul, 2010 1 commit
  14. 16 Mar, 2010 1 commit
  15. 23 Dec, 2009 3 commits
  16. 10 Dec, 2009 1 commit
  17. 27 Aug, 2009 1 commit
  18. 25 Mar, 2009 1 commit
  19. 12 Mar, 2009 1 commit
  20. 09 Mar, 2009 1 commit
  21. 04 Mar, 2008 1 commit
  22. 04 Feb, 2008 1 commit
  23. 30 Nov, 2006 1 commit
  24. 29 Sep, 2006 1 commit
  25. 14 Sep, 2006 1 commit
  26. 17 May, 2005 1 commit
  27. 09 May, 2005 1 commit
  28. 21 Nov, 2004 1 commit
    • Eric Pouech's avatar
      - moved into new mscvpdb.h (out of msc.c) all types and defines needed · 9995c7d3
      Eric Pouech authored
        to parse debug files generated by MS tools
      - moved into coff.c (and out of msc.c) the COFF handling
      - cleaned lots of types (add consistency across structs)
      - versioning of some defines and types (to follow MS tools evolution)
      - enhanced V2 of symbols parsing (some more types recognized, support
        of imported .pdb files)
      - added support for newest .pdb format
      9995c7d3
  29. 05 Apr, 2004 1 commit