Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerLLGS.h291 GetThreadFromSuffix (StringExtractorGDBRemote &packet);
HDGDBRemoteCommunicationServerLLGS.cpp1565 NativeThreadProtocolSP thread_sp = GetThreadFromSuffix (packet); in Handle_p()
1663 NativeThreadProtocolSP thread_sp = GetThreadFromSuffix (packet); in Handle_P()
2418 NativeThreadProtocolSP thread_sp = GetThreadFromSuffix (packet); in Handle_QSaveRegisterState()
2481 NativeThreadProtocolSP thread_sp = GetThreadFromSuffix (packet); in Handle_QRestoreRegisterState()
2733 GDBRemoteCommunicationServerLLGS::GetThreadFromSuffix (StringExtractorGDBRemote &packet) in GetThreadFromSuffix() function in GDBRemoteCommunicationServerLLGS