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

  /external/lldb/include/lldb/Target/
ThreadPlanCallFunction.h 134 return m_stop_address;
184 lldb::addr_t m_stop_address; // This is the address we stopped at. Also set in DoTakedown; member in class:lldb_private::ThreadPlanCallFunction
  /external/lldb/source/Target/
ThreadPlanCallFunction.cpp 144 m_stop_address (LLDB_INVALID_ADDRESS),
210 m_stop_address (LLDB_INVALID_ADDRESS),
300 m_stop_address = m_thread.GetStackFrameAtIndex(0)->GetRegisterContext()->GetPC();

Completed in 96 milliseconds