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 5b8cdcc commit 56b86aaCopy full SHA for 56b86aa
lldb/source/Plugins/Language/Swift/SwiftFrameRecognizers.cpp
@@ -261,7 +261,7 @@ class SwiftExceptionBreakpointFrameRecognizer : public StackFrameRecognizer {
261
{
262
// Check if source is available for the identified frame.
263
SymbolContext sc =
264
- relevant_frame_sp->GetSymbolContext(eSymbolContextSymbol);
+ relevant_frame_sp->GetSymbolContext(eSymbolContextCompUnit);
265
if (!sc.comp_unit)
266
return {};
267
}
0 commit comments