vote up 0 vote down star

If I accidentally launch tab completion when debugging large binary, gdb will freeze for some time scanning symbol table (up to 1 minute in my case). So I have to wait until whole symbol table is scanned. Is there any way to interrupt this process in gdb?

flag
""If i accidentally lunch tab completion"" so you want a lunch break? – Pete Kirkham Feb 28 at 10:07
sorry, misspelled, i meant "launch tab completion" – ks1322 Feb 28 at 10:24

1 Answer

vote up 0 vote down

Control c should interrupt it. Have you tried that?

If it doesn't work, you may need a more recent version of gdb.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.