Tab completion interrupt for large binaries

后端 未结 2 1799
后悔当初
后悔当初 2020-12-11 16:15

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

2条回答
  •  粉色の甜心
    2020-12-11 16:59

    Control c should interrupt it. Have you tried that?

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

提交回复
热议问题