Cut and paste error from r23162.

llvm-svn: 309977
This commit is contained in:
Jim Ingham 2017-08-03 19:38:38 +00:00
parent c7baf8073f
commit 1c7dc829bc
2 changed files with 2 additions and 2 deletions

View File

@ -280,7 +280,7 @@ bool SBBreakpoint::GetAutoContinue() {
bkpt_sp->GetTarget().GetAPIMutex());
return bkpt_sp->IsAutoContinue();
}
return nullptr;
return false;
}
uint32_t SBBreakpoint::GetHitCount() const {

View File

@ -165,7 +165,7 @@ bool SBBreakpointLocation::GetAutoContinue() {
loc_sp->GetTarget().GetAPIMutex());
return loc_sp->IsAutoContinue();
}
return NULL;
return false;
}
void SBBreakpointLocation::SetScriptCallbackFunction(