Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h506 Status SendStopTracePacket(lldb::user_id_t uid, lldb::tid_t thread_id);
H A DGDBRemoteCommunicationClient.cpp3336 GDBRemoteCommunicationClient::SendStopTracePacket(lldb::user_id_t uid, in SendStopTracePacket() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp1290 return m_gdb_comm.SendStopTracePacket(uid, thread_id); in StopTrace()