我如何 运行 GDB 一次一条指令?

How do I run GDB one instruction a time?

我在 Linux,x86-64 CPU。我想 运行 某个程序集存根,一次只存根一条指令。 “s”不起作用。此存根是共享对象的一部分,没有行信息。

I want to run a certain assembly stub exactly one instrucion at a time. "s" does not work

多次使用nexti命令,直到程序集存根结束。参见 GDB documentation