1. 11 Oct, 2011 1 commit
  2. 28 Apr, 2011 1 commit
  3. 09 Mar, 2011 2 commits
  4. 31 Jan, 2011 1 commit
  5. 15 Dec, 2009 1 commit
  6. 10 Jul, 2009 1 commit
  7. 01 May, 2007 1 commit
  8. 30 Nov, 2006 2 commits
  9. 27 Nov, 2006 1 commit
  10. 27 Jun, 2006 1 commit
    • Eric Pouech's avatar
      dbghelp: Module info. · e4441d7e
      Eric Pouech authored
      - now internally storing module info as a 64bit module structure
        (the interest in not in the 64 bit side of things, but because
        it allows storing lots of usefull information)
      - fixed SymGetModuleInfo64W which wasn't returning the
        LoadedPdbName field
      - now filling for MSC files with the extended information
        (instead of guessing it)
      - reused the extended module info to store wine ELF module
        information (link for map link, stabs vs dwarf symbol info)
      e4441d7e
  11. 20 Jun, 2006 1 commit
  12. 23 May, 2006 1 commit
  13. 12 Sep, 2005 1 commit
  14. 03 Jan, 2005 1 commit
  15. 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