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,


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to