Lines Matching refs:NativeThreadProtocol
643 GetRegistersAsJSON(NativeThreadProtocol &thread) { in GetRegistersAsJSON()
734 for (NativeThreadProtocol &thread : process.Threads()) { in GetJSONThreadsInfo()
796 NativeThreadProtocol &thread) { in PrepareStopReplyPacketForThread()
862 for (NativeThreadProtocol &listed_thread : process.Threads()) { in PrepareStopReplyPacketForThread()
894 for (NativeThreadProtocol &thread : process.Threads()) { in PrepareStopReplyPacketForThread()
1001 NativeThreadProtocol *thread = process.GetThreadByID(tid); in SendStopReplyPacketForThread()
1025 for (NativeThreadProtocol &listed_thread : m_current_process->Threads()) { in EnqueueStopReplyPackets()
1412 NativeThreadProtocol *thread = m_current_process->GetCurrentThread(); in Handle_qC()
1898 NativeThreadProtocol *thread = m_current_process->GetCurrentThread(); in Handle_stop_reason()
1988 NativeThreadProtocol *thread = m_current_process->GetThreadAtIndex(0); in Handle_qRegisterInfo()
2079 for (NativeThreadProtocol &thread : process.Threads()) { in AddProcessThreads()
2121 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_g()
2185 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_p()
2274 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_P()
2384 NativeThreadProtocol *thread = in Handle_H()
3032 NativeThreadProtocol *thread = m_continue_process->GetThreadByID(tid); in Handle_s()
3058 NativeThreadProtocol *thread = m_current_process->GetThreadAtIndex(0); in BuildTargetXml()
3180 NativeThreadProtocol *thread = m_current_process->GetCurrentThread(); in ReadXferObject()
3297 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_QSaveRegisterState()
3355 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_QRestoreRegisterState()
4081 NativeThreadProtocol *GDBRemoteCommunicationServerLLGS::GetThreadFromSuffix( in GetThreadFromSuffix()