Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A 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 …]
H A DGDBRemoteCommunication.cpp62 GDBRemoteCommunication::GDBRemoteCommunication(const char *comm_name, in GDBRemoteCommunication() function in GDBRemoteCommunication
76 GDBRemoteCommunication::~GDBRemoteCommunication() { in ~GDBRemoteCommunication()
121 GDBRemoteCommunication::PacketResult
133 GDBRemoteCommunication::PacketResult
195 GDBRemoteCommunication::PacketResult GDBRemoteCommunication::GetAck() { in GetAck()
208 GDBRemoteCommunication::PacketResult
225 GDBRemoteCommunication::PacketResult
239 GDBRemoteCommunication::PacketResult
641 GDBRemoteCommunication::PacketType
890 GDBRemoteCommunication *comm = (GDBRemoteCommunication *)arg; in ListenThread()
[all …]
H A 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 …]
H A 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 …]
H A 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()
H A 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 …]
H A 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
H A DGDBRemoteClientBase.cpp36 : GDBRemoteCommunication(comm_name, listener_name), m_async_count(0), in GDBRemoteClientBase()
181 GDBRemoteCommunication::PacketResult
199 GDBRemoteCommunication::PacketResult
223 GDBRemoteCommunication::PacketResult
H A DGDBRemoteCommunicationReplayServer.h38 class GDBRemoteCommunicationReplayServer : public GDBRemoteCommunication {
H A DGDBRemoteCommunicationServer.h28 class GDBRemoteCommunicationServer : public GDBRemoteCommunication {
H A DGDBRemoteClientBase.h19 class GDBRemoteClientBase : public GDBRemoteCommunication {
H A DProcessGDBRemote.cpp471 GDBRemoteCommunication::PacketResult::Success) { in BuildDynamicRegisterInfo()
2570 GDBRemoteCommunication::ScopedTimeout(m_gdb_comm, 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()
4057 GDBRemoteCommunication::PacketResult::Success) in GetAuxvData()
4090 GDBRemoteCommunication::PacketResult::Success) { in GetExtendedInfoForThread()
4162 GDBRemoteCommunication::PacketResult::Success) { in GetLoadedDynamicLibrariesInfos_sender()
4195 GDBRemoteCommunication::PacketResult::Success) { in GetSharedCacheInfo()
[all …]
H A 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-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp374 GDBRemoteCommunication::PacketResult::Success) in main_platform()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp438 process_gdb_remote::GDBRemoteCommunication::ScopedTimeout timeout( in LaunchProcess()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile488 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp