Searched refs:SetOneShot (Results 1 – 10 of 10) sorted by relevance
51 void SetOneShot(bool one_shot);
56 void SetOneShot(bool one_shot);
335 void SetOneShot(bool one_shot) { in SetOneShot() function
396 void SetOneShot(bool one_shot);
225 void SBBreakpointName::SetOneShot(bool one_shot) { in SetOneShot() function in SBBreakpointName236 bp_name->GetOptions().SetOneShot(one_shot); in SetOneShot()
187 void SBBreakpoint::SetOneShot(bool one_shot) { in SetOneShot() function in SBBreakpoint196 bkpt_sp->SetOneShot(one_shot); in SetOneShot()
342 void Breakpoint::SetOneShot(bool one_shot) { in SetOneShot() function in Breakpoint343 m_options_up->SetOneShot(one_shot); in SetOneShot()
253 entry_break->SetOneShot(true); in ProbeEntry()
4339 bp_sp->GetOptions()->SetOneShot(true); in WindowDelegateHandleChar()4355 bp_sp->GetOptions()->SetOneShot(true); in WindowDelegateHandleChar()
123 m_bp_opts.SetOneShot(value); in SetOptionValue()