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

  /external/lldb/source/Target/
ThreadPlanTracer.cpp 91 lldb::StopInfoSP stop_info = m_thread.GetStopInfo(); local
92 if (stop_info->GetStopReason() == eStopReasonTrace)
Thread.cpp 623 StopInfo *stop_info = GetPrivateStopInfo().get(); local
624 if (stop_info)
625 stop_info->WillResume (resume_state);
    [all...]

Completed in 67 milliseconds