Home
last modified time | relevance | path

Searched refs:GDBRemoteCommunicationServerCommon (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerCommon.cpp59 GDBRemoteCommunicationServerCommon::GDBRemoteCommunicationServerCommon( in GDBRemoteCommunicationServerCommon() function in GDBRemoteCommunicationServerCommon
65 &GDBRemoteCommunicationServerCommon::Handle_A); in GDBRemoteCommunicationServerCommon()
68 &GDBRemoteCommunicationServerCommon::Handle_QEnvironment); in GDBRemoteCommunicationServerCommon()
71 &GDBRemoteCommunicationServerCommon::Handle_QEnvironmentHexEncoded); in GDBRemoteCommunicationServerCommon()
74 &GDBRemoteCommunicationServerCommon::Handle_qfProcessInfo); in GDBRemoteCommunicationServerCommon()
77 &GDBRemoteCommunicationServerCommon::Handle_qGroupName); in GDBRemoteCommunicationServerCommon()
80 &GDBRemoteCommunicationServerCommon::Handle_qHostInfo); in GDBRemoteCommunicationServerCommon()
83 &GDBRemoteCommunicationServerCommon::Handle_QLaunchArch); in GDBRemoteCommunicationServerCommon()
86 &GDBRemoteCommunicationServerCommon::Handle_qLaunchSuccess); in GDBRemoteCommunicationServerCommon()
89 &GDBRemoteCommunicationServerCommon::Handle_qEcho); in GDBRemoteCommunicationServerCommon()
[all …]
DGDBRemoteCommunicationServerCommon.h27 class GDBRemoteCommunicationServerCommon : public GDBRemoteCommunicationServer {
29 GDBRemoteCommunicationServerCommon(const char *comm_name,
32 ~GDBRemoteCommunicationServerCommon() override;
DGDBRemoteCommunicationServerPlatform.h26 : public GDBRemoteCommunicationServerCommon {
DGDBRemoteCommunicationServerLLGS.h31 : public GDBRemoteCommunicationServerCommon,
DGDBRemoteCommunicationServerPlatform.cpp111 : GDBRemoteCommunicationServerCommon("gdb-remote.server", in GDBRemoteCommunicationServerPlatform()
DGDBRemoteCommunicationServerLLGS.cpp71 : GDBRemoteCommunicationServerCommon("gdb-remote.server", in GDBRemoteCommunicationServerLLGS()
3722 return GDBRemoteCommunicationServerCommon::FindModuleFile(module_path, arch); in FindModuleFile()
3785 GDBRemoteCommunicationServerCommon::HandleFeatures(client_features); in HandleFeatures()
/freebsd-12-stable/lib/clang/liblldb/
DMakefile490 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp