Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h140 void SetPacketRecorder(repro::PacketRecorder *recorder);
H A DGDBRemoteCommunication.cpp1225 void GDBRemoteCommunication::SetPacketRecorder( in SetPacketRecorder() function in GDBRemoteCommunication
H A DProcessGDBRemote.cpp281 m_gdb_comm.SetPacketRecorder(provider.GetNewPacketRecorder()); in ProcessGDBRemote()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp326 m_gdb_client.SetPacketRecorder(provider.GetNewPacketRecorder()); in ConnectRemote()