Lines Matching refs:NativeThreadProtocol
602 GetRegistersAsJSON(NativeThreadProtocol &thread) { in GetRegistersAsJSON()
694 for (NativeThreadProtocol *thread; in GetJSONThreadsInfo()
772 NativeThreadProtocol *thread = m_current_process->GetThreadByID(tid); in SendStopReplyPacketForThread()
832 NativeThreadProtocol *listed_thread; in SendStopReplyPacketForThread()
867 for (NativeThreadProtocol *thread; in SendStopReplyPacketForThread()
1351 NativeThreadProtocol *thread = m_current_process->GetCurrentThread(); in Handle_qC()
1744 NativeThreadProtocol *thread = m_current_process->GetThreadAtIndex(0); in Handle_qRegisterInfo()
1851 NativeThreadProtocol *thread; in Handle_qfThreadInfo()
1884 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_g()
1948 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_p()
2037 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_P()
2151 NativeThreadProtocol *thread = new_process_it->second->GetThreadByID(tid); in Handle_H()
2798 NativeThreadProtocol *thread = m_continue_process->GetThreadByID(tid); in Handle_s()
2828 NativeThreadProtocol *thread = m_current_process->GetThreadAtIndex(0); in BuildTargetXml()
3052 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_QSaveRegisterState()
3110 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_QRestoreRegisterState()
3632 NativeThreadProtocol *GDBRemoteCommunicationServerLLGS::GetThreadFromSuffix( in GetThreadFromSuffix()