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 |
Alexandre Julliard
|
13125b51cd
winedbg: Avoid using the 'long double' type.
|
3 years ago |
Alexandre Julliard
|
b9046a4936
winedbg: Avoid using 'long' types.
|
3 years ago |
Qijia Liu
|
0201aa3b60
winedbg: Distinguish -0 from 0.
|
3 years ago |
Qijia Liu
|
c20d49026f
winedbg: Remove arm_disasm_branchreg.
|
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 |
Józef Kucia
|
ff84b2f202
winedbg: Get rid of ifdefs.
|
6 years ago |
Alexandre Julliard
|
2fb792bd7c
winedbg: Fix some compiler warnings.
|
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 |
Alexandre Julliard
|
eb337adcc2
ntdll: Fix CONTEXT definition for ARM.
|
7 years ago |
André Hentschel
|
5ac1ecfbe5
winedbg: Improve formatting of context printing.
|
11 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 |
André Hentschel
|
371bbf8db4
winedbg: There is no hardware single stepping support on ARM.
|
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 |
André Hentschel
|
3a29e87673
winedbg: Use a switch-case style implementation in thumb2_disasm_dataprocessing.
|
12 years ago |
André Hentschel
|
2b9555fba8
winedbg: Add shifted register dataprocessing operators to Thumb2 disassembler.
|
12 years ago |
André Hentschel
|
0004788e96
winedbg: Add modified immediate dataprocessing operators to Thumb2 disassembler.
|
12 years ago |
André Hentschel
|
87fbe4ca10
winedbg: Add plain binary dataprocessing operators to Thumb2 disassembler.
|
12 years ago |
André Hentschel
|
785bdb6412
winedbg: Add load/store dual/exclusive and table branch operators to Thumb2 disassembler.
|
12 years ago |