Searched refs:SetOneShot (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBBreakpoint.i | 125 SetOneShot (bool one_shot); 306 …one_shot = property(IsOneShot, SetOneShot, doc='''A read/write property that configures whether th…
|
| H A D | SBBreakpointName.i | 53 void SetOneShot(bool one_shot);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBreakpointName.cpp | 251 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 D | SBBreakpoint.cpp | 231 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 D | SBBreakpointName.h | 52 void SetOneShot(bool one_shot);
|
| H A D | SBBreakpoint.h | 59 void SetOneShot(bool one_shot);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointOptions.h | 292 void SetOneShot(bool one_shot) { in SetOneShot() function
|
| H A D | Breakpoint.h | 329 void SetOneShot(bool one_shot);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | Breakpoint.cpp | 332 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 D | DynamicLoaderPOSIXDYLD.cpp | 254 entry_break->SetOneShot(true); in ProbeEntry()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectBreakpoint.cpp | 104 m_bp_opts.SetOneShot(value); in SetOptionValue()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 5794 bp_sp->GetOptions().SetOneShot(true); in WindowDelegateHandleChar() 5810 bp_sp->GetOptions().SetOneShot(true); in WindowDelegateHandleChar()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 6967 (arg1)->SetOneShot(arg2); in _wrap_SBBreakpoint_SetOneShot() 9862 (arg1)->SetOneShot(arg2); in _wrap_SBBreakpointName_SetOneShot()
|