Searched refs:SendGetMetaDataPacket (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/unittests/Process/gdb-remote/ |
D | GDBRemoteCommunicationClientTest.cpp | 535 TEST_F(GDBRemoteCommunicationClientTest, SendGetMetaDataPacket) { in TEST_F() argument 544 return client.SendGetMetaDataPacket(trace_id, thread_id, buffer, offset); in TEST_F() 559 return client.SendGetMetaDataPacket(trace_id, thread_id, buffer2, offset); in TEST_F()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationClient.h | 517 Status SendGetMetaDataPacket(lldb::user_id_t uid, lldb::tid_t thread_id,
|
D | GDBRemoteCommunicationClient.cpp | 3464 Status GDBRemoteCommunicationClient::SendGetMetaDataPacket( in SendGetMetaDataPacket() function in GDBRemoteCommunicationClient
|
D | ProcessGDBRemote.cpp | 1220 return m_gdb_comm.SendGetMetaDataPacket(uid, thread_id, buffer, offset); in GetMetaData()
|