On 12/25/2010 10:21 PM, Yao Qi wrote: > gdb/testsuite/ > 2010-12-25 Yao Qi > > * gdb.arch/arm-disp-step.S: Test cbnz/cbz, adr and ldr. > * gdb.arch/arm-disp-step.exp: Likewise. In my previous patch, displaced stepping is turned off in test_call_ret, but 'forget' to turn it on again. This patch is to address this problem by replacing original gdb_continue_to_breakpoint by try_continue_with_displaced_step, in which displaced stepping is turned on, and make sure GDB can do displaced stepping on that instruction, so displaced stepping can't be turned off again. -- Yao (齐尧)