Home
last modified time | relevance | path

Searched refs:Handle_QThreadSuffixSupported (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteCommunicationClientTest.cpp35 void Handle_QThreadSuffixSupported(MockServer &server, bool supported) { in Handle_QThreadSuffixSupported() function
81 Handle_QThreadSuffixSupported(server, true); in TEST_F()
101 Handle_QThreadSuffixSupported(server, false); in TEST_F()
119 Handle_QThreadSuffixSupported(server, true); in TEST_F()
146 Handle_QThreadSuffixSupported(server, false); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h156 PacketResult Handle_QThreadSuffixSupported(StringExtractorGDBRemote &packet);
H A DGDBRemoteCommunicationServerLLGS.cpp123 &GDBRemoteCommunicationServerLLGS::Handle_QThreadSuffixSupported); in RegisterPacketHandlers()
1514 GDBRemoteCommunicationServerLLGS::Handle_QThreadSuffixSupported( in Handle_QThreadSuffixSupported() function in GDBRemoteCommunicationServerLLGS