Home
last modified time | relevance | path

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

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