Home
last modified time | relevance | path

Searched refs:SetOneShot (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpointName.h51 void SetOneShot(bool one_shot);
H A DSBBreakpoint.h56 void SetOneShot(bool one_shot);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h335 void SetOneShot(bool one_shot) { in SetOneShot() function
H A DBreakpoint.h396 void SetOneShot(bool one_shot);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointName.cpp225 void SBBreakpointName::SetOneShot(bool one_shot) { in SetOneShot() function in SBBreakpointName
236 bp_name->GetOptions().SetOneShot(one_shot); in SetOneShot()
H A DSBBreakpoint.cpp187 void SBBreakpoint::SetOneShot(bool one_shot) { in SetOneShot() function in SBBreakpoint
196 bkpt_sp->SetOneShot(one_shot); in SetOneShot()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpoint.cpp342 void Breakpoint::SetOneShot(bool one_shot) { in SetOneShot() function in Breakpoint
343 m_options_up->SetOneShot(one_shot); in SetOneShot()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp253 entry_break->SetOneShot(true); in ProbeEntry()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp4339 bp_sp->GetOptions()->SetOneShot(true); in WindowDelegateHandleChar()
4355 bp_sp->GetOptions()->SetOneShot(true); in WindowDelegateHandleChar()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp123 m_bp_opts.SetOneShot(value); in SetOptionValue()