Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp251 void SBBreakpointName::SetOneShot(bool one_shot) { in SetOneShot() function in SBBreakpointName
252 LLDB_RECORD_METHOD(void, SBBreakpointName, SetOneShot, (bool), one_shot); in SetOneShot()
261 bp_name->GetOptions().SetOneShot(one_shot); in SetOneShot()
721 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetOneShot, (bool)); in RegisterMethods()
H A DSBBreakpoint.cpp231 void SBBreakpoint::SetOneShot(bool one_shot) { in SetOneShot() function in SBBreakpoint
232 LLDB_RECORD_METHOD(void, SBBreakpoint, SetOneShot, (bool), one_shot); in SetOneShot()
239 bkpt_sp->SetOneShot(one_shot); in SetOneShot()
1015 LLDB_REGISTER_METHOD(void, SBBreakpoint, SetOneShot, (bool)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h52 void SetOneShot(bool one_shot);
H A DSBBreakpoint.h59 void SetOneShot(bool one_shot);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h292 void SetOneShot(bool one_shot) { in SetOneShot() function
H A DBreakpoint.h329 void SetOneShot(bool one_shot);
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp332 void Breakpoint::SetOneShot(bool one_shot) { m_options.SetOneShot(one_shot); } in SetOneShot() function in Breakpoint
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp254 entry_break->SetOneShot(true); in ProbeEntry()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp104 m_bp_opts.SetOneShot(value); in SetOptionValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5794 bp_sp->GetOptions().SetOneShot(true); in WindowDelegateHandleChar()
5810 bp_sp->GetOptions().SetOneShot(true); in WindowDelegateHandleChar()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp6967 (arg1)->SetOneShot(arg2); in _wrap_SBBreakpoint_SetOneShot()
9862 (arg1)->SetOneShot(arg2); in _wrap_SBBreakpointName_SetOneShot()