Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp43 m_sel_str_addr(sel_str_addr), m_sel_str(sel_str) {} in AppleThreadPlanStepThroughObjCTrampoline()
180 if (m_sel_str_addr != LLDB_INVALID_ADDRESS) { in ShouldStop()
183 GetThread().GetProcess()->DeallocateMemory(m_sel_str_addr); in ShouldStop()
187 m_sel_str_addr, dealloc_error); in ShouldStop()
H A DAppleThreadPlanStepThroughObjCTrampoline.h74 lldb::addr_t m_sel_str_addr; /// If this is not LLDB_INVALID_ADDRESS then it variable