1. 15 May, 2007 3 commits
  2. 20 Apr, 2007 1 commit
  3. 13 Mar, 2007 2 commits
  4. 05 Mar, 2007 1 commit
  5. 22 Feb, 2007 10 commits
  6. 06 Dec, 2006 3 commits
  7. 27 Nov, 2006 8 commits
  8. 26 Sep, 2006 1 commit
    • Eric Pouech's avatar
      dbghelp: Variables & registers. · 6c4c6426
      Eric Pouech authored
      - more strickling differentiation variable location between 
        a register, and the dereferenced address defined by a
        register (and possibly an offset)
      - added a parameter to symt_add_func_local (and internal symbol
        data struct) to help differentiate
      - fix all debug parsers to confer to this new scheme
      6c4c6426
  9. 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
  10. 26 Jun, 2006 1 commit
    • Eric Pouech's avatar
      dbghelp: Dwarf & thunks. · e9910fee
      Eric Pouech authored
      - added the elf_is_in_thunk_area() function to locate an address
        within the known thunk area of Wine's builtin modules
      - now passing this thunk information to the dwarf parser so that it
        can drop functions from the thunk areas (as dwarf symbols), so that
        those functions can be later on marked as thunks in dbghelp
        internals
      e9910fee
  11. 20 Jun, 2006 4 commits
  12. 23 May, 2006 1 commit
  13. 11 May, 2006 4 commits