关闭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不要问这个问题吗? (那就是,跳过确认?)

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