Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h503 lldb::user_id_t SendStartTracePacket(const TraceOptions &options,
H A DGDBRemoteCommunicationClient.cpp3293 GDBRemoteCommunicationClient::SendStartTracePacket(const TraceOptions &options, in SendStartTracePacket() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp1286 return m_gdb_comm.SendStartTracePacket(options, error); in StartTrace()