Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h359 lldb::StateType SetThreadStopInfo(StringExtractor &stop_packet);
365 lldb::ThreadSP SetThreadStopInfo(StructuredData::Dictionary *thread_dict);
368 SetThreadStopInfo(lldb::tid_t tid,
H A DProcessGDBRemote.cpp564 const StateType state = SetThreadStopInfo(response); in DoConnectRemote()
793 SetPrivateState(SetThreadStopInfo(response)); in DoLaunch()
1447 SetThreadStopInfo(thread_dict); in UpdateThreadIDList()
1579 return (bool)SetThreadStopInfo(thread_dict); in GetThreadStopInfoFromJSON()
1630 return SetThreadStopInfo(stop_packet) == eStateStopped; in CalculateThreadStopInfo()
1650 ThreadSP ProcessGDBRemote::SetThreadStopInfo( in SetThreadStopInfo() function in ProcessGDBRemote
1961 ProcessGDBRemote::SetThreadStopInfo(StructuredData::Dictionary *thread_dict) { in SetThreadStopInfo() function in ProcessGDBRemote
2110 return SetThreadStopInfo(tid, expedited_register_map, signo, thread_name, in SetThreadStopInfo()
2117 StateType ProcessGDBRemote::SetThreadStopInfo(StringExtractor &stop_packet) { in SetThreadStopInfo() function in ProcessGDBRemote
2342 ThreadSP thread_sp = SetThreadStopInfo( in SetThreadStopInfo()
[all …]