Home
last modified time | relevance | path

Searched refs:SendGetMetaDataPacket (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h512 Status SendGetMetaDataPacket(lldb::user_id_t uid, lldb::tid_t thread_id,
H A DGDBRemoteCommunicationClient.cpp3381 Status GDBRemoteCommunicationClient::SendGetMetaDataPacket( in SendGetMetaDataPacket() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp1302 return m_gdb_comm.SendGetMetaDataPacket(uid, thread_id, buffer, offset); in GetMetaData()