Searched refs:GDBRemoteCommunicationServerLLGS (Results 1 – 4 of 4) sorted by relevance
70 GDBRemoteCommunicationServerLLGS::GDBRemoteCommunicationServerLLGS( in GDBRemoteCommunicationServerLLGS() function in GDBRemoteCommunicationServerLLGS78 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 …]
32 class GDBRemoteCommunicationServerLLGS37 GDBRemoteCommunicationServerLLGS(331 GDBRemoteCommunicationServerLLGS(const GDBRemoteCommunicationServerLLGS &) =333 const GDBRemoteCommunicationServerLLGS &334 operator=(const GDBRemoteCommunicationServerLLGS &) = delete;
110 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()
541 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp