1. 14 Feb, 2006 1 commit
  2. 06 Oct, 2005 1 commit
  3. 28 Sep, 2005 1 commit
  4. 24 May, 2005 1 commit
  5. 23 May, 2005 1 commit
  6. 18 Oct, 2004 1 commit
  7. 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
  8. 09 Mar, 2004 1 commit
  9. 02 Mar, 2004 1 commit
  10. 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
  11. 15 Dec, 2002 1 commit
  12. 13 Sep, 2002 1 commit
  13. 10 Aug, 2002 1 commit
  14. 22 Jul, 2002 1 commit
  15. 20 Jul, 2002 1 commit
  16. 21 May, 2002 1 commit
  17. 11 May, 2002 1 commit
  18. 09 May, 2002 1 commit
  19. 14 Feb, 2002 1 commit
  20. 23 Nov, 2001 1 commit
  21. 29 Dec, 2000 1 commit
  22. 06 Dec, 2000 1 commit
  23. 30 Nov, 2000 1 commit
  24. 06 Nov, 2000 1 commit
  25. 31 Oct, 2000 1 commit
  26. 25 Oct, 2000 1 commit
  27. 22 Oct, 2000 1 commit
  28. 04 Aug, 2000 2 commits
  29. 31 Jul, 2000 1 commit
  30. 14 Jun, 2000 1 commit
  31. 08 Jun, 2000 1 commit
  32. 26 May, 2000 1 commit
  33. 24 Apr, 2000 1 commit
  34. 15 Apr, 2000 1 commit
  35. 14 Apr, 2000 1 commit
  36. 13 Apr, 2000 1 commit
  37. 09 Apr, 2000 1 commit
  38. 26 Mar, 2000 1 commit
    • Eric Pouech's avatar
      improved exception handling · ac11a68f
      Eric Pouech authored
      merged all module handling code in new module.c file
      reenabled 'walk module' and 'info module' commands
      added ability to drive break on thread startup
      ac11a68f
  39. 08 Mar, 2000 1 commit
    • Eric Pouech's avatar
      No longer directly accessing debuggee memory. · 527eea99
      Eric Pouech authored
      Execution context (mode, steps...) are now linked to a thread.
      Removed some X11 crst hacks.
      Rewrote info/walk commands.
      Removed direct debugger invocation code (and moved the rest to the new
      winedbg.c file).
      527eea99