Home
last modified time | relevance | path

Searched refs:IsOneShot (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpoint.i128 IsOneShot ();
306 …one_shot = property(IsOneShot, SetOneShot, doc='''A read/write property that configures whether th…
H A DSBBreakpointName.i55 bool IsOneShot() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp265 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 DSBBreakpoint.cpp243 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 DSBBreakpointName.h54 bool IsOneShot() const;
H A DSBBreakpoint.h61 bool IsOneShot() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h289 bool IsOneShot() const { return m_one_shot; } in IsOneShot() function
H A DBreakpoint.h334 bool IsOneShot() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp114 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 DBreakpoint.cpp330 bool Breakpoint::IsOneShot() const { return m_options.IsOneShot(); } in IsOneShot() function in Breakpoint
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp6991 result = (bool)(arg1)->IsOneShot(); in _wrap_SBBreakpoint_IsOneShot()
9886 result = (bool)((lldb::SBBreakpointName const *)arg1)->IsOneShot(); in _wrap_SBBreakpointName_IsOneShot()