我正在一个 gdb 会话中尝试调试具有 200 多个线程的核心转储。
当我thread apply all bt
在 gbd 中进行操作时,我必须反复按 Enter 键才能获得更多线程。它很烦人。有没有一种方法可以在我的命令中指定而无需按 Enter 键?
感谢您提供任何信息。
编辑: 这是一个示例输出:
(gdb) thread apply all bt
Thread 409 (Thread 7505):
#0 0x00007ffff1d6961c in ?? ()
#1 0x0000000000000000 in ?? ()
...
...
...
...
<snipping out 20 some backtraces>
...
...
...
...
Thread 390 (Thread 10529):
#0 0x00007ffff1d6961c in ?? ()
#1 0x0000001300000000 in ?? ()
#2 0x00007fffe860bd50 in ?? ()
#3 0x00007fffe8464690 in ?? ()
#4 0x0000000000000014 in ?? ()
---Type <return> to continue, or q <return> to quit---