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 44f49d75ec winedbg: Don't repeat last command (from empty input) when parsing a file. 3 years ago
  Eric Pouech 956a978801 winedbg: Move lex buffers inside struct parser_context. 3 years ago
  Eric Pouech 5ffd0d05a8 winedbg: Move YY_INPUT implementation to dbg.y. 3 years ago
  Eric Pouech 5a94f20065 winedbg: Display line number of syntax errors when reading a command file. 3 years ago
  Alexandre Julliard 2a92c58e11 include: Use the standard va_list instead of __ms_va_list when building with msvcrt. 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
  Jacek Caban 136a0ac49b winedbg: Move continue_on_first_exception handling out of dbg_attach_debuggee. 5 years ago
  Zebediah Figura 42bbeedbe4 winedbg: Make be_cpu process-specific. 6 years ago
  Alexandre Julliard d17bc39b1f winedbg: Fix some pointer conversion warnings. 12 years ago
  Eric Pouech 88949b2c59 winedbg: Fix set instruction when sizeof(int) <> sizeof register. 12 years ago
  Alexandre Julliard c9eee73450 makefiles: Define __WINESRC__ when building programs. 13 years ago
  Andrew Nguyen 218d970bdd winedbg: Eliminate a possible memory leak in input_fetch_entire_line. 13 years ago
  Eric Pouech 77eefaed58 winedbg: Also get rid of trailing \r in input_read_line. 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 78cf0961e9 winedbg: Moved into a common function all code dealing with printing information about an exception, and use this function to implement new 'info exception' command. 14 years ago
  Eric Pouech 9261ef2d0a winedbg: Rename 'info exception' into 'info frame' (which is somehow closer to what it does). 14 years ago
  Andrew Eikum d3f80c1e9f winedbg: Allow user to specify length of stack info output. 14 years ago
  Eric Pouech 12c3a012cb winedbg: Force 64bit line number information throughout the code to ease 64bit portability. 15 years ago
  Alexandre Julliard ec73f0b71a winedbg: Fix a number of 64-bit pointer truncation issues. 15 years ago
  Alexandre Julliard c09ac7a41f winedbg: Use the explicit name for all A/W function. 15 years ago
  Dylan Smith fe8f6b8068 winedbg: Extract address from expression for listing source at address. 15 years ago
  Dylan Smith 6f0655242c winedbg: Fixed listing source of function in file. 15 years ago
  Dylan Smith 3add397abc winedbg: Remove unused tokens in grammer file. 15 years ago
  Dylan Smith 4782d1dde6 winedbg: Prevent syntax error for setting all debug channels. 15 years ago