Home
last modified time | relevance | path

Searched refs:GDBRemoteCommunication (Results 1 – 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.h56 class GDBRemoteCommunication : public Communication {
85 ScopedTimeout(GDBRemoteCommunication &gdb_comm,
90 GDBRemoteCommunication &m_gdb_comm;
98 GDBRemoteCommunication(const char *comm_name, const char *listener_name);
100 ~GDBRemoteCommunication() override;
142 static llvm::Error ConnectLocally(GDBRemoteCommunication &client,
143 GDBRemoteCommunication &server);
229 GDBRemoteCommunication(const GDBRemoteCommunication &) = delete;
230 const GDBRemoteCommunication &
231 operator=(const GDBRemoteCommunication &) = delete;
[all …]
DGDBRemoteCommunication.cpp62 GDBRemoteCommunication::GDBRemoteCommunication(const char *comm_name, in GDBRemoteCommunication() function in GDBRemoteCommunication
76 GDBRemoteCommunication::~GDBRemoteCommunication() { in ~GDBRemoteCommunication()
92 char GDBRemoteCommunication::CalculcateChecksum(llvm::StringRef payload) { in CalculcateChecksum()
101 size_t GDBRemoteCommunication::SendAck() { in SendAck()
111 size_t GDBRemoteCommunication::SendNack() { in SendNack()
121 GDBRemoteCommunication::PacketResult
122 GDBRemoteCommunication::SendPacketNoLock(llvm::StringRef payload) { in SendPacketNoLock()
133 GDBRemoteCommunication::PacketResult
134 GDBRemoteCommunication::SendRawPacketNoLock(llvm::StringRef packet, in SendRawPacketNoLock()
195 GDBRemoteCommunication::PacketResult GDBRemoteCommunication::GetAck() { in GetAck()
[all …]
DGDBRemoteCommunicationServer.cpp29 : GDBRemoteCommunication(comm_name, listener_name), m_exit_now(false) { in GDBRemoteCommunicationServer()
44 GDBRemoteCommunication::PacketResult
91 GDBRemoteCommunication::PacketResult
97 GDBRemoteCommunication::PacketResult
105 GDBRemoteCommunication::PacketResult
116 GDBRemoteCommunication::PacketResult
131 GDBRemoteCommunication::PacketResult
138 GDBRemoteCommunication::PacketResult
148 GDBRemoteCommunication::PacketResult
157 GDBRemoteCommunication::PacketResult
[all …]
DGDBRemoteCommunicationServerCommon.cpp174 GDBRemoteCommunication::PacketResult
310 GDBRemoteCommunication::PacketResult
327 GDBRemoteCommunication::PacketResult
410 GDBRemoteCommunication::PacketResult
422 GDBRemoteCommunication::PacketResult
445 GDBRemoteCommunication::PacketResult
464 GDBRemoteCommunication::PacketResult
496 GDBRemoteCommunication::PacketResult
539 GDBRemoteCommunication::PacketResult
562 GDBRemoteCommunication::PacketResult
[all …]
DGDBRemoteCommunicationServerLLGS.cpp445 GDBRemoteCommunication::PacketResult
758 GDBRemoteCommunication::PacketResult
1127 GDBRemoteCommunication::PacketResult
1221 GDBRemoteCommunication::PacketResult
1233 GDBRemoteCommunication::PacketResult
1253 GDBRemoteCommunication::PacketResult
1274 GDBRemoteCommunication::PacketResult
1292 GDBRemoteCommunication::PacketResult
1317 GDBRemoteCommunication::PacketResult
1339 GDBRemoteCommunication::PacketResult
[all …]
DGDBRemoteCommunicationReplayServer.cpp73 : GDBRemoteCommunication("gdb-replay", "gdb-replay.rx_packet"), in GDBRemoteCommunicationReplayServer()
93 GDBRemoteCommunication::PacketResult
136 GDBRemoteCommunication::ExpandRLE(entry.packet.data); in GetPacketAndSendResponse()
255 if (packet_result != GDBRemoteCommunication::PacketResult::Success && in ReceivePacket()
257 GDBRemoteCommunication::PacketResult::ErrorReplyTimeout) { in ReceivePacket()
310 if (auto error = GDBRemoteCommunication::ConnectLocally(client, *this)) in Connect()
DGDBRemoteCommunicationServerPlatform.cpp232 GDBRemoteCommunication::PacketResult
293 GDBRemoteCommunication::PacketResult
318 GDBRemoteCommunication::PacketResult
396 GDBRemoteCommunication::PacketResult
414 GDBRemoteCommunication::PacketResult
446 GDBRemoteCommunication::PacketResult
459 GDBRemoteCommunication::PacketResult
471 GDBRemoteCommunication::PacketResult
498 GDBRemoteCommunication::PacketResult
DGDBRemoteClientBase.cpp36 : GDBRemoteCommunication(comm_name, listener_name), m_async_count(0), in GDBRemoteClientBase()
181 GDBRemoteCommunication::PacketResult
199 GDBRemoteCommunication::PacketResult
223 GDBRemoteCommunication::PacketResult
DGDBRemoteCommunicationReplayServer.h38 class GDBRemoteCommunicationReplayServer : public GDBRemoteCommunication {
DGDBRemoteCommunicationServer.h28 class GDBRemoteCommunicationServer : public GDBRemoteCommunication {
DGDBRemoteClientBase.h19 class GDBRemoteClientBase : public GDBRemoteCommunication {
DProcessGDBRemote.cpp299 GDBRemoteCommunication::eBroadcastBitGdbReadThreadGotNotify; in ProcessGDBRemote()
471 GDBRemoteCommunication::PacketResult::Success) { in BuildDynamicRegisterInfo()
884 GDBRemoteCommunication::ScopedTimeout timeout(m_gdb_comm, in DoLaunch()
1265 &m_gdb_comm, GDBRemoteCommunication::eBroadcastBitRunPacketSent)) { in DoResume()
2570 GDBRemoteCommunication::ScopedTimeout(m_gdb_comm, in DoDestroy()
2575 GDBRemoteCommunication::PacketResult::Success) { in DoDestroy()
2740 GDBRemoteCommunication::PacketResult::Success) { in DoReadMemory()
2897 GDBRemoteCommunication::PacketResult::Success) { in FlashErase()
2927 GDBRemoteCommunication::PacketResult::Success) { in FlashDone()
2988 GDBRemoteCommunication::PacketResult::Success) { in DoWriteMemory()
[all …]
DGDBRemoteCommunicationClient.cpp455 GDBRemoteCommunication::PacketResult
3429 GDBRemoteCommunication::PacketResult::Success && in SyncThreadState()
3443 GDBRemoteCommunication::PacketResult::Success) { in SendTraceSupported()
3476 GDBRemoteCommunication::PacketResult::Success) { in SendTraceStop()
3511 GDBRemoteCommunication::PacketResult::Success) { in SendTraceStart()
3546 GDBRemoteCommunication::PacketResult::Success) { in SendTraceGetState()
3580 GDBRemoteCommunication::PacketResult::Success) { in SendTraceGetBinaryData()
3820 GDBRemoteCommunication::PacketResult res = in ReadExtFeature()
3823 if (res != GDBRemoteCommunication::PacketResult::Success) { in ReadExtFeature()
4085 if (send_status != GDBRemoteCommunication::PacketResult::Success) in SendSignalsToIgnore()
/freebsd-12-stable/contrib/llvm-project/lldb/tools/lldb-server/
Dlldb-platform.cpp374 GDBRemoteCommunication::PacketResult::Success) in main_platform()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp438 process_gdb_remote::GDBRemoteCommunication::ScopedTimeout timeout( in LaunchProcess()
/freebsd-12-stable/lib/clang/liblldb/
DMakefile485 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp