Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h508 Status SendGetDataPacket(lldb::user_id_t uid, lldb::tid_t thread_id,
H A DGDBRemoteCommunicationClient.cpp3372 Status GDBRemoteCommunicationClient::SendGetDataPacket( in SendGetDataPacket() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp1296 return m_gdb_comm.SendGetDataPacket(uid, thread_id, buffer, offset); in GetData()