Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp109 GDBRemoteCommunicationServerPlatform::GDBRemoteCommunicationServerPlatform( in GDBRemoteCommunicationServerPlatform() function in GDBRemoteCommunicationServerPlatform
120 &GDBRemoteCommunicationServerPlatform::Handle_qC); in GDBRemoteCommunicationServerPlatform()
156 GDBRemoteCommunicationServerPlatform::~GDBRemoteCommunicationServerPlatform() =
159 Status GDBRemoteCommunicationServerPlatform::LaunchGDBServer( in LaunchGDBServer()
294 GDBRemoteCommunicationServerPlatform::Handle_qQueryGDBServer( in Handle_qQueryGDBServer()
397 GDBRemoteCommunicationServerPlatform::Handle_qProcessInfo( in Handle_qProcessInfo()
415 GDBRemoteCommunicationServerPlatform::Handle_qPathComplete( in Handle_qPathComplete()
447 GDBRemoteCommunicationServerPlatform::Handle_qGetWorkingDir( in Handle_qGetWorkingDir()
460 GDBRemoteCommunicationServerPlatform::Handle_QSetWorkingDir( in Handle_QSetWorkingDir()
472 GDBRemoteCommunicationServerPlatform::Handle_qC( in Handle_qC()
[all …]
H A DGDBRemoteCommunicationServerPlatform.h25 class GDBRemoteCommunicationServerPlatform
75 GDBRemoteCommunicationServerPlatform(
78 ~GDBRemoteCommunicationServerPlatform() override;
140 GDBRemoteCommunicationServerPlatform(
141 const GDBRemoteCommunicationServerPlatform &) = delete;
142 const GDBRemoteCommunicationServerPlatform &
143 operator=(const GDBRemoteCommunicationServerPlatform &) = delete;
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp160 GDBRemoteCommunicationServerPlatform::PortMap gdbserver_portmap; in main_platform()
256 gdbserver_portmap = GDBRemoteCommunicationServerPlatform::PortMap( in main_platform()
310 GDBRemoteCommunicationServerPlatform platform( in main_platform()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile495 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp