Home
last modified time | relevance | path

Searched refs:GetpPacketSupported (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp313 gdb_process->GetGDBRemote().GetpPacketSupported(GetID()); in CreateRegisterContextForFrame()
H A DGDBRemoteCommunicationClient.h227 bool GetpPacketSupported(lldb::tid_t tid);
H A DGDBRemoteCommunicationClient.cpp510 bool GDBRemoteCommunicationClient::GetpPacketSupported(lldb::tid_t tid) { in GetpPacketSupported() function in GDBRemoteCommunicationClient
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteCommunicationClientTest.cpp118 std::launch::async, [&] { return client.GetpPacketSupported(tid); }); in TEST_F()