Searched refs:gdb_server (Results 1 – 1 of 1) sorted by relevance
109 Status error = gdb_server.AttachToProcess(pid); in handle_attach_to_pid()122 void handle_attach(GDBRemoteCommunicationServerLLGS &gdb_server, in handle_attach() argument137 handle_attach_to_process_name(gdb_server, attach_target); in handle_attach()140 void handle_launch(GDBRemoteCommunicationServerLLGS &gdb_server, in handle_launch() argument157 gdb_server.SetLaunchInfo(info); in handle_launch()159 Status error = gdb_server.LaunchProcess(); in handle_launch()191 GDBRemoteCommunicationServerLLGS &gdb_server, in ConnectToRemote() argument432 GDBRemoteCommunicationServerLLGS gdb_server(mainloop, factory); in main_gdbserver() local448 handle_attach(gdb_server, attach_target); in main_gdbserver()450 handle_launch(gdb_server, Inputs); in main_gdbserver()[all …]