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