1. 11 Nov, 2015 1 commit
  2. 04 Aug, 2015 1 commit
    • Ken Thomases's avatar
      dbghelp: Ignore Mach-O segments other than __TEXT for images in dyld's shared cache. · 49f0bf6f
      Ken Thomases authored
      Images in the shared cache have their segments mapped non-contiguously.  We
      don't know how to find where the non-__TEXT segments actually are.  Also, the
      code assumes that the image is mapped contiguously in various places.  So, we
      just ignore those segments.
      
      Treating the non-contiguous segments as though they were contiguous caused
      their apparent memory ranges to overlap, leading to addresses being attributed
      to the wrong module, let alone symbol.
      49f0bf6f
  3. 23 Apr, 2012 1 commit
  4. 26 Mar, 2012 1 commit
  5. 10 Jan, 2011 1 commit
  6. 25 Mar, 2009 1 commit
  7. 19 Jan, 2009 1 commit
  8. 20 Oct, 2008 1 commit
  9. 04 Sep, 2008 3 commits
  10. 18 Jan, 2008 1 commit
  11. 03 Aug, 2007 1 commit
  12. 01 May, 2007 1 commit
  13. 22 Feb, 2007 7 commits
  14. 30 Nov, 2006 1 commit
  15. 30 Oct, 2006 1 commit
  16. 13 Jul, 2006 1 commit
  17. 23 May, 2006 1 commit
  18. 11 May, 2006 2 commits
    • Eric Pouech's avatar
      dbghelp: SymFindFileInPath and PDB · a5b1581e
      Eric Pouech authored
      - implemented correct lookup when SymFindFileInPath is called to find
        a PDB file
      - added pdb_fetch_file_info to gather relevant information
      - when looking for a PDB file (from a .EXE or a .DLL), now using
        SymFindFileInPath to locate the PDB file with the correct
        information
      a5b1581e
    • Eric Pouech's avatar
      dbghelp: SymInitializeW. · 2e7d3c38
      Eric Pouech authored
      - implemented SymInitializeW (and made SymInitialize call it)
      - implemented Sym{SG}etSearchPathW (and made Sym{SG}etSearchPath
        call them)
      - per process search path is now stored as unicode string
      2e7d3c38
  19. 20 Feb, 2006 2 commits
  20. 23 Jan, 2006 1 commit
  21. 29 Nov, 2005 1 commit
  22. 28 Nov, 2005 1 commit
  23. 18 May, 2005 1 commit
  24. 29 Mar, 2005 1 commit
  25. 21 Oct, 2004 1 commit
  26. 05 Oct, 2004 1 commit
  27. 14 Jun, 2004 1 commit
  28. 05 Apr, 2004 1 commit