[lldb-dev] Debugging lldb with lldb: infinite process interrupt?

Ramkumar Ramachandra via lldb-dev lldb-dev at lists.llvm.org
Tue Oct 27 11:18:36 PDT 2015


Hi,

I'm using lldb to debug lldb, and I notice that I get this message in
the inner lldb:

(lldb) p F
error: Process is running.  Use 'process interrupt' to pause execution.

If I 'process interrupt', I go to the outer lldb (presumably), and if
I try to 'continue', the same message is displayed over and over
again.

This only happens _sometimes_, and I can't quite explain when.

Any clues?

Ram


More information about the lldb-dev mailing list