Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpointName.h53 bool IsOneShot() const;
H A DSBBreakpoint.h58 bool IsOneShot() const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h330 bool IsOneShot() const { return m_one_shot; } in IsOneShot() function
H A DBreakpoint.h403 bool IsOneShot() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointName.cpp240 bool SBBreakpointName::IsOneShot() const { in IsOneShot() function in SBBreakpointName
251 return bp_name->GetOptions().IsOneShot(); in IsOneShot()
H A DSBBreakpoint.cpp200 bool SBBreakpoint::IsOneShot() const { in IsOneShot() function in SBBreakpoint
205 return bkpt_sp->IsOneShot(); in IsOneShot()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp117 m_was_one_shot = bp_loc_sp->GetBreakpoint().IsOneShot(); in StoreBPInfo()
517 bp_loc_sp->GetBreakpoint().IsOneShot()) { in PerformAction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpoint.cpp340 bool Breakpoint::IsOneShot() const { return m_options_up->IsOneShot(); } in IsOneShot() function in Breakpoint
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebuggerHandleEvents.cpp431 sBrkPtInfo.m_bDisp = brkPt.IsOneShot(); in HandleEventSBBreakpointAdded()