Commit 371bbf8d authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

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

parent 9b0fdc64
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment