Searched refs:GetThreadFromSuffix (Results 1 – 2 of 2) sorted by relevance
303 NativeThreadProtocol *GetThreadFromSuffix(StringExtractorGDBRemote &packet);
2121 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_g()2185 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_p()2274 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_P()3297 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_QSaveRegisterState()3355 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_QRestoreRegisterState()4081 NativeThreadProtocol *GDBRemoteCommunicationServerLLGS::GetThreadFromSuffix( in GetThreadFromSuffix() function in GDBRemoteCommunicationServerLLGS