Home
last modified time | relevance | path

Searched refs:GetThreadFromSuffix (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h309 NativeThreadProtocol *GetThreadFromSuffix(StringExtractorGDBRemote &packet);
H A DGDBRemoteCommunicationServerLLGS.cpp2125 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