1. 16 Mar, 2011 1 commit
  2. 14 Dec, 2009 1 commit
  3. 10 Dec, 2009 1 commit
  4. 09 Dec, 2009 1 commit
  5. 13 May, 2008 1 commit
  6. 01 May, 2008 2 commits
  7. 24 Oct, 2007 1 commit
  8. 03 Oct, 2006 1 commit
  9. 29 Aug, 2006 1 commit
  10. 26 Jul, 2006 1 commit
  11. 23 May, 2006 1 commit
  12. 31 Jan, 2005 1 commit
  13. 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
  14. 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
  15. 15 Dec, 2003 1 commit
    • Eric Pouech's avatar
      - get rid of winedbg internal channels for output · 48f97983
      Eric Pouech authored
      - move all standard (old MESG channel) output to stdout
      - move all other outputs (TRACE, WARN...) to a new wine debugging
        channel (winedbg)
      - replaced quite a few #ifdef:ed out output to new channels (mainly in
        symbol management area...)
      - added a new maintenance commands to ease up debugging
      - updated documentation accordingly
      48f97983
  16. 16 Oct, 2003 1 commit
  17. 23 Sep, 2003 1 commit
  18. 11 Feb, 2003 1 commit
  19. 13 Sep, 2002 1 commit
  20. 10 Sep, 2002 1 commit
  21. 31 Aug, 2002 1 commit
  22. 22 Jul, 2002 1 commit
  23. 20 Jul, 2002 1 commit
  24. 13 Jun, 2002 1 commit
  25. 31 May, 2002 1 commit
  26. 01 May, 2002 1 commit
  27. 09 Mar, 2002 1 commit
  28. 04 Feb, 2002 1 commit
  29. 23 Nov, 2001 1 commit
  30. 25 Jul, 2000 1 commit
    • Eric Pouech's avatar
      fixed a number of long standing bugs: · 71189b52
      Eric Pouech authored
          - segmented expressions didn't display correctly
          - using dynamic size array for nested types parsing
          - correct display of source code after a crash
      factorized some code
      71189b52
  31. 04 Jun, 2000 1 commit
  32. 30 Apr, 2000 1 commit
  33. 13 Apr, 2000 1 commit
  34. 15 Mar, 2000 1 commit
  35. 08 Mar, 2000 1 commit
    • Eric Pouech's avatar
      No longer directly accessing debuggee memory. · 527eea99
      Eric Pouech authored
      Execution context (mode, steps...) are now linked to a thread.
      Removed some X11 crst hacks.
      Rewrote info/walk commands.
      Removed direct debugger invocation code (and moved the rest to the new
      winedbg.c file).
      527eea99
  36. 10 Dec, 1999 1 commit
  37. 21 Nov, 1999 1 commit
  38. 13 Nov, 1999 1 commit
  39. 10 Jul, 1999 1 commit