winedbg: There is no hardware single stepping support on ARM.

This commit is contained in:
André Hentschel 2013-02-23 17:34:26 +01:00 committed by Alexandre Julliard
parent 9b0fdc645f
commit 371bbf8db4
1 changed files with 0 additions and 1 deletions

View File

@ -1686,7 +1686,6 @@ static unsigned be_arm_get_register_info(int regno, enum be_cpu_addr* kind)
static void be_arm_single_step(CONTEXT* ctx, unsigned enable)
{
dbg_printf("be_arm_single_step: not done\n");
}
static void be_arm_print_context(HANDLE hThread, const CONTEXT* ctx, int all_regs)