Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleThreadPlanStepThroughObjCTrampoline.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()
HDAppleThreadPlanStepThroughObjCTrampoline.h74 lldb::addr_t m_sel_str_addr; /// If this is not LLDB_INVALID_ADDRESS then it variable