Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h357 lldb::StateType SetThreadStopInfo(StringExtractor &stop_packet);
363 lldb::ThreadSP SetThreadStopInfo(StructuredData::Dictionary *thread_dict);
366 SetThreadStopInfo(lldb::tid_t tid,
DProcessGDBRemote.cpp677 const StateType state = SetThreadStopInfo(response); in DoConnectRemote()
919 SetPrivateState(SetThreadStopInfo(response)); in DoLaunch()
1544 SetThreadStopInfo(thread_dict); in UpdateThreadIDList()
1686 return (bool)SetThreadStopInfo(thread_dict); in GetThreadStopInfoFromJSON()
1717 return SetThreadStopInfo(stop_packet) == eStateStopped; in CalculateThreadStopInfo()
1721 ThreadSP ProcessGDBRemote::SetThreadStopInfo( in SetThreadStopInfo() function in ProcessGDBRemote
1971 ProcessGDBRemote::SetThreadStopInfo(StructuredData::Dictionary *thread_dict) { in SetThreadStopInfo() function in ProcessGDBRemote
2119 return SetThreadStopInfo(tid, expedited_register_map, signo, thread_name, in SetThreadStopInfo()
2126 StateType ProcessGDBRemote::SetThreadStopInfo(StringExtractor &stop_packet) { in SetThreadStopInfo() function in ProcessGDBRemote
2319 ThreadSP thread_sp = SetThreadStopInfo( in SetThreadStopInfo()
[all …]