Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp70 GDBRemoteCommunicationServerLLGS::GDBRemoteCommunicationServerLLGS( in GDBRemoteCommunicationServerLLGS() function in GDBRemoteCommunicationServerLLGS
78 void GDBRemoteCommunicationServerLLGS::RegisterPacketHandlers() { in RegisterPacketHandlers()
80 &GDBRemoteCommunicationServerLLGS::Handle_C); in RegisterPacketHandlers()
82 &GDBRemoteCommunicationServerLLGS::Handle_c); in RegisterPacketHandlers()
84 &GDBRemoteCommunicationServerLLGS::Handle_D); in RegisterPacketHandlers()
86 &GDBRemoteCommunicationServerLLGS::Handle_H); in RegisterPacketHandlers()
88 &GDBRemoteCommunicationServerLLGS::Handle_I); in RegisterPacketHandlers()
91 &GDBRemoteCommunicationServerLLGS::Handle_interrupt); in RegisterPacketHandlers()
94 &GDBRemoteCommunicationServerLLGS::Handle_memory_read); in RegisterPacketHandlers()
96 &GDBRemoteCommunicationServerLLGS::Handle_M); in RegisterPacketHandlers()
[all …]
H A DGDBRemoteCommunicationServerLLGS.h32 class GDBRemoteCommunicationServerLLGS
37 GDBRemoteCommunicationServerLLGS(
331 GDBRemoteCommunicationServerLLGS(const GDBRemoteCommunicationServerLLGS &) =
333 const GDBRemoteCommunicationServerLLGS &
334 operator=(const GDBRemoteCommunicationServerLLGS &) = delete;
/freebsd/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/lib/clang/liblldb/
H A DMakefile541 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp