summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Commands')
-rw-r--r--lldb/source/Commands/CommandObjectMemory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectMemory.cpp b/lldb/source/Commands/CommandObjectMemory.cpp
index 6da176dbf87..558f8409148 100644
--- a/lldb/source/Commands/CommandObjectMemory.cpp
+++ b/lldb/source/Commands/CommandObjectMemory.cpp
@@ -465,7 +465,7 @@ public:
}
if (type_list.GetSize() == 0)
{
- target->GetImages().FindTypes2 (sc,
+ target->GetImages().FindTypes (sc,
lookup_type_name,
exact_match,
1,
OpenPOWER on IntegriCloud