Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp242 m_msgSend_bkpts.push_back(GetTarget().CreateBreakpoint(addr, in AppleThreadPlanStepThroughDirectDispatch()
245 m_msgSend_bkpts.back()->SetThreadID(GetThread().GetID()); in AppleThreadPlanStepThroughDirectDispatch()
276 for (BreakpointSP bkpt_sp : m_msgSend_bkpts) { in ~AppleThreadPlanStepThroughDirectDispatch()
291 for (auto bkpt_sp : m_msgSend_bkpts) { in GetDescription()
327 for (BreakpointSP break_sp : m_msgSend_bkpts) { in DoPlanExplainsStop()
386 for (BreakpointSP bkpt_sp : m_msgSend_bkpts) { in ShouldStop()
411 for (BreakpointSP bkpt_sp : m_msgSend_bkpts) { in ShouldStop()
DAppleThreadPlanStepThroughObjCTrampoline.h107 std::vector<lldb::BreakpointSP> m_msgSend_bkpts; /// Breakpoints on the objc variable