Commit Verlauf

Autor SHA1 Nachricht Datum
  Eric Pouech 05c5a12f87 winedbg: Implement proper assignements of floating point numbers. vor 3 Jahren
  Eric Pouech 5f9d09f4bd winedbg: Remove fetch_float() method from CPU backends. vor 3 Jahren
  Eric Pouech 860de95630 winedbg: Add helper to transfer memory between lvalues. vor 3 Jahren
  Eric Pouech c4548c04eb winedbg: Add helper to compare types and use it to detect wrong assigments. vor 3 Jahren
  Eric Pouech 0a16dbc730 winedbg: Move bitfield extraction to extract_lgint. vor 3 Jahren
  Eric Pouech 10eba8784f winedbg: Add bitfield capability to dbg_lvalue. vor 3 Jahren
  Eric Pouech ef3fca0c33 winedbg: Revamp dbg_lvalue structure and add helpers for init. vor 3 Jahren
  Eric Pouech 9b8d043cc8 winedbg: Renamed extract_longlong() into extract_lgint() for clarity. vor 3 Jahren
  Eric Pouech e656c29e59 winedbg: Remove methods for fetching/storing integers in CPU backends. vor 3 Jahren
  Eric Pouech 53ae7824b6 winedbg: Introduce dbg_lg(u)int_t and migrate all integral computations on this type. vor 3 Jahren
  Eric Pouech ac3ee768c3 winedbg: Make pid and tid internal variables DWORDs. vor 3 Jahren
  Eric Pouech 396880ac81 winedbg: Make savable variables size a DWORD. vor 3 Jahren
  Eric Pouech 77f84fd4d5 winedbg: Don't pretend that all dbg_internal_var instances will hold DWORD_PTR. vor 3 Jahren
  Eric Pouech 4448ef5031 winedbg: Support 'run' command with arguments to restart current debuggee. vor 3 Jahren
  Eric Pouech 5ffd0d05a8 winedbg: Move YY_INPUT implementation to dbg.y. vor 3 Jahren
  Eric Pouech 5a94f20065 winedbg: Display line number of syntax errors when reading a command file. vor 3 Jahren
  Eric Pouech ce6eeda018 winedbg: Use inline contexts oriented APIs for stack backtrace. vor 3 Jahren
  Eric Pouech 8852004170 winedbg: Use SymSetScopeFromAddr() instead of SymSetContext(). vor 3 Jahren
  Eric Pouech 83f85f5c91 winedbg: Add a pair of helpers for accessing frames' internal info. vor 3 Jahren
  Alexandre Julliard 2a92c58e11 include: Use the standard va_list instead of __ms_va_list when building with msvcrt. vor 3 Jahren
  Alexandre Julliard 0ea9fe999c winedbg: Build with msvcrt. vor 3 Jahren
  Alexandre Julliard b9046a4936 winedbg: Avoid using 'long' types. vor 3 Jahren
  Francois Gouget 7d82abd2be winedbg: dbg_get_debuggee_info() is not used anymore. Remove it. vor 3 Jahren
  Eric Pouech 5d8bad570d winedbg: Fix crash when no process attached in 'info wnd' command. vor 3 Jahren
  Alexandre Julliard c050df1250 winedbg: Use GetMappedFileNameW() as fallback when fetching module names. vor 3 Jahren
  Rémi Bernon da3be6b0b6 ntdll: Print a warning or an error for other exceptions. vor 3 Jahren
  Rémi Bernon 6edf3d3b09 ntdll: Print a warning for thread rename exceptions. vor 3 Jahren
  Rémi Bernon 983d02c08e winedbg: Rewrite and simplify step / continue handlers. vor 4 Jahren
  Damjan Jovanovic 8c52c17a08 winedbg: Allow changing the current thread. vor 5 Jahren
  Jacek Caban 1bb98982d6 winedbg: Set auto attach event after processing the first exception. vor 5 Jahren