Searched refs:SendGetDataPacket (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/unittests/Process/gdb-remote/ |
D | GDBRemoteCommunicationClientTest.cpp | 503 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/ |
D | GDBRemoteCommunicationClient.h | 513 Status SendGetDataPacket(lldb::user_id_t uid, lldb::tid_t thread_id,
|
D | GDBRemoteCommunicationClient.cpp | 3455 Status GDBRemoteCommunicationClient::SendGetDataPacket( in SendGetDataPacket() function in GDBRemoteCommunicationClient
|
D | ProcessGDBRemote.cpp | 1214 return m_gdb_comm.SendGetDataPacket(uid, thread_id, buffer, offset); in GetData()
|