1. 05 Jun, 2009 1 commit
  2. 22 Apr, 2009 1 commit
  3. 20 Jan, 2009 2 commits
  4. 11 Nov, 2008 3 commits
  5. 20 Oct, 2008 2 commits
  6. 04 Sep, 2008 1 commit
  7. 27 May, 2008 2 commits
  8. 01 May, 2008 1 commit
  9. 14 Jan, 2008 1 commit
  10. 23 May, 2007 2 commits
  11. 12 Feb, 2007 1 commit
  12. 04 Jan, 2007 1 commit
  13. 20 Dec, 2006 1 commit
  14. 04 Dec, 2006 2 commits
  15. 27 Nov, 2006 2 commits
  16. 26 Sep, 2006 1 commit
  17. 26 Jul, 2006 1 commit
  18. 11 Jul, 2006 1 commit
  19. 03 Jul, 2006 1 commit
  20. 20 Jun, 2006 1 commit
  21. 23 May, 2006 1 commit
  22. 02 Mar, 2006 3 commits
    • Eric Pouech's avatar
      winedbg: Add ability to reload a minidump. · 348067a9
      Eric Pouech authored
      - now recognize winedbg foo.mdmp on command line
      - fleshed out tgt_minidump to reload information from minidump
      348067a9
    • Eric Pouech's avatar
      winedbg: process_io · c918e80e
      Eric Pouech authored
      - added ability to specify process_io at process creation/attachment
        time
      - created a process_io structure for gdbproxy
      c918e80e
    • Eric Pouech's avatar
      winedbg: main_loop. · f29d084c
      Eric Pouech authored
      - split dbg_main_loop in two parts (one for finishing the debuggee
        attachment, the second one really for handling the main loop)
      - removed now longer needed dbg_main_loop
      f29d084c
  23. 28 Feb, 2006 2 commits
    • Eric Pouech's avatar
      winedbg: Added a close_process method to process_io. · 5ca51970
      Eric Pouech authored
      - added a close_process method to process_io
      - made use of it to get rid of dbg_detach
      5ca51970
    • Eric Pouech's avatar
      winedbg: Rewrite auto mode. · 67001a1d
      Eric Pouech authored
      - rewrote auto mode as a specific set of commands to be run in
        regular parser, instead of hard coding those commands
      - added a new function to store a set of commands to be executed
        in a file
      - added 'echo' command to the parser functions
      - got rid of dbg_action_mode
      - added support of '--' on command line
      67001a1d
  24. 27 Feb, 2006 5 commits
  25. 06 Feb, 2006 1 commit