André Hentschel
|
addd324dba
|
winedbg: Cleanup if gdb startup fails (coverity).
|
2012-10-26 11:49:06 +02:00 |
André Hentschel
|
72836c0b7e
|
winedbg: Fix check for register number (coverity).
|
2012-10-23 12:25:22 +02:00 |
André Hentschel
|
8392a85084
|
winedbg: Buffer size includes the quotes (coverity).
|
2012-10-22 19:45:10 +02:00 |
Alexandre Julliard
|
8bf223a86d
|
winedbg: Mark the lexer as always interactive to prevent some shortcuts.
|
2012-10-08 12:55:10 +02:00 |
André Hentschel
|
096426f1f1
|
winedbg: Adjust copyright to avoid confusions.
|
2012-10-08 12:54:57 +02:00 |
André Hentschel
|
86d0c87552
|
winedbg: Simplify Coprocessor operators in the Thumb2 disassembler.
|
2012-10-08 12:54:57 +02:00 |
André Hentschel
|
a0ae8b4bd2
|
winedbg: Add load non-word operators to Thumb2 disassembler.
|
2012-10-08 12:54:56 +02:00 |
André Hentschel
|
13da3a92fd
|
winedbg: Add preload operators for Thumb2 disassembler.
|
2012-10-08 12:54:56 +02:00 |
André Hentschel
|
523ca37f11
|
winedbg: Reorder disassembler functions to match instruction table order.
|
2012-10-04 10:38:19 +02:00 |
André Hentschel
|
0ef9072e0f
|
winedbg: Add Coprocessor data transfer operators for Thumb2 disassembler.
|
2012-10-04 10:38:11 +02:00 |
André Hentschel
|
24abf1f68b
|
winedbg: Add enhanced Coprocessor move operators to Thumb2 disassembler.
|
2012-10-04 10:38:06 +02:00 |
André Hentschel
|
129080774d
|
winedbg: Add Coprocessor data operators for Thumb2 disassembler.
|
2012-10-04 10:37:58 +02:00 |
André Hentschel
|
4deaee9927
|
winedbg: Add control operators to Thumb2 disassembler.
|
2012-10-03 11:19:45 +02:00 |
André Hentschel
|
613ebcd070
|
winedbg: Add hint operators to Thumb2 disassembler.
|
2012-10-03 11:19:44 +02:00 |
André Hentschel
|
60af8659c9
|
winedbg: Add special register processing operators to Thumb2 disassembler.
|
2012-10-03 11:19:43 +02:00 |
André Hentschel
|
1e1e181b2e
|
winedbg: Improve and add branch operators for Thumb2 disassembler.
|
2012-10-03 11:19:43 +02:00 |
Alexandre Julliard
|
2763a983fe
|
Mark all lexers as never-interactive.
|
2012-10-01 12:19:25 +02:00 |
André Hentschel
|
7e132ac1a6
|
winedbg: Add register data processing operators to Thumb2 disassembler.
|
2012-08-27 11:32:13 +02:00 |
André Hentschel
|
c5fbebd3a6
|
winedbg: Add store operators to Thumb2 disassembler.
|
2012-08-27 11:32:09 +02:00 |
André Hentschel
|
054d930bb7
|
winedbg: Add load word operators to Thumb2 disassembler.
|
2012-08-24 10:25:41 +02:00 |
André Hentschel
|
538a0abbd7
|
include: Rename IMAGE_FILE_MACHINE_ARMV7 to IMAGE_FILE_MACHINE_ARMNT.
|
2012-08-17 10:45:17 +02:00 |
Dmitry Timoshkov
|
6407cd8e0c
|
winedbg: Make the crash dialog slightly larger and minimize/maximize-able.
|
2012-08-15 17:51:07 +02:00 |
Michael Stefaniuc
|
915e12e59f
|
winedbg: Avoid TRUE:FALSE conditional expressions.
|
2012-08-13 17:30:01 +02:00 |
André Hentschel
|
ca3afdc156
|
winedbg: Add Coprocessor move operators to Thumb2 disassembler.
|
2012-08-13 12:11:22 +02:00 |
Michael Stefaniuc
|
442b34415a
|
winedbg: Simplify the "pointer to start of array" idiom.
|
2012-07-27 17:05:30 +02:00 |
André Hentschel
|
338f5e9cb6
|
winedbg: Add new operators regarding data processing to ARM disassembler.
|
2012-07-09 10:12:27 -04:00 |
André Hentschel
|
b96d613337
|
winedbg: Add swap operator to ARM disassembler.
|
2012-07-09 10:12:20 -04:00 |
André Hentschel
|
498614dda6
|
winedbg: Add multiplication operators to ARM disassembler.
|
2012-07-09 10:12:14 -04:00 |
André Hentschel
|
bc86f0d5dd
|
winedbg: Add branch and exchange operator to ARM disassembler.
|
2012-07-09 10:12:04 -04:00 |
Eric Pouech
|
244099689c
|
winedbg: In 'info locals' command, show the full register/stack layout for parameters & locals.
|
2012-06-25 10:33:05 +02:00 |
André Hentschel
|
44411a3c7a
|
winedbg: Add long multiplication and division operators to Thumb2 disassembler.
|
2012-06-11 11:27:58 +02:00 |
André Hentschel
|
82dbeed2cc
|
winedbg: Add multiplication operators to Thumb2 disassembler.
|
2012-06-11 11:27:54 +02:00 |
Alexandre Julliard
|
d17bc39b1f
|
winedbg: Fix some pointer conversion warnings.
|
2012-05-29 19:14:39 +02:00 |
Eric Pouech
|
e9eab7bbfc
|
winedbg: In the gdb remote protocol implementation, correctly manage the size of registers on the wire (esp. for 64bit ones).
|
2012-05-23 17:40:57 +02:00 |
Eric Pouech
|
8308c35ec5
|
winedbg: In the gdb remote protocol implementation, correctly manage the size of registers on the wire (esp. for 64bit ones).
|
2012-05-21 11:34:17 +02:00 |
André Hentschel
|
97d86f77ec
|
winedbg: Add partial Thumb2 disassembler.
|
2012-05-16 18:30:18 +02:00 |
Francois Gouget
|
fac36c55e9
|
Assorted typo, spelling, wording and case fixes.
|
2012-05-15 16:26:43 +02:00 |
Eric Pouech
|
18986ee013
|
winedbg: Also recognize 'rep ret' as a valid return insn for i386 as we did for x86_64.
|
2012-05-14 12:04:24 +02:00 |
Eric Pouech
|
721a3c910a
|
winedbg: Fix printing of fp registers for x86_64 CPU.
|
2012-05-09 11:42:09 +02:00 |
André Hentschel
|
f86ea4cbe9
|
winedbg: Complete the Thumb disassembler.
|
2012-05-02 11:58:51 +02:00 |
André Hentschel
|
6795bab565
|
winedbg: Print all available information about branch targets in ARM disassembler.
|
2012-04-23 11:41:58 +02:00 |
André Hentschel
|
474791fd89
|
winedbg: Add "load address" and new nops to the Thumb disassembler.
|
2012-04-20 11:58:43 +02:00 |
André Hentschel
|
11384aa5ad
|
winedbg: Disassemble more Thumb instructions.
|
2012-04-19 12:03:25 +02:00 |
André Hentschel
|
6235e6fd44
|
winedbg: Add shift operators to ARM disassembler.
|
2012-04-18 13:59:58 +02:00 |
André Hentschel
|
ad1d7450d9
|
winedbg: Fix parsing table for ARM disassembler.
|
2012-04-17 11:48:11 +02:00 |
André Hentschel
|
51df30b25c
|
winedbg: Use better register names for ARM disassembling.
|
2012-04-16 17:49:32 +02:00 |
André Hentschel
|
abc304f309
|
winedbg: Solve ARM disassembling fixmes.
|
2012-04-16 17:49:31 +02:00 |
André Hentschel
|
6a2f3e6cff
|
winedbg: Add long branch to Thumb disassembling.
|
2012-04-16 17:49:31 +02:00 |
André Hentschel
|
e94b8302e3
|
winedbg: Add partial Thumb disassembler.
|
2012-04-13 16:15:42 +02:00 |
André Hentschel
|
0fccc41c3f
|
winedbg: Add partial ARM disassembler.
|
2012-04-12 20:35:39 +02:00 |