================
@@ -190,6 +201,7 @@ class CommandReturnObject {
   std::optional<uint16_t> m_diagnostic_indent;
 
   lldb::ReturnStatus m_status = lldb::eReturnStatusStarted;
+  bool m_status_set = false;
----------------
JDevlieghere wrote:

Good idea, I think that would work quite nicely indeed.

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

Reply via email to