summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectTarget.cpp
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2019-10-31 09:19:55 -0700
committerAdrian Prantl <aprantl@apple.com>2019-10-31 09:25:36 -0700
commitaafe01fed4a29090b86432e0356a47a249d5a106 (patch)
treea122962e9076579fef467071bc5ce270f2e08d91 /lldb/source/Commands/CommandObjectTarget.cpp
parentcb935f345683194e42e6e883d79c5a16479acd74 (diff)
downloadbcm5719-llvm-aafe01fed4a29090b86432e0356a47a249d5a106.tar.gz
bcm5719-llvm-aafe01fed4a29090b86432e0356a47a249d5a106.zip
Upstream diff from swift-lldb.
This is very likely untested, but it looks like an obviously correct change.
Diffstat (limited to 'lldb/source/Commands/CommandObjectTarget.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectTarget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectTarget.cpp b/lldb/source/Commands/CommandObjectTarget.cpp
index 40e80bd7e94..a63caab4dbd 100644
--- a/lldb/source/Commands/CommandObjectTarget.cpp
+++ b/lldb/source/Commands/CommandObjectTarget.cpp
@@ -3749,7 +3749,7 @@ public:
break;
}
- return true;
+ return false;
}
bool LookupInModule(CommandInterpreter &interpreter, Module *module,
OpenPOWER on IntegriCloud