Skip to content
Snippets Groups Projects
  1. Nov 13, 2023
  2. Oct 10, 2022
  3. Sep 30, 2022
  4. Feb 09, 2022
  5. Oct 29, 2021
  6. Oct 07, 2021
  7. Apr 06, 2020
  8. Mar 09, 2015
  9. May 21, 2012
  10. Oct 11, 2011
  11. Apr 28, 2011
  12. Mar 09, 2011
  13. Jan 31, 2011
  14. Dec 15, 2009
  15. Jul 10, 2009
  16. May 01, 2007
  17. Nov 30, 2006
  18. Nov 27, 2006
  19. Jun 27, 2006
    • Eric Pouech's avatar
      dbghelp: Module info. · e4441d7e
      Eric Pouech authored and Alexandre Julliard's avatar Alexandre Julliard committed
      - 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
  20. Jun 20, 2006
  21. May 23, 2006
  22. Sep 12, 2005
  23. Jan 03, 2005
  24. Nov 21, 2004
    • Eric Pouech's avatar
      - moved into new mscvpdb.h (out of msc.c) all types and defines needed · 9995c7d3
      Eric Pouech authored and Alexandre Julliard's avatar Alexandre Julliard committed
        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
Loading