我在进行debugserver+lldb的时候,发现一个奇怪的问题(描述如下):
=》只要我输错命令一次后,后续的都会一直error,这个为啥呢?
(lldb) n
(lldb) c
error: Process is running. Use ‘process interrupt’ to pause execution.
(lldb) c
error: Process is running. Use ‘process interrupt’ to pause execution.
(lldb) c
error: Process is running. Use ‘process interrupt’ to pause execution.
(lldb) c
error: Process is running. Use ‘process interrupt’ to pause execution.
(lldb) n
error: invalid thread
Process 910 exited with status = -1 (0xffffffff) lost connection
还有这种东西,一会就卡死来。。。
刚入门lldb 感觉里面好多坑
你google一下这几个error,我还一次都没有碰到过……