[Lldb-commits] [lldb] [LLDB/Coredump] Only take the Pthread from stack start to the stackpointer + red_zone (PR #92002)

Jacob Lalonde via lldb-commits lldb-commits at lists.llvm.org
Thu May 16 13:06:02 PDT 2024


================
@@ -3857,8 +3857,8 @@ thread_result_t Process::RunPrivateStateThread(bool is_secondary_thread) {
         // case we should tell it to stop doing that.  Normally, we don't NEED
         // to do that because we will next close the communication to the stub
         // and that will get it to shut down.  But there are remote debugging
-        // cases where relying on that side-effect causes the shutdown to be 
-        // flakey, so we should send a positive signal to interrupt the wait. 
+        // cases where relying on that side-effect causes the shutdown to be
+        // flakey, so we should send a positive signal to interrupt the wait.
----------------
Jlalond wrote:

This got pulled back in by running clang-formatter on this file. Several different places were reformatted, do you want me to manually revert this still?

https://github.com/llvm/llvm-project/pull/92002


More information about the lldb-commits mailing list