Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteCommunicationClientTest.cpp444 TEST_F(GDBRemoteCommunicationClientTest, SendStartTracePacket) { in TEST_F() argument
461 return client.SendStartTracePacket(options, error); in TEST_F()
475 return client.SendStartTracePacket(options, error); in TEST_F()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h508 lldb::user_id_t SendStartTracePacket(const TraceOptions &options,
DGDBRemoteCommunicationClient.cpp3376 GDBRemoteCommunicationClient::SendStartTracePacket(const TraceOptions &options, in SendStartTracePacket() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp1204 return m_gdb_comm.SendStartTracePacket(options, error); in StartTrace()