Searched refs:SendStopTracePacket (Results 1 – 4 of 4) sorted by relevance
483 TEST_F(GDBRemoteCommunicationClientTest, SendStopTracePacket) { in TEST_F() argument488 return client.SendStopTracePacket(trace_id, thread_id); in TEST_F()496 return client.SendStopTracePacket(trace_id, thread_id); in TEST_F()
511 Status SendStopTracePacket(lldb::user_id_t uid, lldb::tid_t thread_id);
3419 GDBRemoteCommunicationClient::SendStopTracePacket(lldb::user_id_t uid, in SendStopTracePacket() function in GDBRemoteCommunicationClient
1208 return m_gdb_comm.SendStopTracePacket(uid, thread_id); in StopTrace()