Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteCommunicationClientTest.cpp503 TEST_F(GDBRemoteCommunicationClientTest, SendGetDataPacket) { in TEST_F() argument
512 return client.SendGetDataPacket(trace_id, thread_id, buffer, offset); in TEST_F()
527 return client.SendGetDataPacket(trace_id, thread_id, buffer2, offset); in TEST_F()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h513 Status SendGetDataPacket(lldb::user_id_t uid, lldb::tid_t thread_id,
DGDBRemoteCommunicationClient.cpp3455 Status GDBRemoteCommunicationClient::SendGetDataPacket( in SendGetDataPacket() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp1214 return m_gdb_comm.SendGetDataPacket(uid, thread_id, buffer, offset); in GetData()