Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h513 SendTraceSupported(std::chrono::seconds interrupt_timeout);
H A DGDBRemoteCommunicationClient.cpp3654 GDBRemoteCommunicationClient::SendTraceSupported(std::chrono::seconds timeout) { in SendTraceSupported() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp1151 return m_gdb_comm.SendTraceSupported(GetInterruptTimeout()); in TraceSupported()