We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459602f commit d007e05Copy full SHA for d007e05
lldb/source/Target/StackFrameRecognizer.cpp
@@ -151,7 +151,8 @@ StackFrameRecognizerManager::GetRecognizerForFrame(StackFrameSP frame) {
151
if (!entry.module_regexp->Execute(module_name.GetStringRef()))
152
continue;
153
154
- ConstString function_name = symctx.GetFunctionName(entry.symbol_mangling);
+ ConstString function_name =
155
+ symbol->GetMangled().GetName(entry.symbol_mangling);
156
157
if (!entry.symbols.empty())
158
if (!llvm::is_contained(entry.symbols, function_name))
0 commit comments