Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBBreakpoint.i125 SetOneShot (bool one_shot);
306 …one_shot = property(IsOneShot, SetOneShot, doc='''A read/write property that configures whether th…
H A DSBBreakpointName.i53 void SetOneShot(bool one_shot);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBBreakpointName.h52 void SetOneShot(bool one_shot);
H A DSBBreakpoint.h59 void SetOneShot(bool one_shot);
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h291 void SetOneShot(bool one_shot) { in SetOneShot() function
H A DBreakpoint.h337 void SetOneShot(bool one_shot);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBreakpointName.cpp242 void SBBreakpointName::SetOneShot(bool one_shot) { in SetOneShot() function in SBBreakpointName
252 bp_name->GetOptions().SetOneShot(one_shot); in SetOneShot()
H A DSBBreakpoint.cpp224 void SBBreakpoint::SetOneShot(bool one_shot) { in SetOneShot() function in SBBreakpoint
232 bkpt_sp->SetOneShot(one_shot); in SetOneShot()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpoint.cpp338 void Breakpoint::SetOneShot(bool one_shot) { m_options.SetOneShot(one_shot); } in SetOneShot() function in Breakpoint
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp454 dyld_handover_bp->SetOneShot(true); in SetDYLDHandoverBreakpoint()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp246 entry_break->SetOneShot(true); in ProbeEntry()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp106 m_bp_opts.SetOneShot(value); in SetOptionValue()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7324 bp_sp->GetOptions().SetOneShot(true); in WindowDelegateHandleChar()
7340 bp_sp->GetOptions().SetOneShot(true); in WindowDelegateHandleChar()