1. 12 Feb, 2007 1 commit
  2. 23 May, 2006 1 commit
  3. 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
  4. 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
  5. 04 Mar, 2003 1 commit
  6. 27 Feb, 2003 1 commit
  7. 13 Sep, 2002 1 commit
  8. 02 Aug, 2002 1 commit
  9. 30 Jul, 2002 1 commit
  10. 09 Mar, 2002 1 commit
  11. 21 Dec, 2001 1 commit
  12. 25 Jun, 2000 1 commit
  13. 18 Jun, 2000 1 commit
    • Eric Pouech's avatar
      - cleaned-up break handling · 911436bf
      Eric Pouech authored
      - better integration of debugger inner loops (parser & events)
      - added attach command
      - improved parser so that it can be entered without any process loaded
      - added BreakOnFirstChance internal variable
      - disabled NE module symbol module (which is broken with ASS)
      - misc portability cleanups
      911436bf
  14. 11 May, 2000 1 commit
  15. 05 May, 2000 1 commit
    • Eric Pouech's avatar
      Fixed some buffer overflows. · b971745c
      Eric Pouech authored
      Made stab parsing more robust (now ignores C++ stabs).
      Display correct backtrace at first when invoked on unhandled exception.
      Loads stabs from .so files when those are loaded.
      b971745c
  16. 30 Apr, 2000 1 commit
  17. 13 Apr, 2000 1 commit