[Lldb-commits] [lldb] [lldb-dap] Change the launch sequence (PR #138219)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Thu May 1 17:13:28 PDT 2025


================
@@ -161,20 +161,22 @@ static void EventThreadFunction(DAP &dap) {
           case lldb::eStateSuspended:
             break;
           case lldb::eStateStopped:
----------------
ashgti wrote:

May be unrelated but in [`lldb_private::StateIsRunningState`](https://github.com/llvm/llvm-project/blob/4b1f1f77b0bd7085ecb8c9a431a3161666ec0f54/lldb/source/Utility/State.cpp#L68) and [`lldb_private::StateIsStoppedState`](https://github.com/llvm/llvm-project/blob/4b1f1f77b0bd7085ecb8c9a431a3161666ec0f54/lldb/source/Utility/State.cpp#L89C6-L89C39) it looks like lldb considers a few other states as 'Running' or 'Stopped', should we match those here?

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


More information about the lldb-commits mailing list