This question already has answers here:
How to set breakpoints on future shared libraries with a command flag
(3 个回答)
7年前关闭。
在共享库上设置断点:
我可以让 gdb 不问这个问题吗? (也就是说,跳过确认?)
(3 个回答)
7年前关闭。
在共享库上设置断点:
(gdb) b file.c:278
No symbol table is loaded. Use the "file" command.
Make breakpoint pending on future shared library load? (y or [n]) y
我可以让 gdb 不问这个问题吗? (也就是说,跳过确认?)
最佳答案
请参阅“帮助设置断点挂起”或“apropos pending”。
关于c - 关闭 GDB 中设置断点的确认,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/19317708/
10-11 10:29