On Sun, 23 Mar 2014 16:19:08 +0100, Yufeng Zhang wrote: > On 03/16/14 13:53, Jan Kratochvil wrote: > >+ gdb_test_no_output "set range-stepping off" "" > >+ gdb_test_no_output "set debug infrun 1" "" > >+ gdb_test_no_output "set debug lin-lwp 1" "" > > The test fails on aarch64-none-elf. Should the test only run on > Linux targets? I see that lin-lwp probably does not exist on such GDB. That "set debug lin-lwp 1" command even is not needed for the functionality of this testcase. Does this patch fix it on aarch64-none-elf or should it be really disabled? Could you post me off-list gdb.log? Thanks, Jan