================
@@ -231,6 +237,22 @@ def is_stopped(self) -> bool:
         """Returns True if the debuggee is stopped, otherwise False."""
         return len(self.thread_stop_reasons) > 0 or self.exit_status is not 
None
 
+    @property
----------------
da-viper wrote:

We could handle this the same we, do special event's and reverse request in 
`_process_recv_packets` 

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

Reply via email to