Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 gdb 中,使用next (n)执行下一条指令或使用run (r)命中断点后,将打印应用程序的当前状态,显示寄存器、反汇编、源代码、堆栈等(参见屏幕截图)。通过哪个命令可以分别打印此信息。重复而不做 n, s, r ? 谢谢你。