Home
last modified time | relevance | path

Searched refs:m_msgSend_bkpts (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp260 m_msgSend_bkpts.push_back(GetTarget().CreateBreakpoint(addr, in AppleThreadPlanStepThroughDirectDispatch()
263 m_msgSend_bkpts.back()->SetThreadID(GetThread().GetID()); in AppleThreadPlanStepThroughDirectDispatch()
281 for (BreakpointSP bkpt_sp : m_msgSend_bkpts) { in ~AppleThreadPlanStepThroughDirectDispatch()
296 for (auto bkpt_sp : m_msgSend_bkpts) { in GetDescription()
332 for (BreakpointSP break_sp : m_msgSend_bkpts) { in DoPlanExplainsStop()
391 for (BreakpointSP bkpt_sp : m_msgSend_bkpts) { in ShouldStop()
416 for (BreakpointSP bkpt_sp : m_msgSend_bkpts) { in ShouldStop()
H A DAppleThreadPlanStepThroughObjCTrampoline.h114 std::vector<lldb::BreakpointSP> m_msgSend_bkpts; /// Breakpoints on the objc variable