Searched refs:gdb_server (Results 1 – 1 of 1) sorted by relevance
112 Status error = gdb_server.AttachToProcess(pid); in handle_attach_to_pid()125 void handle_attach(GDBRemoteCommunicationServerLLGS &gdb_server, in handle_attach() argument140 handle_attach_to_process_name(gdb_server, attach_target); in handle_attach()143 void handle_launch(GDBRemoteCommunicationServerLLGS &gdb_server, in handle_launch() argument160 gdb_server.SetLaunchInfo(info); in handle_launch()162 Status error = gdb_server.LaunchProcess(); in handle_launch()194 GDBRemoteCommunicationServerLLGS &gdb_server, in ConnectToRemote() argument432 GDBRemoteCommunicationServerLLGS gdb_server(mainloop, manager); in main_gdbserver() local448 handle_attach(gdb_server, attach_target); in main_gdbserver()450 handle_launch(gdb_server, Inputs); in main_gdbserver()[all …]