1. 25 Sep, 2008 1 commit
  2. 28 Feb, 2008 1 commit
  3. 07 Feb, 2008 3 commits
  4. 07 Jun, 2007 1 commit
  5. 15 May, 2007 1 commit
  6. 01 May, 2007 1 commit
  7. 20 Apr, 2007 1 commit
  8. 13 Mar, 2007 1 commit
  9. 05 Mar, 2007 1 commit
  10. 22 Feb, 2007 1 commit
  11. 27 Nov, 2006 5 commits
  12. 23 May, 2006 1 commit
  13. 08 May, 2006 1 commit
    • Eric Pouech's avatar
      dbghelp: Base and symbols. · a49adbc4
      Eric Pouech authored
      - report the correct image base for a symbol which is
        seen as being in a builtin PE module, whilst its debug 
        information is gotten from an ELF module
      - module_get_debug now returns a pair of modules
        (the requested that has to be presented back to the client
         and the effective one, which contains the debug info)
      - reworked SymFromName in order to provide also the revelant
        module base address
      a49adbc4
  14. 06 Mar, 2006 2 commits
  15. 23 Jan, 2006 1 commit
  16. 19 Dec, 2005 1 commit
  17. 05 Dec, 2005 1 commit
    • Eric Pouech's avatar
      dbghelp,winedbg: SYMBOL_INFO fix. · 34db4856
      Eric Pouech authored
      - native dbghelp returns in SYMBOL_INFO.TypeIndex the index of the
         type of the symbol (we were returning the symbol index instead)
      - fixed winedbg accordingly
      34db4856
  18. 17 Nov, 2005 2 commits
  19. 18 Apr, 2005 1 commit
  20. 09 Jan, 2005 1 commit
  21. 22 Nov, 2004 1 commit
  22. 21 Oct, 2004 1 commit
  23. 11 Oct, 2004 1 commit
  24. 27 Sep, 2004 1 commit
  25. 14 Jun, 2004 1 commit
  26. 24 May, 2004 1 commit
    • Eric Pouech's avatar
      - some more fixes to elf module's symbol table handling (including · eef83b38
      Eric Pouech authored
        static/global diff for variables)
      - now re-synchronizing ELF list in all cases (no longer depending on
        RT_CONSISTENT state)
      - now should be able to differentiate properly a native from a builtin
        module
      - in symbol lookup, now using size of symbol (if known)
      - SymGetTypeInfo now checks and uses BaseAddress
      - in MSC-CV, really generate thunk objects
      eef83b38
  27. 18 May, 2004 1 commit
    • Eric Pouech's avatar
      - removed file extension from module (and suffixed ELF modules with · 48a86598
      Eric Pouech authored
        <elf>)
      - added generic thunk support for builtin modules (with the help of
        winebuild's new markers for thunks)
      - for ELF modules, no longer generating SymTagPublicSymbols objects
        from ELF public symbol table
      - because of last point, rewrote stabs symbols' address and size
        management by parsing directly the symtab instead of using
        SymTagPublicSymbols objects
      - cleaned up SymTagPublicSymbols object names for native modules
      - fixed off by one errors in array management
      - SymLoadModule(hProc,0,0,0,0) (wine extension) will force the
        resynchronization of internal ELF modules list)
      - new option (0x40000000) for Sym{Get|Set}Option to report ELF modules
        in SymEnumModules (as well as loader with <wine-loader>)
      - some minor internal clean-ups
      - enhanced const correctness
      48a86598
  28. 30 Apr, 2004 1 commit
    • Eric Pouech's avatar
      - fixed some bugs in StackWalk (claimed for but forgotten in last · c5e0a696
      Eric Pouech authored
        patch)
      - removed location field in symt_data, and reworked the actual
        location of information based on the 'kind' field
      - shorten debug channel name
      - added support for bitfield in struct:s
      - cleaned up source line information support
      - now storing constants values as VARIANT
      c5e0a696
  29. 19 Apr, 2004 1 commit
    • Eric Pouech's avatar
      - implemented support for function debug start/stop and labels (msc.c · eb80f293
      Eric Pouech authored
        and stabs.c)
      - started implementing typedef support
      - functions now have a real function signature (only in stabs.c, still
        to be done in msc.c)
      - small enhancements to TI_GET_TYPE for functions
      - added support for functions' block and local variables in registers
        (msc.c)
      - fixed some bugs in StackWalk
      - constants are now stored as variants (instead of unsigned ints)
      - fixed regular expression management (dbghelp's RE are not the same
        as POSIX ones)
      eb80f293
  30. 05 Apr, 2004 1 commit