[Lldb-commits] [lldb] [lldb] Fix CommandObjects that don't set a return status (PR #196588)
Dave Lee via lldb-commits
lldb-commits at lists.llvm.org
Fri May 8 11:07:12 PDT 2026
kastiglione wrote:
the explicit `SetStatus(eReturnStatusStarted)` calls makes me wonder, if commands are going to explicitly set this status, then should `m_status` not default to `eReturnStatusStarted`? Relates to https://github.com/llvm/llvm-project/pull/196589
https://github.com/llvm/llvm-project/pull/196588
More information about the lldb-commits
mailing list