Searched refs:GetThreadFromSuffix (Results 1 – 2 of 2) sorted by relevance
309 NativeThreadProtocol *GetThreadFromSuffix(StringExtractorGDBRemote &packet);
2121 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_g()2185 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_p()2273 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_P()3307 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_QSaveRegisterState()3365 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_QRestoreRegisterState()4091 NativeThreadProtocol *GDBRemoteCommunicationServerLLGS::GetThreadFromSuffix( in GetThreadFromSuffix() function in GDBRemoteCommunicationServerLLGS