1. 20 Aug, 2013 1 commit
  2. 08 Oct, 2012 1 commit
  3. 01 Oct, 2012 1 commit
  4. 11 Feb, 2012 1 commit
  5. 23 Jan, 2012 1 commit
  6. 18 May, 2011 1 commit
  7. 28 Feb, 2011 1 commit
  8. 06 Dec, 2010 1 commit
  9. 23 Nov, 2010 1 commit
  10. 15 Dec, 2009 1 commit
  11. 10 Dec, 2009 1 commit
  12. 24 Aug, 2009 1 commit
    • Dylan Smith's avatar
      winedbg: Prevent syntax errors for list command due to the lexer. · 1cb7c1a1
      Dylan Smith authored
      The list command allows more than just a pathname, but since a pathname
      allows such a wide range of characters, it will prevent other parameters
      from getting parsed properly (e.g. a start line number). This even
      interfered with the usage of pathname for the list command, since the
      command typically includes a line number within the file.
      1cb7c1a1
  13. 20 Jan, 2009 1 commit
  14. 27 Oct, 2008 1 commit
  15. 07 Jul, 2008 1 commit
  16. 19 Feb, 2008 2 commits
  17. 26 Apr, 2007 1 commit
  18. 12 Feb, 2007 1 commit
  19. 04 Jan, 2007 1 commit
  20. 12 Sep, 2006 1 commit
  21. 09 Sep, 2006 1 commit
  22. 06 Jun, 2006 1 commit
  23. 05 Jun, 2006 2 commits
  24. 03 Jun, 2006 1 commit
  25. 23 May, 2006 1 commit
  26. 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
  27. 21 Mar, 2006 1 commit
  28. 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
  29. 14 Feb, 2006 1 commit
  30. 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
  31. 05 Jan, 2006 1 commit
  32. 03 Jan, 2006 1 commit
  33. 17 Nov, 2005 1 commit
  34. 12 Nov, 2005 1 commit
  35. 28 Sep, 2005 1 commit
  36. 23 May, 2005 2 commits
  37. 14 Mar, 2005 1 commit