1. 01 Jun, 2011 1 commit
  2. 06 Dec, 2010 1 commit
  3. 23 Nov, 2010 2 commits
  4. 25 May, 2010 1 commit
  5. 30 Dec, 2009 1 commit
  6. 14 Dec, 2009 2 commits
  7. 10 Dec, 2009 1 commit
  8. 09 Dec, 2009 1 commit
  9. 17 Aug, 2009 1 commit
  10. 21 Apr, 2009 1 commit
  11. 20 Oct, 2008 1 commit
  12. 14 Jan, 2008 1 commit
  13. 29 Nov, 2007 1 commit
  14. 03 Aug, 2007 1 commit
  15. 09 Apr, 2007 1 commit
  16. 20 Dec, 2006 2 commits
  17. 03 Oct, 2006 1 commit
  18. 27 Jun, 2006 2 commits
    • Eric Pouech's avatar
      winedbg: Module info. · 6cff43fd
      Eric Pouech authored
      when requesting info on a module by address, always print the module
      ELF/PE pair (if this applies) (and not only the embedded PE), which
      can be confusing.
      6cff43fd
    • Eric Pouech's avatar
      winedbg: Use 64 bit version of imagehlp_module. · 82ed6a45
      Eric Pouech authored
      This allows reimplementing the module list command and do less black
      magic to guess the ELF debug format.
      82ed6a45
  19. 05 Jun, 2006 1 commit
  20. 23 May, 2006 1 commit
  21. 21 Mar, 2006 1 commit
  22. 28 Sep, 2005 1 commit
  23. 09 Sep, 2005 1 commit
  24. 19 Aug, 2005 1 commit
  25. 14 Feb, 2005 1 commit
  26. 31 Jan, 2005 1 commit
  27. 04 Jul, 2004 1 commit
  28. 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
  29. 27 Jan, 2004 1 commit
  30. 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
  31. 05 Nov, 2003 1 commit
  32. 14 Oct, 2003 1 commit
  33. 09 Oct, 2003 1 commit
  34. 05 Sep, 2003 1 commit
  35. 28 Aug, 2003 1 commit
  36. 14 Feb, 2003 1 commit