Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在共享库上设置断点:
(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 不问这个问题吗?(也就是说,跳过确认?)
请参阅“帮助设置断点挂起”或“适当挂起”。