标签: c 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不要问这个问题吗? (那就是,跳过确认?)
答案 0 :(得分:3)
请参阅"帮助设置断点等待"或" apropos待定"。