diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectMemory.cpp')
| -rw-r--r-- | lldb/source/Commands/CommandObjectMemory.cpp | 2 |
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, |

