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.cpp2121 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_g()
2185 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_p()
2273 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_P()
3305 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_QSaveRegisterState()
3363 NativeThreadProtocol *thread = GetThreadFromSuffix(packet); in Handle_QRestoreRegisterState()
4089 NativeThreadProtocol *GDBRemoteCommunicationServerLLGS::GetThreadFromSuffix( in GetThreadFromSuffix() function in GDBRemoteCommunicationServerLLGS