1. 21 Apr, 2009 1 commit
  2. 02 Feb, 2009 1 commit
  3. 05 Dec, 2008 1 commit
  4. 11 Nov, 2008 2 commits
  5. 18 Aug, 2008 1 commit
  6. 18 Sep, 2007 1 commit
  7. 26 Apr, 2007 1 commit
  8. 08 Mar, 2007 1 commit
  9. 20 Dec, 2006 1 commit
  10. 06 Dec, 2006 1 commit
  11. 04 Dec, 2006 3 commits
  12. 27 Nov, 2006 1 commit
    • Eric Pouech's avatar
      winedbg: Various information printing issues. · 62f16d3c
      Eric Pouech authored
      - in backtraces, (void) functions should be listed with '()' as arguments instead of ''
      - factorized code for diplaying information about a local/parameter
      - fixed a couple of bugs here
      - rewrote format specifiers for print commands (do no waste space for padding data)
      - added support for new wine's dbghelp extension for local/parameter
        variables being out of scope
      62f16d3c
  13. 14 Aug, 2006 1 commit
  14. 26 Jul, 2006 1 commit
  15. 23 May, 2006 1 commit
  16. 06 Feb, 2006 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. 03 Dec, 2005 2 commits
  19. 29 Nov, 2005 1 commit
  20. 18 Nov, 2005 3 commits
  21. 17 Nov, 2005 2 commits
  22. 23 May, 2005 1 commit
  23. 31 Jan, 2005 1 commit
  24. 22 Nov, 2004 1 commit
  25. 11 Oct, 2004 1 commit
  26. 28 Sep, 2004 1 commit
    • Eric Pouech's avatar
      - fixed regression in ctrl-c handling · 5fe480b4
      Eric Pouech authored
      - fixed regression in 'info symbol XXXX' command (and enhanced
        presentation)
      - fixed regression in line stepping
      - fixed regression in & (address operator) handling
      - fixed some bad module reference for local symbols
      - enhanced register presentation as local variables
      - added warning when launching a debuggee which isn't a Wine app
      - removed the 'local' extension of display command (and check when
        setting the display whether the expr has a local binding)
      - simplified exception handling, and factorized some code when
        debugger stops
      5fe480b4
  27. 22 Aug, 2004 1 commit
    • Eric Pouech's avatar
      - fixed breakpoint enabled/disabled state management · 926f6618
      Eric Pouech authored
      - fixed recursion in type printing
      - now all type-id are stored with the base address of the module which
        defines the type (struct dbg_type takes care of this pairing)
      - fixed a couple of bugs in display handling
      - fixed strings print and examination
      926f6618
  28. 04 Jul, 2004 1 commit
  29. 04 Jun, 2004 1 commit
    • Eric Pouech's avatar
      - all symbol information storage is now module relative, so we can · deca2502
      Eric Pouech authored
        unload a module (and it's debugging information), and a process
        without pain
      - portabiblity to another CPU should be easier now (CPU dependent backend)
      - speed up memory allocation
      - stabs related fixes:
            + now correctly handling symbol's size
            + blocks {} in functions are now correctly recognized and stored
              (also applies to local variables scoping)
            + better basic types management (less wild guesses in the code)
            + full support of inline functions (source stepping now shows the
              code in .h files for example)
      - removal of external debugger (attaching with gdb is just fine to
        debug winedbg)
      - fixed a couple of issues for symbol address handling (address
        lookup, incorrect type binding)
      - winedbg now has a man page
      deca2502