|
From: Philippe W. <phi...@sk...> - 2017-05-14 16:16:39
|
On Sun, 2017-05-14 at 11:02 -0500, Aaron Sawdey wrote: > I tried it again, and this time set a breakpoint at the call target > before trying to single step the bl at 0x6cf1b84. That breakpoint was > triggered, so the problem seems to be just that stepi is allowing the > subroutine call to execute, i.e. behaving like nexti instead. If nexti/stepi were done in a gdb+vgdb context, using --vgdb=full might help to have more precise debugging. Philippe |