Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointNameExtensions.i15 …one_shot = property(IsOneShot, SetOneShot, doc='''A read/write property that configures whether th…
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.h48 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.h289 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 DWatchpoint.cpp128 bp_sp->SetOneShot(true); in SetupVariableWatchpointDisabler()
H A DBreakpoint.cpp377 void Breakpoint::SetOneShot(bool one_shot) { m_options.SetOneShot(one_shot); } in SetOneShot() function in Breakpoint
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp255 entry_break->SetOneShot(true); in ProbeEntry()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp110 m_bp_opts.SetOneShot(value); in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7332 bp_sp->GetOptions().SetOneShot(true); in WindowDelegateHandleChar()
7348 bp_sp->GetOptions().SetOneShot(true); in WindowDelegateHandleChar()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp459 bp_sp->SetOneShot(true); in CreateBreakpointAtUserEntry()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp8010 (arg1)->SetOneShot(arg2); in _wrap_SBBreakpoint_SetOneShot()
10936 (arg1)->SetOneShot(arg2); in _wrap_SBBreakpointName_SetOneShot()