Searched refs:IsOneShot (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBBreakpoint.i | 128 IsOneShot (); 306 …one_shot = property(IsOneShot, SetOneShot, doc='''A read/write property that configures whether th…
|
| H A D | SBBreakpointName.i | 55 bool IsOneShot() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBreakpointName.cpp | 265 bool SBBreakpointName::IsOneShot() const { in IsOneShot() function in SBBreakpointName 266 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBreakpointName, IsOneShot); in IsOneShot() 275 return bp_name->GetOptions().IsOneShot(); in IsOneShot() 722 LLDB_REGISTER_METHOD_CONST(bool, SBBreakpointName, IsOneShot, ()); in RegisterMethods()
|
| H A D | SBBreakpoint.cpp | 243 bool SBBreakpoint::IsOneShot() const { in IsOneShot() function in SBBreakpoint 244 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBBreakpoint, IsOneShot); in IsOneShot() 250 return bkpt_sp->IsOneShot(); in IsOneShot() 1016 LLDB_REGISTER_METHOD_CONST(bool, SBBreakpoint, IsOneShot, ()); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBBreakpointName.h | 54 bool IsOneShot() const;
|
| H A D | SBBreakpoint.h | 61 bool IsOneShot() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointOptions.h | 289 bool IsOneShot() const { return m_one_shot; } in IsOneShot() function
|
| H A D | Breakpoint.h | 334 bool IsOneShot() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | StopInfo.cpp | 114 m_was_one_shot = bp_loc_sp->GetBreakpoint().IsOneShot(); in StoreBPInfo() 542 bp_loc_sp->GetBreakpoint().IsOneShot()) { in PerformAction()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | Breakpoint.cpp | 330 bool Breakpoint::IsOneShot() const { return m_options.IsOneShot(); } in IsOneShot() function in Breakpoint
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 6991 result = (bool)(arg1)->IsOneShot(); in _wrap_SBBreakpoint_IsOneShot() 9886 result = (bool)((lldb::SBBreakpointName const *)arg1)->IsOneShot(); in _wrap_SBBreakpointName_IsOneShot()
|