1. 12 Sep, 2006 1 commit
  2. 09 Sep, 2006 1 commit
  3. 06 Jun, 2006 1 commit
  4. 05 Jun, 2006 2 commits
  5. 03 Jun, 2006 1 commit
  6. 23 May, 2006 1 commit
  7. 27 Mar, 2006 1 commit
    • Eric Pouech's avatar
      winedbg: Fixes for identifiers. · f661e7a9
      Eric Pouech authored
      - fixed lexical rules for a path name
      - fixed identifier rules so that we get the right precedence
        between ! and ::
      - modules (in mod!name forms) are now handled as tIDENTIFIER
        (tPATH was buggy anyhow)
      f661e7a9
  8. 21 Mar, 2006 1 commit
  9. 28 Feb, 2006 1 commit
    • 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
  10. 14 Feb, 2006 1 commit
  11. 27 Jan, 2006 1 commit
    • Eric Pouech's avatar
      winedbg: Hardware breakpoints · 6ab9b235
      Eric Pouech authored
      - implemented hardware assisted breakpoints (new 'hbreak' command
        which behaves just as 'break' command)
      - small improvements to break handling (saving hit xpoint across
        exception handling)
      - fixed 'cont N' command for watchpoints
      6ab9b235
  12. 05 Jan, 2006 1 commit
  13. 03 Jan, 2006 1 commit
  14. 17 Nov, 2005 1 commit
  15. 12 Nov, 2005 1 commit
  16. 28 Sep, 2005 1 commit
  17. 23 May, 2005 2 commits
  18. 14 Mar, 2005 1 commit
  19. 31 Jan, 2005 1 commit
  20. 23 Jun, 2004 1 commit
  21. 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
  22. 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
  23. 30 Nov, 2003 1 commit
  24. 26 Nov, 2003 1 commit
  25. 14 Oct, 2003 1 commit
  26. 05 Sep, 2003 1 commit
  27. 30 Jan, 2003 1 commit
    • Eric Pouech's avatar
      - Removed no longer used queue & modref related commands. · 45adf084
      Eric Pouech authored
      - Protected walk commands while being called with no process loaded.
      - In command grammar, allowed some expressions while only numbers
        where accepted.
      - Renamed 'info maps' info 'walk maps' and let it work on any
        process.
      45adf084
  28. 11 Jan, 2003 1 commit
  29. 13 Sep, 2002 1 commit
  30. 10 Sep, 2002 1 commit
  31. 13 Aug, 2002 1 commit
  32. 29 Jul, 2002 1 commit
  33. 22 Jul, 2002 1 commit
  34. 10 Jul, 2002 1 commit
  35. 13 Jun, 2002 1 commit
  36. 01 Jun, 2002 1 commit
  37. 09 Mar, 2002 1 commit
  38. 27 Feb, 2002 1 commit