GDB attach SpringBoard的错误

gdb$ attach SpringBoard
Attaching to process 6512.
0x3594104a in ?? ()
Error while running hook_stop:
No symbol table is loaded. Use the “file” command.

使用file后就respring了。另外我按照书上,把gdbinit放到/var/root下了。

不要用“file”命令,新版iOS上的gdb非常buggy。要么无符号调试,要么参考“一步一步用debugserver + lldb代替gdb进行动态调试”

我也被坑了,研究下 lldb