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 9d2069a commit 0d51d68Copy full SHA for 0d51d68
lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
@@ -734,7 +734,7 @@ StopInfoSP StopInfoMachException::CreateStopReasonWithMachException(
734
// or not. Clear this in the Tread object so we step past it on resume.
735
thread.SetThreadHitBreakpointSite();
736
737
- if (bp_site_sp->ValidForThisThread(thread) {
+ if (bp_site_sp->ValidForThisThread(thread)) {
738
// Update the PC if we were asked to do so, but only do so if we find
739
// a breakpoint that we know about because this could be a trap
740
// instruction in the code.
0 commit comments