Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h352 lldb::StateType SetThreadStopInfo(StringExtractor &stop_packet);
358 lldb::ThreadSP SetThreadStopInfo(StructuredData::Dictionary *thread_dict);
361 SetThreadStopInfo(lldb::tid_t tid,
H A DProcessGDBRemote.cpp661 const StateType state = SetThreadStopInfo(response); in DoConnectRemote()
890 SetPrivateState(SetThreadStopInfo(response)); in DoLaunch()
1479 SetThreadStopInfo(thread_dict); in UpdateThreadIDList()
1611 return (bool)SetThreadStopInfo(thread_dict); in GetThreadStopInfoFromJSON()
1642 return SetThreadStopInfo(stop_packet) == eStateStopped; in CalculateThreadStopInfo()
1646 ThreadSP ProcessGDBRemote::SetThreadStopInfo( in SetThreadStopInfo() function in ProcessGDBRemote
2086 return SetThreadStopInfo(tid, expedited_register_map, signo, thread_name, in SetThreadStopInfo()
2093 StateType ProcessGDBRemote::SetThreadStopInfo(StringExtractor &stop_packet) { in SetThreadStopInfo() function in ProcessGDBRemote
2301 ThreadSP thread_sp = SetThreadStopInfo( in SetThreadStopInfo()
2341 SetThreadStopInfo(*m_last_stop_packet); in RefreshStateAfterStop()
[all …]