Commit History

Author SHA1 Message Date
  Eric Pouech c03d651b48 winedbg: Move module scoping to the lexer. 3 years ago
  Eric Pouech 61a2e527fc winedbg: Move C++ identifier detection to the lexer. 3 years ago
  Eric Pouech 53ae7824b6 winedbg: Introduce dbg_lg(u)int_t and migrate all integral computations on this type. 3 years ago
  Eric Pouech 4448ef5031 winedbg: Support 'run' command with arguments to restart current debuggee. 3 years ago
  Eric Pouech d331d9cb93 winedbg: Properly handle escaped characters inside strings. 3 years ago
  Eric Pouech 5ffd0d05a8 winedbg: Move YY_INPUT implementation to dbg.y. 3 years ago
  Eric Pouech dd59222d4d winedbg: Support # as comment delimiter in commands. 3 years ago
  Eric Pouech ad8b107441 winedbg: Use proper modifier when using sscanf for a DWORD_PTR. 3 years ago
  Alexandre Julliard 0ea9fe999c winedbg: Build with msvcrt. 3 years ago
  Damjan Jovanovic 8c52c17a08 winedbg: Allow changing the current thread. 5 years ago
  Michael Stefaniuc 4cf489f9ce winedbg: Fix the return type of read_input(); it is never negative. 11 years ago
  Alexandre Julliard 8bf223a86d winedbg: Mark the lexer as always interactive to prevent some shortcuts. 12 years ago
  Alexandre Julliard 2763a983fe Mark all lexers as never-interactive. 12 years ago
  Eric Pouech 45aa67b30a winedbg: Let the lexer accept char definitions as integral values. 12 years ago
  Alexandre Julliard c9eee73450 makefiles: Define __WINESRC__ when building programs. 13 years ago
  Andrew Nguyen 9981938486 winedbg: Convert the CRLF newline to LF newline when reading interactive input. 13 years ago
  Alexandre Julliard 35d5c07538 winedbg: Support setting a breakpoint from a file name and line number. 13 years ago
  Peter Schlaile 95a3cd8e30 winedbg: Adds an rwatch command to winedbg. 14 years ago
  Eric Pouech 9261ef2d0a winedbg: Rename 'info exception' into 'info frame' (which is somehow closer to what it does). 14 years ago
  Eric Pouech f96bdda0f3 winedbg: Added 'a' to the format supported in examine command (a stands for address). 15 years ago
  Alexandre Julliard ec73f0b71a winedbg: Fix a number of 64-bit pointer truncation issues. 15 years ago
  Dylan Smith 1cb7c1a11c winedbg: Prevent syntax errors for list command due to the lexer. 15 years ago
  Francois Gouget 4061d1f8d8 winedbg: Make lexeme_alloc() static in debug.l. 16 years ago
  Eric Pouech 0c4e9df2a1 winedbg: Add a kill command to kill the current process. 16 years ago
  Alexandre Julliard 28a2179dd6 Add noinput directive to all lex files to avoid a compiler warning. 16 years ago
  Alexandre Julliard 41fbacefa1 Avoid the nounistd option that doesn't exist on older flex, define YY_NO_UNISTD_H instead. 17 years ago
  Rob Shearman 878ea5d2e2 Add the nounistd option to all lex source files. 17 years ago
  Alexandre Julliard 55a57c2130 winedbg: Properly handle EOF on input. 17 years ago
  Eric Pouech b795f8735d winedbg: Support for debugging child processes. 18 years ago
  Eric Pouech b2557f25d9 winedbg: Added a maintenance command to load a given module (for debug purposes). 18 years ago