[Lldb-commits] [lldb] aafe01f - Upstream diff from swift-lldb.

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 31 09:25:59 PDT 2019


Author: Adrian Prantl
Date: 2019-10-31T09:25:36-07:00
New Revision: aafe01fed4a29090b86432e0356a47a249d5a106

URL: https://github.com/llvm/llvm-project/commit/aafe01fed4a29090b86432e0356a47a249d5a106
DIFF: https://github.com/llvm/llvm-project/commit/aafe01fed4a29090b86432e0356a47a249d5a106.diff

LOG: Upstream diff from swift-lldb.

This is very likely untested, but it looks like an obviously correct change.

Added: 
    

Modified: 
    lldb/source/Commands/CommandObjectTarget.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/source/Commands/CommandObjectTarget.cpp b/lldb/source/Commands/CommandObjectTarget.cpp
index 40e80bd7e94f..a63caab4dbd9 100644
--- a/lldb/source/Commands/CommandObjectTarget.cpp
+++ b/lldb/source/Commands/CommandObjectTarget.cpp
@@ -3749,7 +3749,7 @@ class CommandObjectTargetModulesLookup : public CommandObjectParsed {
       break;
     }
 
-    return true;
+    return false;
   }
 
   bool LookupInModule(CommandInterpreter &interpreter, Module *module,


        


More information about the lldb-commits mailing list