Searched refs:GetThreadFromSuffix (Results 1 – 2 of 2) sorted by relevance
303 NativeThreadProtocol *GetThreadFromSuffix(StringExtractorGDBRemote &packet);
2116 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_g()2180 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_p()2269 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_P()3281 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_QSaveRegisterState()3339 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_QRestoreRegisterState()4067 NativeThreadProtocol *GDBRemoteCommunicationServerLLGS::GetThreadFromSuffix( in GetThreadFromSuffix() function in GDBRemoteCommunicationServerLLGS