I'm debugging android JNI with gdb without source code. I use ni
command to step over arm asm instructions. I suppose ni
is step over
, but it still goes into function like BL xxxx
, and I have to use finish
to get back.
I tried ni
and si
, seems no difference, why?