Home
last modified time | relevance | path

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

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