HomeSort by relevance Sort by last modified time
    Searched refs:m_function_sp (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/Target/
ThreadPlanCallFunction.h 107 return m_function_sp;
170 lldb::addr_t m_function_sp; member in class:lldb_private::ThreadPlanCallFunction
  /external/lldb/source/Target/
ThreadPlanCallFunction.cpp 64 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,

Completed in 447 milliseconds