Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointNameExtensions.i15 …one_shot = property(IsOneShot, SetOneShot, doc='''A read/write property that configures whether th…
H A DSBBreakpointExtensions.i51 …one_shot = property(IsOneShot, SetOneShot, doc='''A read/write property that configures whether th…
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h50 bool IsOneShot() const;
H A DSBBreakpoint.h66 bool IsOneShot() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h286 bool IsOneShot() const { return m_one_shot; } in IsOneShot() function
H A DBreakpoint.h341 bool IsOneShot() const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp256 bool SBBreakpointName::IsOneShot() const { in IsOneShot() function in SBBreakpointName
266 return bp_name->GetOptions().IsOneShot(); in IsOneShot()
H A DSBBreakpoint.cpp235 bool SBBreakpoint::IsOneShot() const { in IsOneShot() function in SBBreakpoint
242 return bkpt_sp->IsOneShot(); in IsOneShot()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp375 bool Breakpoint::IsOneShot() const { return m_options.IsOneShot(); } in IsOneShot() function in Breakpoint
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp120 m_was_one_shot = bkpt.IsOneShot(); in StoreBPInfo()
572 bp_loc_sp->GetBreakpoint().IsOneShot()) { in PerformAction()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp8034 result = (bool)((lldb::SBBreakpoint const *)arg1)->IsOneShot(); in _wrap_SBBreakpoint_IsOneShot()
10960 result = (bool)((lldb::SBBreakpointName const *)arg1)->IsOneShot(); in _wrap_SBBreakpointName_IsOneShot()