2013-10-11 54 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