jimingham wrote:

That doesn't work either because in the test suite (as opposed to running in 
the lldb driver) there isn't an async debugger event handling thread started 
up.  So if you are in async mode NO ONE is fetching events.  GetState will 
return lldb.eStateStopped because that was the state of the last event that was 
fetched (by Process::Attach as part of attaching).

You have to run the event loop manually by using self.dbg.GetListener() and 
handling the events.

https://github.com/llvm/llvm-project/pull/201530
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to