Skip to content

Commit 56b86aa

Browse files
committed
Fix enum typo
1 parent 5b8cdcc commit 56b86aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/Language/Swift/SwiftFrameRecognizers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ class SwiftExceptionBreakpointFrameRecognizer : public StackFrameRecognizer {
261261
{
262262
// Check if source is available for the identified frame.
263263
SymbolContext sc =
264-
relevant_frame_sp->GetSymbolContext(eSymbolContextSymbol);
264+
relevant_frame_sp->GetSymbolContext(eSymbolContextCompUnit);
265265
if (!sc.comp_unit)
266266
return {};
267267
}

0 commit comments

Comments
 (0)