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

  /external/lldb/include/lldb/Target/
ThreadPlan.h 558 SetStopInfo (lldb::StopInfoSP stop_reason_sp)
560 m_thread.SetStopInfo (stop_reason_sp);
  /external/lldb/source/Target/
Thread.cpp 414 SetStopInfo (m_stop_info_sp);
422 SetStopInfo (StopInfoSP());
442 Thread::SetStopInfo (const lldb::StopInfoSP &stop_info_sp)
481 SetStopInfo (StopInfo::CreateStopReasonWithSignal (*this, LLDB_INVALID_SIGNAL_NUMBER));
517 SetStopInfo(saved_state.stop_info_sp);
    [all...]

Completed in 168 milliseconds