summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/source/Commands/CommandCompletions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandCompletions.cpp b/lldb/source/Commands/CommandCompletions.cpp
index e57a8b41685..f1168908590 100644
--- a/lldb/source/Commands/CommandCompletions.cpp
+++ b/lldb/source/Commands/CommandCompletions.cpp
@@ -633,7 +633,7 @@ CommandCompletions::SymbolCompleter::SearchCallback (
}
else if (sc.symbol && sc.symbol->GetAddressRangePtr())
{
- m_match_set.insert (sc.symbol->GetMangled().GetDemangledName());
+ m_match_set.insert (sc.symbol->GetMangled().GetName());
}
}
}
OpenPOWER on IntegriCloud