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

  /external/lldb/source/Plugins/Process/Utility/
ThreadMemory.cpp 111 SetStopInfo (backing_stop_info_sp);
124 SetStopInfo (os->CreateThreadStopReason (this));
  /external/lldb/source/Plugins/Process/POSIX/
POSIXThread.cpp 201 SetStopInfo (m_stop_info_sp);
408 SetStopInfo (StopInfo::CreateStopReasonWithBreakpointSiteID(*this, bp_id));
423 SetStopInfo (invalid_stop_info_sp);
463 SetStopInfo (StopInfo::CreateStopReasonWithWatchpointID(*this,
471 SetStopInfo (StopInfo::CreateStopReasonToTrace(*this));
477 SetStopInfo (lldb::StopInfoSP(new POSIXLimboStopInfo(*this)));
485 SetStopInfo (StopInfo::CreateStopReasonWithSignal(*this, signo));
494 SetStopInfo (StopInfo::CreateStopReasonWithSignal(*this, signo));
511 SetStopInfo (lldb::StopInfoSP(new POSIXCrashStopInfo(*this, signo,
520 SetStopInfo (lldb::StopInfoSP(new POSIXNewThreadStopInfo(*this)))
    [all...]
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ThreadKDP.cpp 159 SetStopInfo (m_cached_stop_info_sp);
163 SetStopInfo(StopInfo::CreateStopReasonWithSignal (*this, SIGSTOP));
  /external/lldb/source/Plugins/Process/mach-core/
ThreadMachCore.cpp 126 SetStopInfo(StopInfo::CreateStopReasonWithSignal (*this, SIGSTOP));
  /external/lldb/include/lldb/Target/
ThreadPlan.h 558 SetStopInfo (lldb::StopInfoSP stop_reason_sp)
560 m_thread.SetStopInfo (stop_reason_sp);
Thread.h     [all...]
  /external/lldb/source/Plugins/Process/elf-core/
ThreadElfCore.cpp 125 SetStopInfo(StopInfo::CreateStopReasonWithSignal (*this, m_signo));
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp     [all...]
  /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...]
ThreadPlanStepInRange.cpp 470 SetStopInfo(StopInfo::CreateStopReasonToTrace(m_thread));
StopInfo.cpp 686 thread_sp->SetStopInfo(stored_stop_info_sp);
    [all...]

Completed in 741 milliseconds