Eric Pouech
|
05c5a12f87
winedbg: Implement proper assignements of floating point numbers.
|
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
|
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
|
d81e757075
winedbg: Use %ls to print wide character strings.
|
3 years ago |
Eric Pouech
|
8dec81fb6f
winedbg: Fixed missing test.
|
3 years ago |
Eric Pouech
|
9061634a01
winedbg: Be more strict when detecting a string from an array.
|
3 years ago |
Eric Pouech
|
c8006d07eb
winedbg: Use debuggee pointer size when extracting typed value.
|
3 years ago |
Eric Pouech
|
16fb9640d7
winedbg: Get size of underlying integral types in enums.
|
3 years ago |
Eric Pouech
|
07502a0646
winedbg: Replace wine_dbgstr_longlong with I64 width modifier.
|
3 years ago |
Eric Pouech
|
d65edd04cc
winedbg: Use I width modifier for DWORD_PTR printf's args.
|
3 years ago |
Eric Pouech
|
14781c7183
winedbg: Use wide-char string literals.
|
3 years ago |
Eric Pouech
|
01ddc2f8e4
winedbg: Use proper width when printing addresses with leading 0.
|
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
|
4dfa8a834d
winedbg: Fix the spelling of various messages and the README.
|
5 years ago |
Zebediah Figura
|
42bbeedbe4
winedbg: Make be_cpu process-specific.
|
6 years ago |
Zebediah Figura
|
ad79c1eed2
winedbg: Add support for printing SSE (XMM) registers.
|
7 years ago |
Zebediah Figura
|
8314cdc45e
winedbg: Add support for printing floating point registers.
|
7 years ago |
Huw Davies
|
eba6bf44b3
winedbg: Return after raising an exception.
|
7 years ago |
Hugh McMaster
|
11669fa5e2
Assorted spelling and grammar fixes.
|
9 years ago |
Gerald Pfeifer
|
ced33792ff
winedbg: Avoid "uninitialized variable" compiler warning in types_extract_as_longlong.
|
9 years ago |
Marcus Meissner
|
aa59e6744d
winedbg: Initialize type.module (Coverity).
|
9 years ago |
Gerald Pfeifer
|
ab8e9d23a0
winedbg: Avoid a compiler warning about "use of uninitialized" in in types_extract_as_longlong.
|
10 years ago |
Frédéric Delanoy
|
fe580c083d
winedbg: Use BOOL type where appropriate.
|
11 years ago |
Alexandre Julliard
|
d17bc39b1f
winedbg: Fix some pointer conversion warnings.
|
12 years ago |