Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h506 SendTraceSupported(std::chrono::seconds interrupt_timeout);
H A DGDBRemoteCommunicationClient.cpp3555 GDBRemoteCommunicationClient::SendTraceSupported(std::chrono::seconds timeout) { in SendTraceSupported() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp1179 return m_gdb_comm.SendTraceSupported(GetInterruptTimeout()); in TraceSupported()
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteCommunicationClientTest.cpp390 client.SendTraceSupported(timeout)) { in TEST_F()