diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectThread.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Commands/CommandObjectThread.cpp b/lldb/source/Commands/CommandObjectThread.cpp index 7532886578e..b7af449ec64 100644 --- a/lldb/source/Commands/CommandObjectThread.cpp +++ b/lldb/source/Commands/CommandObjectThread.cpp @@ -1280,6 +1280,7 @@ public: } process->GetThreadList().SetSelectedThreadByID(new_thread->GetID()); + result.SetStatus (eReturnStatusSuccessFinishNoResult); DisplayThreadInfo (interpreter, result.GetOutputStream(), |