Searched refs:SetStopInfo (Results 1 - 11 of 11) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp111 SetStopInfo (backing_stop_info_sp);
124 SetStopInfo (os->CreateThreadStopReason (this));
/external/lldb/source/Plugins/Process/POSIX/
H A DPOSIXThread.cpp201 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 (lld
[all...]
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.cpp159 SetStopInfo (m_cached_stop_info_sp);
163 SetStopInfo(StopInfo::CreateStopReasonWithSignal (*this, SIGSTOP));
/external/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp126 SetStopInfo(StopInfo::CreateStopReasonWithSignal (*this, SIGSTOP));
/external/lldb/include/lldb/Target/
H A DThreadPlan.h558 SetStopInfo (lldb::StopInfoSP stop_reason_sp) function in class:lldb_private::ThreadPlan
560 m_thread.SetStopInfo (stop_reason_sp);
H A DThread.h932 // Thread subclasses should call Thread::SetStopInfo(...) with the
936 // True if Thread::SetStopInfo(...) was called, false otherwise.
963 SetStopInfo (const lldb::StopInfoSP &stop_info_sp);
/external/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp125 SetStopInfo(StopInfo::CreateStopReasonWithSignal (*this, m_signo));
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1578 thread_sp->SetStopInfo (StopInfoSP());
1586 thread_sp->SetStopInfo (StopInfoMachException::CreateStopReasonWithMachException (*thread_sp,
1601 thread_sp->SetStopInfo (StopInfo::CreateStopReasonToTrace (*thread_sp));
1616 thread_sp->SetStopInfo (StopInfo::CreateStopReasonWithBreakpointSiteID (*thread_sp, bp_site_sp->GetID()));
1621 thread_sp->SetStopInfo (invalid_stop_info_sp);
1634 thread_sp->SetStopInfo (StopInfo::CreateStopReasonWithWatchpointID (*thread_sp, watch_id));
1639 thread_sp->SetStopInfo (StopInfo::CreateStopReasonWithException(*thread_sp, description.c_str()));
1645 thread_sp->SetStopInfo (StopInfo::CreateStopReasonWithExec(*thread_sp));
1667 thread_sp->SetStopInfo (StopInfo::CreateStopReasonWithBreakpointSiteID (*thread_sp, bp_site_sp->GetID()));
1672 thread_sp->SetStopInfo (invalid_stop_info_s
[all...]
/external/lldb/source/Target/
H A DThread.cpp414 SetStopInfo (m_stop_info_sp);
422 SetStopInfo (StopInfoSP());
442 Thread::SetStopInfo (const lldb::StopInfoSP &stop_info_sp) function in class:Thread
481 SetStopInfo (StopInfo::CreateStopReasonWithSignal (*this, LLDB_INVALID_SIGNAL_NUMBER));
517 SetStopInfo(saved_state.stop_info_sp);
H A DThreadPlanStepInRange.cpp470 SetStopInfo(StopInfo::CreateStopReasonToTrace(m_thread));
H A DStopInfo.cpp686 thread_sp->SetStopInfo(stored_stop_info_sp);

Completed in 2027 milliseconds