Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointExtensions.i51 …one_shot = property(IsOneShot, SetOneShot, doc='''A read/write property that configures whether th…
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h52 void SetOneShot(bool one_shot);
H A DSBBreakpoint.h64 void SetOneShot(bool one_shot);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h291 void SetOneShot(bool one_shot) { in SetOneShot() function
H A DBreakpoint.h336 void SetOneShot(bool one_shot);
/freebsd-14.2/contrib/llvm-project/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.cpp223 void SBBreakpoint::SetOneShot(bool one_shot) { in SetOneShot() function in SBBreakpoint
231 bkpt_sp->SetOneShot(one_shot); in SetOneShot()
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp331 void Breakpoint::SetOneShot(bool one_shot) { m_options.SetOneShot(one_shot); } in SetOneShot() function in Breakpoint
H A DWatchpoint.cpp124 bp_sp->SetOneShot(true); in SetupVariableWatchpointDisabler()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp246 entry_break->SetOneShot(true); in ProbeEntry()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp106 m_bp_opts.SetOneShot(value); in SetOptionValue()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7345 bp_sp->GetOptions().SetOneShot(true); in WindowDelegateHandleChar()
7361 bp_sp->GetOptions().SetOneShot(true); in WindowDelegateHandleChar()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp373 bp_sp->SetOneShot(true); in CreateBreakpointAtUserEntry()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp7278 (arg1)->SetOneShot(arg2); in _wrap_SBBreakpoint_SetOneShot()
10173 (arg1)->SetOneShot(arg2); in _wrap_SBBreakpointName_SetOneShot()