Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h165 void SetPacketRecorder(repro::PacketRecorder *recorder);
H A DGDBRemoteCommunication.cpp1228 void GDBRemoteCommunication::SetPacketRecorder( in SetPacketRecorder() function in GDBRemoteCommunication
H A DProcessGDBRemote.cpp273 m_gdb_comm.SetPacketRecorder(provider.GetNewPacketRecorder()); in ProcessGDBRemote()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp244 client_up->SetPacketRecorder(provider.GetNewPacketRecorder()); in ConnectRemote()