Skip to content

Commit 7a456e9

Browse files
Update lldb/source/Plugins/InstrumentationRuntime/BoundsSafety/InstrumentationRuntimeBoundsSafety.cpp
Co-authored-by: Jonas Devlieghere <[email protected]>
1 parent 572a51d commit 7a456e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/source/Plugins/InstrumentationRuntime/BoundsSafety/InstrumentationRuntimeBoundsSafety.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,9 @@ InstrumentationBoundsSafetyStopInfo::ComputeStopReasonAndSuggestedStackFrame(
135135
return {};
136136
}
137137

138-
if (parent_sf->HasDebugInformation()) {
138+
if (parent_sf->HasDebugInformation())
139139
return ComputeStopReasonAndSuggestedStackFrameWithDebugInfo(
140140
parent_sf, debugger_id, warning_emitted_for_failure);
141-
}
142141

143142
// If the debug info is missing we can still get some information
144143
// from the parameter in the soft trap runtime call.

0 commit comments

Comments
 (0)