diff options
-rw-r--r-- | lldb/source/Commands/CommandObjectTarget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Commands/CommandObjectTarget.cpp b/lldb/source/Commands/CommandObjectTarget.cpp index 5820c39a329..0713cd5e8c0 100644 --- a/lldb/source/Commands/CommandObjectTarget.cpp +++ b/lldb/source/Commands/CommandObjectTarget.cpp @@ -2174,6 +2174,7 @@ public: result.SetStatus (eReturnStatusFailed); return false; } + result.SetStatus (eReturnStatusSuccessFinishResult); } else { |