Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunication.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 …]
HDGDBRemoteCommunication.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);
226 DISALLOW_COPY_AND_ASSIGN(GDBRemoteCommunication);
235 lldb_private::process_gdb_remote::GDBRemoteCommunication::PacketResult> {
237 GDBRemoteCommunication::PacketResult &state,
HDGDBRemoteCommunicationServer.cpp27 : GDBRemoteCommunication(comm_name, listener_name), m_exit_now(false) { in GDBRemoteCommunicationServer()
42 GDBRemoteCommunication::PacketResult
89 GDBRemoteCommunication::PacketResult
95 GDBRemoteCommunication::PacketResult
103 GDBRemoteCommunication::PacketResult
114 GDBRemoteCommunication::PacketResult
130 GDBRemoteCommunication::PacketResult
137 GDBRemoteCommunication::PacketResult
147 GDBRemoteCommunication::PacketResult
HDGDBRemoteCommunicationServerCommon.cpp180 GDBRemoteCommunication::PacketResult
316 GDBRemoteCommunication::PacketResult
333 GDBRemoteCommunication::PacketResult
416 GDBRemoteCommunication::PacketResult
429 GDBRemoteCommunication::PacketResult
452 GDBRemoteCommunication::PacketResult
471 GDBRemoteCommunication::PacketResult
503 GDBRemoteCommunication::PacketResult
546 GDBRemoteCommunication::PacketResult
569 GDBRemoteCommunication::PacketResult
[all …]
HDGDBRemoteCommunicationServerLLGS.cpp342 GDBRemoteCommunication::PacketResult
572 GDBRemoteCommunication::PacketResult
936 GDBRemoteCommunication::PacketResult
1030 GDBRemoteCommunication::PacketResult
1096 GDBRemoteCommunication::PacketResult
1131 GDBRemoteCommunication::PacketResult
1189 GDBRemoteCommunication::PacketResult
1255 GDBRemoteCommunication::PacketResult
1277 GDBRemoteCommunication::PacketResult
1299 GDBRemoteCommunication::PacketResult
[all …]
HDGDBRemoteCommunicationServerPlatform.cpp158 GDBRemoteCommunication::PacketResult
215 GDBRemoteCommunication::PacketResult
240 GDBRemoteCommunication::PacketResult
318 GDBRemoteCommunication::PacketResult
336 GDBRemoteCommunication::PacketResult
349 GDBRemoteCommunication::PacketResult
361 GDBRemoteCommunication::PacketResult
388 GDBRemoteCommunication::PacketResult
HDGDBRemoteCommunicationReplayServer.cpp73 : GDBRemoteCommunication("gdb-replay", "gdb-replay.rx_packet"), in GDBRemoteCommunicationReplayServer()
93 GDBRemoteCommunication::PacketResult
251 if (packet_result != GDBRemoteCommunication::PacketResult::Success && in ReceivePacket()
253 GDBRemoteCommunication::PacketResult::ErrorReplyTimeout) { in ReceivePacket()
HDGDBRemoteClientBase.cpp33 : GDBRemoteCommunication(comm_name, listener_name), m_async_count(0), in GDBRemoteClientBase()
154 GDBRemoteCommunication::PacketResult
172 GDBRemoteCommunication::PacketResult
196 GDBRemoteCommunication::PacketResult
HDGDBRemoteCommunicationReplayServer.h37 class GDBRemoteCommunicationReplayServer : public GDBRemoteCommunication {
HDGDBRemoteCommunicationServer.h28 class GDBRemoteCommunicationServer : public GDBRemoteCommunication {
HDGDBRemoteClientBase.h19 class GDBRemoteClientBase : public GDBRemoteCommunication {
HDProcessGDBRemote.cpp304 GDBRemoteCommunication::eBroadcastBitGdbReadThreadGotNotify; in ProcessGDBRemote()
475 GDBRemoteCommunication::PacketResult::Success) { in BuildDynamicRegisterInfo()
885 GDBRemoteCommunication::ScopedTimeout timeout(m_gdb_comm, in DoLaunch()
1273 &m_gdb_comm, GDBRemoteCommunication::eBroadcastBitRunPacketSent)) { in DoResume()
2556 GDBRemoteCommunication::ScopedTimeout(m_gdb_comm, in DoDestroy()
2560 GDBRemoteCommunication::PacketResult::Success) { in DoDestroy()
2724 GDBRemoteCommunication::PacketResult::Success) { in DoReadMemory()
2850 GDBRemoteCommunication::PacketResult::Success) { in FlashErase()
2879 GDBRemoteCommunication::PacketResult::Success) { in FlashDone()
2940 GDBRemoteCommunication::PacketResult::Success) { in DoWriteMemory()
[all …]
HDGDBRemoteCommunicationClient.cpp516 GDBRemoteCommunication::PacketResult
3322 GDBRemoteCommunication::PacketResult::Success && in SyncThreadState()
3354 GDBRemoteCommunication::PacketResult::Success) { in SendStartTracePacket()
3392 GDBRemoteCommunication::PacketResult::Success) { in SendStopTracePacket()
3446 GDBRemoteCommunication::PacketResult::Success) { in SendGetTraceConfigPacket()
3516 GDBRemoteCommunication::PacketResult::Success) { in SendGetTraceDataPacket()
3717 GDBRemoteCommunication::PacketResult res = in ReadExtFeature()
3720 if (res != GDBRemoteCommunication::PacketResult::Success) { in ReadExtFeature()
3983 if (send_status != GDBRemoteCommunication::PacketResult::Success) in SendSignalsToIgnore()
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
HDlldb-platform.cpp369 GDBRemoteCommunication::PacketResult::Success) in main_platform()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.cpp417 process_gdb_remote::GDBRemoteCommunication::ScopedTimeout timeout( in LaunchProcess()
/freebsd-11-stable/lib/clang/liblldb/
HDMakefile453 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp