Home
last modified time | relevance | path

Searched refs:SetThreadStopInfo (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.cpp209 return gdb_process->SetThreadStopInfo (stop_packet) == eStateStopped; in CalculateStopInfo()
DProcessGDBRemote.h354 SetThreadStopInfo (StringExtractor& stop_packet);
DProcessGDBRemote.cpp564 const StateType state = SetThreadStopInfo (m_last_stop_packet); in DoConnectRemote()
762 SetPrivateState (SetThreadStopInfo (m_last_stop_packet)); in DoLaunch()
1417 ProcessGDBRemote::SetThreadStopInfo (StringExtractor& stop_packet) in SetThreadStopInfo() function in ProcessGDBRemote
1726 SetThreadStopInfo (m_last_stop_packet); in RefreshStateAfterStop()