Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h83 class GDBRemoteCommunication : public Communication {
106 ScopedTimeout(GDBRemoteCommunication &gdb_comm,
111 GDBRemoteCommunication &m_gdb_comm;
119 GDBRemoteCommunication();
121 ~GDBRemoteCommunication() override;
163 static llvm::Error ConnectLocally(GDBRemoteCommunication &client,
164 GDBRemoteCommunication &server);
231 GDBRemoteCommunication(const GDBRemoteCommunication &) = delete;
232 const GDBRemoteCommunication &
233 operator=(const GDBRemoteCommunication &) = delete;
[all …]
H A DGDBRemoteCommunicationServer.cpp28 : GDBRemoteCommunication(), m_exit_now(false) { in GDBRemoteCommunicationServer()
43 GDBRemoteCommunication::PacketResult
90 GDBRemoteCommunication::PacketResult
96 GDBRemoteCommunication::PacketResult
104 GDBRemoteCommunication::PacketResult
115 GDBRemoteCommunication::PacketResult
130 GDBRemoteCommunication::PacketResult
137 GDBRemoteCommunication::PacketResult
147 GDBRemoteCommunication::PacketResult
152 GDBRemoteCommunication::PacketResult
[all …]
H A DGDBRemoteCommunication.cpp59 GDBRemoteCommunication::GDBRemoteCommunication() in GDBRemoteCommunication() function in GDBRemoteCommunication
72 GDBRemoteCommunication::~GDBRemoteCommunication() { in ~GDBRemoteCommunication()
83 char GDBRemoteCommunication::CalculcateChecksum(llvm::StringRef payload) { in CalculcateChecksum()
92 size_t GDBRemoteCommunication::SendAck() { in SendAck()
102 size_t GDBRemoteCommunication::SendNack() { in SendNack()
112 GDBRemoteCommunication::PacketResult
113 GDBRemoteCommunication::SendPacketNoLock(llvm::StringRef payload) { in SendPacketNoLock()
124 GDBRemoteCommunication::PacketResult
125 GDBRemoteCommunication::SendNotificationPacketNoLock( in SendNotificationPacketNoLock()
147 GDBRemoteCommunication::PacketResult
[all …]
H A DGDBRemoteCommunicationServerCommon.cpp177 GDBRemoteCommunication::PacketResult
313 GDBRemoteCommunication::PacketResult
330 GDBRemoteCommunication::PacketResult
413 GDBRemoteCommunication::PacketResult
425 GDBRemoteCommunication::PacketResult
448 GDBRemoteCommunication::PacketResult
467 GDBRemoteCommunication::PacketResult
499 GDBRemoteCommunication::PacketResult
548 GDBRemoteCommunication::PacketResult
571 GDBRemoteCommunication::PacketResult
[all …]
H A DGDBRemoteCommunicationServerLLGS.cpp473 GDBRemoteCommunication::PacketResult
997 GDBRemoteCommunication::PacketResult
1188 GDBRemoteCommunication::PacketResult
1282 GDBRemoteCommunication::PacketResult
1294 GDBRemoteCommunication::PacketResult
1314 GDBRemoteCommunication::PacketResult
1335 GDBRemoteCommunication::PacketResult
1353 GDBRemoteCommunication::PacketResult
1378 GDBRemoteCommunication::PacketResult
1400 GDBRemoteCommunication::PacketResult
[all …]
H A DGDBRemoteCommunicationServerPlatform.cpp227 GDBRemoteCommunication::PacketResult
288 GDBRemoteCommunication::PacketResult
313 GDBRemoteCommunication::PacketResult
391 GDBRemoteCommunication::PacketResult
409 GDBRemoteCommunication::PacketResult
441 GDBRemoteCommunication::PacketResult
454 GDBRemoteCommunication::PacketResult
466 GDBRemoteCommunication::PacketResult
493 GDBRemoteCommunication::PacketResult
H A DGDBRemoteClientBase.cpp35 : GDBRemoteCommunication(), Broadcaster(nullptr, comm_name), in GDBRemoteClientBase()
180 GDBRemoteCommunication::PacketResult
197 GDBRemoteCommunication::PacketResult
214 GDBRemoteCommunication::PacketResult
237 GDBRemoteCommunication::PacketResult
H A DGDBRemoteCommunicationServer.h28 class GDBRemoteCommunicationServer : public GDBRemoteCommunication {
H A DGDBRemoteClientBase.h19 class GDBRemoteClientBase : public GDBRemoteCommunication, public Broadcaster {
H A DGDBRemoteCommunicationClient.cpp504 GDBRemoteCommunication::PacketResult
3626 GDBRemoteCommunication::PacketResult::Success && in SyncThreadState()
3640 GDBRemoteCommunication::PacketResult::Success) { in SendTraceSupported()
3673 GDBRemoteCommunication::PacketResult::Success) { in SendTraceStop()
3708 GDBRemoteCommunication::PacketResult::Success) { in SendTraceStart()
3743 GDBRemoteCommunication::PacketResult::Success) { in SendTraceGetState()
3777 GDBRemoteCommunication::PacketResult::Success) { in SendTraceGetBinaryData()
4013 GDBRemoteCommunication::PacketResult res = in ReadExtFeature()
4016 if (res != GDBRemoteCommunication::PacketResult::Success || in ReadExtFeature()
4262 if (send_status != GDBRemoteCommunication::PacketResult::Success) in SendSignalsToIgnore()
[all …]
H A DProcessGDBRemote.cpp443 GDBRemoteCommunication::PacketResult::Success) { in BuildDynamicRegisterInfo()
755 GDBRemoteCommunication::ScopedTimeout timeout(m_gdb_comm, in DoLaunch()
2588 GDBRemoteCommunication::PacketResult::Success) { in DoReadMemory()
2745 GDBRemoteCommunication::PacketResult::Success) { in FlashErase()
2775 GDBRemoteCommunication::PacketResult::Success) { in FlashDone()
2836 GDBRemoteCommunication::PacketResult::Success) { in DoWriteMemory()
3903 GDBRemoteCommunication::PacketResult::Success) { in GetExtendedInfoForThread()
3955 GDBRemoteCommunication::ScopedTimeout timeout(m_gdb_comm, in GetLoadedDynamicLibrariesInfos_sender()
3972 GDBRemoteCommunication::PacketResult::Success) { in GetLoadedDynamicLibrariesInfos_sender()
3994 GDBRemoteCommunication::PacketResult::Success) { in GetDynamicLoaderProcessState()
[all …]
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp373 GDBRemoteCommunication::PacketResult::Success) in main_platform()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp374 process_gdb_remote::GDBRemoteCommunication::ScopedTimeout timeout( in LaunchProcess()
/freebsd/lib/clang/liblldb/
H A DMakefile536 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp