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.h502 SendTraceSupported(std::chrono::seconds interrupt_timeout);
H A DGDBRemoteCommunicationClient.cpp3631 GDBRemoteCommunicationClient::SendTraceSupported(std::chrono::seconds timeout) { in SendTraceSupported() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp1141 return m_gdb_comm.SendTraceSupported(GetInterruptTimeout()); in TraceSupported()