Home
last modified time | relevance | path

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

/freebsd/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/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/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/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/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp328 void Breakpoint::SetOneShot(bool one_shot) { m_options.SetOneShot(one_shot); } in SetOneShot() function in Breakpoint
H A DWatchpoint.cpp128 bp_sp->SetOneShot(true); in SetupVariableWatchpointDisabler()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp246 entry_break->SetOneShot(true); in ProbeEntry()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp107 m_bp_opts.SetOneShot(value); in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7346 bp_sp->GetOptions().SetOneShot(true); in WindowDelegateHandleChar()
7362 bp_sp->GetOptions().SetOneShot(true); in WindowDelegateHandleChar()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp374 bp_sp->SetOneShot(true); in CreateBreakpointAtUserEntry()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp8076 (arg1)->SetOneShot(arg2); in _wrap_SBBreakpoint_SetOneShot()
10971 (arg1)->SetOneShot(arg2); in _wrap_SBBreakpointName_SetOneShot()