1. 29 May, 2012 1 commit
  2. 05 Apr, 2012 1 commit
  3. 23 Jan, 2012 1 commit
  4. 18 May, 2011 1 commit
  5. 16 Mar, 2011 1 commit
  6. 28 Feb, 2011 1 commit
  7. 06 Dec, 2010 1 commit
  8. 23 Nov, 2010 2 commits
  9. 25 May, 2010 1 commit
  10. 14 Dec, 2009 1 commit
  11. 10 Dec, 2009 1 commit
  12. 09 Dec, 2009 1 commit
  13. 27 Aug, 2009 1 commit
  14. 24 Aug, 2009 1 commit
  15. 17 Aug, 2009 2 commits
  16. 20 Jan, 2009 1 commit
  17. 11 Nov, 2008 1 commit
  18. 27 Oct, 2008 1 commit
  19. 20 Oct, 2008 1 commit
  20. 01 May, 2008 1 commit
  21. 16 Feb, 2008 1 commit
    • Rob Shearman's avatar
      Don't use GetExceptionCode and GetExceptionInformation in exception filter functions. · a82f4dd9
      Rob Shearman authored
      When using native compiler exceptions, it isn't valid to use 
      GetExceptionCode and GetExceptionInformation anywhere other than in the 
      filter or handler blocks since it would be very hard for the compiler to 
      work out where to retrieve the exception information from on the stack.
      
      Therefore, remove the WINE_EXCEPTION_FILTER and WINE_FINALLY_FUNC macros 
      which enabled GetExceptionCode, GetExceptionInformation and 
      AbnormalTermination to be used inside of the functions they declared and 
      fix up all callers to access the information directly.
      a82f4dd9
  22. 26 Apr, 2007 1 commit
  23. 04 Jan, 2007 1 commit
  24. 20 Dec, 2006 1 commit
  25. 26 Sep, 2006 1 commit
  26. 12 Sep, 2006 1 commit
  27. 11 Sep, 2006 1 commit
  28. 09 Sep, 2006 1 commit
  29. 05 Jun, 2006 1 commit
  30. 23 May, 2006 1 commit
  31. 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
  32. 21 Mar, 2006 1 commit
  33. 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
  34. 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
  35. 28 Nov, 2005 1 commit
  36. 18 Nov, 2005 1 commit
  37. 17 Nov, 2005 1 commit