commit | 2f7af6a15a95f545c0823a06c3fd4a92d00d78ad | [log] [tgz] |
---|---|---|
author | Jason Molenda <jmolenda@apple.com> | Tue Aug 02 23:28:55 2011 +0000 |
committer | Jason Molenda <jmolenda@apple.com> | Tue Aug 02 23:28:55 2011 +0000 |
tree | 347ec335572d98e91f158a28cf0bc75f0b86e609 | |
parent | d8b5fce230a7c5cfea882cccd7d403c964c8b1b5 [diff] [blame] |
Change CommandObjectTargetModulesAdd to set the return status object on successful adding of a module. llvm-svn: 136744
diff --git a/lldb/source/Commands/CommandObjectTarget.cpp b/lldb/source/Commands/CommandObjectTarget.cpp index 5820c39..0713cd5 100644 --- a/lldb/source/Commands/CommandObjectTarget.cpp +++ b/lldb/source/Commands/CommandObjectTarget.cpp
@@ -2174,6 +2174,7 @@ result.SetStatus (eReturnStatusFailed); return false; } + result.SetStatus (eReturnStatusSuccessFinishResult); } else {