Commit History

Author SHA1 Message Date
  Eric Pouech 05c5a12f87 winedbg: Implement proper assignements of floating point numbers. 3 years ago
  Eric Pouech 5f9d09f4bd winedbg: Remove fetch_float() method from CPU backends. 3 years ago
  Eric Pouech 860de95630 winedbg: Add helper to transfer memory between lvalues. 3 years ago
  Eric Pouech c4548c04eb winedbg: Add helper to compare types and use it to detect wrong assigments. 3 years ago
  Eric Pouech 0a16dbc730 winedbg: Move bitfield extraction to extract_lgint. 3 years ago
  Eric Pouech 10eba8784f winedbg: Add bitfield capability to dbg_lvalue. 3 years ago
  Eric Pouech ef3fca0c33 winedbg: Revamp dbg_lvalue structure and add helpers for init. 3 years ago
  Eric Pouech 9b8d043cc8 winedbg: Renamed extract_longlong() into extract_lgint() for clarity. 3 years ago
  Eric Pouech e656c29e59 winedbg: Remove methods for fetching/storing integers in CPU backends. 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 ac3ee768c3 winedbg: Make pid and tid internal variables DWORDs. 3 years ago
  Eric Pouech 396880ac81 winedbg: Make savable variables size a DWORD. 3 years ago
  Eric Pouech 77f84fd4d5 winedbg: Don't pretend that all dbg_internal_var instances will hold DWORD_PTR. 3 years ago
  Eric Pouech 4448ef5031 winedbg: Support 'run' command with arguments to restart current debuggee. 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
  Eric Pouech ce6eeda018 winedbg: Use inline contexts oriented APIs for stack backtrace. 3 years ago
  Eric Pouech 8852004170 winedbg: Use SymSetScopeFromAddr() instead of SymSetContext(). 3 years ago
  Eric Pouech 83f85f5c91 winedbg: Add a pair of helpers for accessing frames' internal info. 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
  Alexandre Julliard b9046a4936 winedbg: Avoid using 'long' types. 3 years ago
  Francois Gouget 7d82abd2be winedbg: dbg_get_debuggee_info() is not used anymore. Remove it. 3 years ago
  Eric Pouech 5d8bad570d winedbg: Fix crash when no process attached in 'info wnd' command. 3 years ago
  Alexandre Julliard c050df1250 winedbg: Use GetMappedFileNameW() as fallback when fetching module names. 3 years ago
  Rémi Bernon da3be6b0b6 ntdll: Print a warning or an error for other exceptions. 3 years ago
  Rémi Bernon 6edf3d3b09 ntdll: Print a warning for thread rename exceptions. 3 years ago
  Rémi Bernon 983d02c08e winedbg: Rewrite and simplify step / continue handlers. 4 years ago
  Damjan Jovanovic 8c52c17a08 winedbg: Allow changing the current thread. 5 years ago
  Jacek Caban 1bb98982d6 winedbg: Set auto attach event after processing the first exception. 5 years ago