Home
last modified time | relevance | path

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

/freebsd-14.2/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()
92 size_t GDBRemoteCommunication::SendAck() { in SendAck()
112 GDBRemoteCommunication::PacketResult
124 GDBRemoteCommunication::PacketResult
147 GDBRemoteCommunication::PacketResult
209 GDBRemoteCommunication::PacketResult GDBRemoteCommunication::GetAck() { in GetAck()
222 GDBRemoteCommunication::PacketResult
240 GDBRemoteCommunication::PacketResult
616 GDBRemoteCommunication::PacketType
[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.cpp225 GDBRemoteCommunication::PacketResult
286 GDBRemoteCommunication::PacketResult
311 GDBRemoteCommunication::PacketResult
389 GDBRemoteCommunication::PacketResult
407 GDBRemoteCommunication::PacketResult
439 GDBRemoteCommunication::PacketResult
452 GDBRemoteCommunication::PacketResult
464 GDBRemoteCommunication::PacketResult
491 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.cpp491 GDBRemoteCommunication::PacketResult
3553 GDBRemoteCommunication::PacketResult::Success && in SyncThreadState()
3567 GDBRemoteCommunication::PacketResult::Success) { in SendTraceSupported()
3600 GDBRemoteCommunication::PacketResult::Success) { in SendTraceStop()
3635 GDBRemoteCommunication::PacketResult::Success) { in SendTraceStart()
3670 GDBRemoteCommunication::PacketResult::Success) { in SendTraceGetState()
3704 GDBRemoteCommunication::PacketResult::Success) { in SendTraceGetBinaryData()
3940 GDBRemoteCommunication::PacketResult res = in ReadExtFeature()
3943 if (res != GDBRemoteCommunication::PacketResult::Success || in ReadExtFeature()
4189 if (send_status != GDBRemoteCommunication::PacketResult::Success) in SendSignalsToIgnore()
[all …]
H A DProcessGDBRemote.cpp443 GDBRemoteCommunication::PacketResult::Success) { in BuildDynamicRegisterInfo()
2567 GDBRemoteCommunication::PacketResult::Success) { in DoReadMemory()
2724 GDBRemoteCommunication::PacketResult::Success) { in FlashErase()
2754 GDBRemoteCommunication::PacketResult::Success) { in FlashDone()
2815 GDBRemoteCommunication::PacketResult::Success) { in DoWriteMemory()
3892 GDBRemoteCommunication::PacketResult::Success) { in GetExtendedInfoForThread()
3961 GDBRemoteCommunication::PacketResult::Success) { in GetLoadedDynamicLibrariesInfos_sender()
3983 GDBRemoteCommunication::PacketResult::Success) { in GetDynamicLoaderProcessState()
4015 GDBRemoteCommunication::PacketResult::Success) { in GetSharedCacheInfo()
4987 GDBRemoteCommunication::PacketResult::Success) in GetFileLoadAddress()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp348 GDBRemoteCommunication::PacketResult::Success) in main_platform()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp374 process_gdb_remote::GDBRemoteCommunication::ScopedTimeout timeout( in LaunchProcess()
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile524 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp