1. 26 Feb, 2016 1 commit
  2. 02 Sep, 2013 1 commit
  3. 07 Jan, 2013 1 commit
  4. 02 Jan, 2013 1 commit
  5. 01 Jun, 2011 1 commit
  6. 06 Dec, 2010 1 commit
  7. 23 Nov, 2010 2 commits
  8. 25 May, 2010 1 commit
  9. 30 Dec, 2009 1 commit
  10. 14 Dec, 2009 2 commits
  11. 10 Dec, 2009 1 commit
  12. 09 Dec, 2009 1 commit
  13. 17 Aug, 2009 1 commit
  14. 21 Apr, 2009 1 commit
  15. 20 Oct, 2008 1 commit
  16. 14 Jan, 2008 1 commit
  17. 29 Nov, 2007 1 commit
  18. 03 Aug, 2007 1 commit
  19. 09 Apr, 2007 1 commit
  20. 20 Dec, 2006 2 commits
  21. 03 Oct, 2006 1 commit
  22. 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
  23. 05 Jun, 2006 1 commit
  24. 23 May, 2006 1 commit
  25. 21 Mar, 2006 1 commit
  26. 28 Sep, 2005 1 commit
  27. 09 Sep, 2005 1 commit
  28. 19 Aug, 2005 1 commit
  29. 14 Feb, 2005 1 commit
  30. 31 Jan, 2005 1 commit
  31. 04 Jul, 2004 1 commit
  32. 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
  33. 27 Jan, 2004 1 commit
  34. 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
  35. 05 Nov, 2003 1 commit
  36. 14 Oct, 2003 1 commit