1. 18 Nov, 2005 1 commit
  2. 17 Nov, 2005 1 commit
  3. 10 Oct, 2005 1 commit
  4. 27 Sep, 2005 1 commit
  5. 19 Aug, 2005 1 commit
  6. 24 May, 2005 1 commit
  7. 23 May, 2005 1 commit
  8. 28 Mar, 2005 1 commit
  9. 04 Mar, 2005 1 commit
  10. 03 Mar, 2005 1 commit
  11. 31 Jan, 2005 1 commit
  12. 06 Dec, 2004 1 commit
  13. 08 Nov, 2004 1 commit
  14. 11 Oct, 2004 1 commit
  15. 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
  16. 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
  17. 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
  18. 25 Feb, 2004 1 commit
  19. 03 Feb, 2004 1 commit
    • Eric Pouech's avatar
      - now detecting Dwarf debug information in ELF modules (but don't load · 62bf6ecc
      Eric Pouech authored
        it)
      - separated module management (pe.c, elf.c) from debug information
        management (stabs.c, msc.c)
      - worked around new wine-pthread and wine-kthread loaders (no longer
        use "wine" as default loader)
      - better convergence of gdb-proxy and winedbg for ELF handling
      - fixed ELF link-map walking - now using all loaded shared libs -
        (with the help of Robert Shearman)
      - added a bit of const correctness
      62bf6ecc
  20. 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
  21. 15 Oct, 2003 1 commit
  22. 07 Aug, 2003 1 commit
  23. 13 Nov, 2002 1 commit
  24. 25 Oct, 2002 1 commit
  25. 13 Sep, 2002 1 commit
  26. 31 Aug, 2002 1 commit
  27. 13 Jun, 2002 1 commit
  28. 31 May, 2002 1 commit
  29. 25 May, 2002 1 commit
  30. 26 Apr, 2002 1 commit
  31. 09 Mar, 2002 1 commit
  32. 21 Dec, 2001 1 commit
  33. 23 Jul, 2001 1 commit
  34. 24 Sep, 2000 1 commit
  35. 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
  36. 23 Jul, 2000 1 commit
  37. 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
  38. 04 Jun, 2000 1 commit
  39. 09 May, 2000 1 commit
  40. 30 Apr, 2000 1 commit