Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp70 GDBRemoteCommunicationServerLLGS::GDBRemoteCommunicationServerLLGS( in GDBRemoteCommunicationServerLLGS() function in GDBRemoteCommunicationServerLLGS
188 &GDBRemoteCommunicationServerLLGS::Handle_vRun); in RegisterPacketHandlers()
474 GDBRemoteCommunicationServerLLGS::SendWResponse( in SendWResponse()
1453 GDBRemoteCommunicationServerLLGS::Handle_vKill( in Handle_vKill()
1526 GDBRemoteCommunicationServerLLGS::ResumeProcess( in ResumeProcess()
1693 GDBRemoteCommunicationServerLLGS::Handle_vCont( in Handle_vCont()
3224 GDBRemoteCommunicationServerLLGS::Handle_qXfer( in Handle_qXfer()
3406 GDBRemoteCommunicationServerLLGS::Handle_vAttach( in Handle_vAttach()
3517 GDBRemoteCommunicationServerLLGS::Handle_vRun( in Handle_vRun()
4002 GDBRemoteCommunicationServerLLGS::Handle_vStdio( in Handle_vStdio()
[all …]
H A DGDBRemoteCommunicationServerLLGS.h32 class GDBRemoteCommunicationServerLLGS
37 GDBRemoteCommunicationServerLLGS(
331 GDBRemoteCommunicationServerLLGS(const GDBRemoteCommunicationServerLLGS &) =
333 const GDBRemoteCommunicationServerLLGS &
334 operator=(const GDBRemoteCommunicationServerLLGS &) = delete;
/freebsd-14.2/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp110 void handle_attach_to_pid(GDBRemoteCommunicationServerLLGS &gdb_server, in handle_attach_to_pid()
120 void handle_attach_to_process_name(GDBRemoteCommunicationServerLLGS &gdb_server, in handle_attach_to_process_name()
125 void handle_attach(GDBRemoteCommunicationServerLLGS &gdb_server, in handle_attach()
143 void handle_launch(GDBRemoteCommunicationServerLLGS &gdb_server, in handle_launch()
194 GDBRemoteCommunicationServerLLGS &gdb_server, in ConnectToRemote()
432 GDBRemoteCommunicationServerLLGS gdb_server(mainloop, manager); in main_gdbserver()
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile529 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp