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