Lines Matching refs:NativeThreadProtocol

645 GetRegistersAsJSON(NativeThreadProtocol &thread) {  in GetRegistersAsJSON()
736 for (NativeThreadProtocol &thread : process.Threads()) { in GetJSONThreadsInfo()
798 NativeThreadProtocol &thread) { in PrepareStopReplyPacketForThread()
864 for (NativeThreadProtocol &listed_thread : process.Threads()) { in PrepareStopReplyPacketForThread()
896 for (NativeThreadProtocol &thread : process.Threads()) { in PrepareStopReplyPacketForThread()
1003 NativeThreadProtocol *thread = process.GetThreadByID(tid); in SendStopReplyPacketForThread()
1027 for (NativeThreadProtocol &listed_thread : m_current_process->Threads()) { in EnqueueStopReplyPackets()
1414 NativeThreadProtocol *thread = m_current_process->GetCurrentThread(); in Handle_qC()
1893 NativeThreadProtocol *thread = m_current_process->GetCurrentThread(); in Handle_stop_reason()
1983 NativeThreadProtocol *thread = m_current_process->GetThreadAtIndex(0); in Handle_qRegisterInfo()
2074 for (NativeThreadProtocol &thread : process.Threads()) { in AddProcessThreads()
2116 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_g()
2180 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_p()
2269 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_P()
2379 NativeThreadProtocol *thread = in Handle_H()
3027 NativeThreadProtocol *thread = m_continue_process->GetThreadByID(tid); in Handle_s()
3053 NativeThreadProtocol *thread = m_current_process->GetThreadAtIndex(0); in BuildTargetXml()
3164 NativeThreadProtocol *thread = m_current_process->GetCurrentThread(); in ReadXferObject()
3281 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_QSaveRegisterState()
3339 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_QRestoreRegisterState()
4067 NativeThreadProtocol *GDBRemoteCommunicationServerLLGS::GetThreadFromSuffix( in GetThreadFromSuffix()