Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteCommunicationClientTest.cpp483 TEST_F(GDBRemoteCommunicationClientTest, SendStopTracePacket) { in TEST_F() argument
488 return client.SendStopTracePacket(trace_id, thread_id); in TEST_F()
496 return client.SendStopTracePacket(trace_id, thread_id); in TEST_F()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h511 Status SendStopTracePacket(lldb::user_id_t uid, lldb::tid_t thread_id);
DGDBRemoteCommunicationClient.cpp3419 GDBRemoteCommunicationClient::SendStopTracePacket(lldb::user_id_t uid, in SendStopTracePacket() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp1208 return m_gdb_comm.SendStopTracePacket(uid, thread_id); in StopTrace()