Home
last modified time | relevance | path

Searched refs:GDBRemoteCommunicationServerPlatform (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp48 GDBRemoteCommunicationServerPlatform::GDBRemoteCommunicationServerPlatform( in GDBRemoteCommunicationServerPlatform() function in GDBRemoteCommunicationServerPlatform
56 &GDBRemoteCommunicationServerPlatform::Handle_qC); in GDBRemoteCommunicationServerPlatform()
59 &GDBRemoteCommunicationServerPlatform::Handle_qGetWorkingDir); in GDBRemoteCommunicationServerPlatform()
62 &GDBRemoteCommunicationServerPlatform::Handle_qLaunchGDBServer); in GDBRemoteCommunicationServerPlatform()
65 &GDBRemoteCommunicationServerPlatform::Handle_qQueryGDBServer); in GDBRemoteCommunicationServerPlatform()
68 &GDBRemoteCommunicationServerPlatform::Handle_qKillSpawnedProcess); in GDBRemoteCommunicationServerPlatform()
71 &GDBRemoteCommunicationServerPlatform::Handle_qProcessInfo); in GDBRemoteCommunicationServerPlatform()
74 &GDBRemoteCommunicationServerPlatform::Handle_qPathComplete); in GDBRemoteCommunicationServerPlatform()
77 &GDBRemoteCommunicationServerPlatform::Handle_QSetWorkingDir); in GDBRemoteCommunicationServerPlatform()
80 &GDBRemoteCommunicationServerPlatform::Handle_jSignalsInfo); in GDBRemoteCommunicationServerPlatform()
[all …]
H A DGDBRemoteCommunicationServerPlatform.h25 class GDBRemoteCommunicationServerPlatform
28 GDBRemoteCommunicationServerPlatform(
32 ~GDBRemoteCommunicationServerPlatform() override;
81 GDBRemoteCommunicationServerPlatform(
82 const GDBRemoteCommunicationServerPlatform &) = delete;
83 const GDBRemoteCommunicationServerPlatform &
84 operator=(const GDBRemoteCommunicationServerPlatform &) = delete;
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp215 GDBRemoteCommunicationServerPlatform platform( in AcceptGdbConnectionsIfNeeded()
231 static void client_handle(GDBRemoteCommunicationServerPlatform &platform, in client_handle()
512 GDBRemoteCommunicationServerPlatform platform( in main_platform()
/freebsd/lib/clang/liblldb/
H A DMakefile563 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp