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

  /external/lldb/source/Target/
Thread.cpp 247 m_stop_info_stop_id (0),
384 if ((m_stop_info_stop_id == stop_id) || // Stop info is valid, just return what we have (even if empty)
407 if (m_stop_info_stop_id != process_stop_id)
455 m_stop_info_stop_id = process_sp->GetStopID();
457 m_stop_info_stop_id = UINT32_MAX;
460 log->Printf("%p: tid = 0x%" PRIx64 ": stop info = %s (stop_id = %u)\n", this, GetID(), stop_info_sp ? stop_info_sp->GetDescription() : "<NULL>", m_stop_info_stop_id);
620 if (m_stop_info_stop_id == process_stop_id &&
    [all...]
  /external/lldb/include/lldb/Target/
Thread.h 1037 uint32_t m_stop_info_stop_id; \/\/ This is the stop id for which the StopInfo is valid. Can use this so you know that member in class:lldb_private::Thread
    [all...]

Completed in 37 milliseconds