Eric Pouech
|
5f9d09f4bd
winedbg: Remove fetch_float() method from CPU backends.
|
3 years ago |
Eric Pouech
|
e656c29e59
winedbg: Remove methods for fetching/storing integers in CPU backends.
|
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
|
6cee83a665
winedbg: Protect fetch_float() in CPU backends against buffer overflow.
|
3 years ago |
Eric Pouech
|
0ed49fabc3
winedbg: Protect against incorrect integer size in be_cpu.fetch_integer() method.
|
3 years ago |
Eric Pouech
|
22c1619409
winedbg: Properly print 64bit integers.
|
3 years ago |
Alexandre Julliard
|
13125b51cd
winedbg: Avoid using the 'long double' type.
|
3 years ago |
Alexandre Julliard
|
b9046a4936
winedbg: Avoid using 'long' types.
|
3 years ago |
Rémi Bernon
|
fd6ea955d4
winedbg: Remove the use of gdb specific register length.
|
4 years ago |
Rémi Bernon
|
771463adbd
winedbg: Add gdb register types to the register maps.
|
4 years ago |
Rémi Bernon
|
a650b3d80a
winedbg: Add gdb register names to the register maps.
|
4 years ago |
Rémi Bernon
|
6bfaa76caa
winedbg: Add gdb feature names to the register maps.
|
4 years ago |
Conor McCarthy
|
26df43d8ca
winedbg: Add support for x86_64 indirect function call targets.
|
5 years ago |
Conor McCarthy
|
f9e1a82764
winedbg: Use correct CALL operand size when fetching the delta.
|
5 years ago |
Alex Henrie
|
0566ba9a58
winedbg: Fix dependence on undefined left-shift behavior (scan-build).
|
5 years ago |
Józef Kucia
|
ff84b2f202
winedbg: Get rid of ifdefs.
|
6 years ago |
Zebediah Figura
|
1244759036
winedbg/gdbproxy: Store the register map inside the be_cpu struct.
|
6 years ago |
Zebediah Figura
|
cf349cea69
winedbg: Add a backend-specific vector for setting a thread's context.
|
6 years ago |
Zebediah Figura
|
2326179312
winedbg: Add a backend-specific vector for retrieving a thread's context.
|
6 years ago |
Zebediah Figura
|
45e0654591
winedbg: Use WOW64_CONTEXT instead of CONTEXT for i386 backend.
|
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 |
Francois Gouget
|
c4f7918801
winedbg: Remove unneeded NONAMELESSXXX directives.
|
9 years ago |
André Hentschel
|
9988e2d685
winedbg: Declare debug channel only when needed in be_x86_64 (Clang).
|
10 years ago |
Nicolas Le Cam
|
81a904e729
winedbg: Remove unused variable.
|
10 years ago |
Frédéric Delanoy
|
f23cb66db6
winedbg: Use BOOL type where appropriate.
|
11 years ago |
Frédéric Delanoy
|
baf4757c46
winedbg: Amend parameter name in *_fetch_integer.
|
11 years ago |
Frédéric Delanoy
|
fe580c083d
winedbg: Use BOOL type where appropriate.
|
11 years ago |
Alexandre Julliard
|
e2761ab075
winedbg: Use an if instead of a switch in case some float types have the same size.
|
12 years ago |
Alexandre Julliard
|
d17bc39b1f
winedbg: Fix some pointer conversion warnings.
|
12 years ago |