Searched refs:m_function_sp (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Target/
H A DThreadPlanCallFunction.cpp64 m_function_sp = thread.GetRegisterContext()->GetSP() - abi->GetRedZoneSize();
68 process_sp->ReadUnsignedIntegerFromMemory(m_function_sp, 4, 0, error);
71 m_constructor_errors.Printf ("Trying to put the stack in unreadable memory at: 0x%" PRIx64 ".", m_function_sp);
141 m_function_sp (0),
157 m_function_sp,
168 m_function_sp,
178 m_function_sp,
207 m_function_sp (0),
221 m_function_sp,
/external/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h107 return m_function_sp;
170 lldb::addr_t m_function_sp; member in class:lldb_private::ThreadPlanCallFunction

Completed in 134 milliseconds