Searched refs:SendStartTracePacket (Results 1 – 4 of 4) sorted by relevance
444 TEST_F(GDBRemoteCommunicationClientTest, SendStartTracePacket) { in TEST_F() argument461 return client.SendStartTracePacket(options, error); in TEST_F()475 return client.SendStartTracePacket(options, error); in TEST_F()
508 lldb::user_id_t SendStartTracePacket(const TraceOptions &options,
3376 GDBRemoteCommunicationClient::SendStartTracePacket(const TraceOptions &options, in SendStartTracePacket() function in GDBRemoteCommunicationClient
1204 return m_gdb_comm.SendStartTracePacket(options, error); in StartTrace()