Searched refs:GetThreadFromSuffix (Results 1 – 2 of 2) sorted by relevance
309 NativeThreadProtocol *GetThreadFromSuffix(StringExtractorGDBRemote &packet);
2125 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_g()2189 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_p()2277 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_P()3308 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_QSaveRegisterState()3366 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_QRestoreRegisterState()4097 NativeThreadProtocol *GDBRemoteCommunicationServerLLGS::GetThreadFromSuffix( in GetThreadFromSuffix() function in GDBRemoteCommunicationServerLLGS