Searched refs:GetThreadFromSuffix (Results 1 – 2 of 2) sorted by relevance
251 NativeThreadProtocol *GetThreadFromSuffix(StringExtractorGDBRemote &packet);
1884 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_g()1948 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_p()2037 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_P()3052 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_QSaveRegisterState()3110 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_QRestoreRegisterState()3632 NativeThreadProtocol *GDBRemoteCommunicationServerLLGS::GetThreadFromSuffix( in GetThreadFromSuffix() function in GDBRemoteCommunicationServerLLGS