2013-10-11 63 views
3

设置断点共享库:关闭确认上设置断点GDB

(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问这个问题? (即,是否需要跳过确认?)

+1

尝试'设置确认关'。 –

回答

3

请参阅“help set breakpoint pending”或“apropos pending”。

+2

设置断点等待 – LetMeSOThat4U