1. 19 Mar, 2015 1 commit
  2. 04 Dec, 2014 1 commit
  3. 11 Nov, 2013 1 commit
  4. 13 Aug, 2012 1 commit
  5. 08 Mar, 2011 1 commit
  6. 28 Feb, 2011 1 commit
  7. 06 Dec, 2010 1 commit
  8. 26 Aug, 2010 1 commit
  9. 13 Apr, 2010 2 commits
  10. 07 Apr, 2010 2 commits
  11. 07 Jan, 2010 1 commit
  12. 14 Dec, 2009 2 commits
  13. 10 Dec, 2009 1 commit
  14. 09 Mar, 2009 1 commit
  15. 23 May, 2007 1 commit
  16. 20 Dec, 2006 1 commit
  17. 14 Dec, 2006 1 commit
  18. 04 Dec, 2006 1 commit
  19. 26 Jul, 2006 1 commit
  20. 23 May, 2006 1 commit
  21. 27 Mar, 2006 1 commit
  22. 27 Jan, 2006 1 commit
    • Eric Pouech's avatar
      winedbg: Hardware breakpoints · 6ab9b235
      Eric Pouech authored
      - implemented hardware assisted breakpoints (new 'hbreak' command
        which behaves just as 'break' command)
      - small improvements to break handling (saving hit xpoint across
        exception handling)
      - fixed 'cont N' command for watchpoints
      6ab9b235
  23. 23 Jan, 2006 1 commit
  24. 17 Nov, 2005 1 commit
  25. 03 Nov, 2005 1 commit
  26. 24 May, 2005 2 commits
  27. 23 Mar, 2005 1 commit
  28. 31 Jan, 2005 1 commit
  29. 08 Nov, 2004 1 commit
  30. 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
  31. 22 Sep, 2004 1 commit
  32. 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
  33. 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
  34. 28 Jan, 2004 1 commit
  35. 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
  36. 16 Sep, 2002 1 commit