【发布时间】:2013-10-11 12:04:16
【问题描述】:
在共享库上设置断点:
(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 不问这个问题吗? (也就是说,跳过确认?)
【问题讨论】:
-
试试
set confirm off。