================
@@ -824,5 +834,11 @@ int main(int argc, char const *argv[]) {
     future.wait();
   }
 
+  // Stop the signal handler thread. Do this after calling 
SBDebugger::Terminate
+  // so that impatient users can send a SIGSTOP if they don't want to wait for
----------------
labath wrote:

SIGSTOP will not terminate the process. Maybe you meant SIGQUIT (aka `^\`)? But 
that won't actually matter here because we don't have a handler for that 
signal, so I'm not sure what you're trying to achieve here..

https://github.com/llvm/llvm-project/pull/134956
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to