10
votes

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?

2
""If i accidentally lunch tab completion"" so you want a lunch break?Pete Kirkham
@PeteKirkham well if ks (OP) wanted a lunch break, triggering a massive gdb freeze is a good way to make time for one... ;)pestophagous

2 Answers

2
votes

Control c should interrupt it. Have you tried that?

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