winedbg: Add disassembly capacity to x86-64 backend.

This commit is contained in:
Eric Pouech 2010-02-03 21:47:19 +01:00 committed by Alexandre Julliard
parent e1b677dcd1
commit 7f1105e656
3 changed files with 1571 additions and 4 deletions

View file

@ -17,6 +17,7 @@ C_SRCS = \
break.c \
crashdlg.c \
db_disasm.c \
db_disasm64.c \
display.c \
expr.c \
gdbproxy.c \

View file

@ -186,10 +186,7 @@ static unsigned be_x86_64_is_func_call(const void* insn, ADDRESS64* callee)
return FALSE;
}
static void be_x86_64_disasm_one_insn(ADDRESS64* addr, int display)
{
dbg_printf("Disasm NIY\n");
}
extern void be_x86_64_disasm_one_insn(ADDRESS64* addr, int display);
#define DR7_CONTROL_SHIFT 16
#define DR7_CONTROL_SIZE 4

File diff suppressed because it is too large Load diff