Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h516 Status SendGetTraceConfigPacket(lldb::user_id_t uid, TraceOptions &options);
H A DGDBRemoteCommunicationClient.cpp3391 GDBRemoteCommunicationClient::SendGetTraceConfigPacket(lldb::user_id_t uid, in SendGetTraceConfigPacket() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp1307 return m_gdb_comm.SendGetTraceConfigPacket(uid, options); in GetTraceConfig()