Searched refs:gdb_server (Results 1 – 1 of 1) sorted by relevance
110 void handle_attach_to_pid(GDBRemoteCommunicationServerLLGS &gdb_server, in handle_attach_to_pid() argument112 Status error = gdb_server.AttachToProcess(pid); in handle_attach_to_pid()120 void handle_attach_to_process_name(GDBRemoteCommunicationServerLLGS &gdb_server, in handle_attach_to_process_name() argument125 void handle_attach(GDBRemoteCommunicationServerLLGS &gdb_server, in handle_attach() argument138 handle_attach_to_pid(gdb_server, static_cast<lldb::pid_t>(pid)); in handle_attach()140 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() argument[all …]