================
@@ -282,6 +280,8 @@ class CommandObjectProcessLaunch : public 
CommandObjectProcessLaunchOrAttach {
               exe_module_sp->GetFileSpec().GetPath().c_str(), archname);
         }
         result.SetStatus(eReturnStatusSuccessFinishResult);
+        if (!data.empty())
----------------
DavidSpickett wrote:

Please add a comment something like:
```
// This message will refer to an event that happened after the process launched.
```

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

Reply via email to