标签: gdb
我正在调试汇编代码。我使用stepi,但它会进入callees。当源代码可用时,如何跳过使用“n”的调用指令?
答案 0 :(得分:2)
非常简单:nexti是stepi,next是step
nexti
stepi
next
step