Home
last modified time | relevance | path

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

/freebsd-src/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-src/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-src/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-src/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-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp328 void Breakpoint::SetOneShot(bool one_shot) { m_options.SetOneShot(one_shot); }
331 void Breakpoint::SetOneShot(bool one_shot) { m_options.SetOneShot(one_shot); } SetOneShot() function in Breakpoint
H A DWatchpoint.cpp128 bp_sp->SetOneShot(true);
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp246 entry_break->SetOneShot(true); in ProbeEntry()
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp107 m_bp_opts.SetOneShot(value); in SetOptionValue()
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp374 bp_sp->SetOneShot(true); in CreateBreakpointAtUserEntry()
/freebsd-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp8067 SWIG_check_num_args("lldb::SBBreakpoint::SetOneShot",2,2)
8068 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBBreakpoint::SetOneShot",1,"lldb::SBBreakpoint *");
8069 if(!lua_isboolean(L,2)) SWIG_fail_arg("lldb::SBBreakpoint::SetOneShot",2,"bool"); in _wrap_SBBreakpoint_GetNumResolvedLocations()
8076 (arg1)->SetOneShot(arg2); in _wrap_SBBreakpoint_GetNumResolvedLocations()
9314 { "SetOneShot", _wrap_SBBreakpoint_SetOneShot}, in _wrap_SBBreakpointLocation_SetScriptCallbackFunction__SWIG_1()
10962 SWIG_check_num_args("lldb::SBBreakpointName::SetOneShot",2,2) in _wrap_SBBreakpointName_SetAllowDisable()
10963 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBBreakpointName::SetOneShot",1,"lldb::SBBreakpointName *"); in _wrap_SBBreakpointName_SetAllowDisable()
10964 if(!lua_isboolean(L,2)) SWIG_fail_arg("lldb::SBBreakpointName::SetOneShot",2,"bool"); in _wrap_SBBreakpointName_SetAllowDisable()
10971 (arg1)->SetOneShot(arg2); in _wrap_SBBreakpointName_SetAllowDisable()
11850 { "SetOneShot", _wrap_SBBreakpointName_SetOneSho
[all...]