Lines Matching refs:from_tty

87 static void remote_open (char *name, int from_tty);
88 static void remote_async_open (char *name, int from_tty);
90 static void extended_remote_open (char *name, int from_tty);
91 static void extended_remote_async_open (char *name, int from_tty);
123 static void remote_detach (char *args, int from_tty);
508 set_memory_write_packet_size (char *args, int from_tty) in set_memory_write_packet_size() argument
514 show_memory_write_packet_size (char *args, int from_tty) in show_memory_write_packet_size() argument
531 set_memory_read_packet_size (char *args, int from_tty) in set_memory_read_packet_size() argument
537 show_memory_read_packet_size (char *args, int from_tty) in show_memory_read_packet_size() argument
746 set_remote_protocol_vcont_packet_cmd (char *args, int from_tty, in set_remote_protocol_vcont_packet_cmd() argument
753 show_remote_protocol_vcont_packet_cmd (char *args, int from_tty, in show_remote_protocol_vcont_packet_cmd() argument
763 set_remote_protocol_qSymbol_packet_cmd (char *args, int from_tty, in set_remote_protocol_qSymbol_packet_cmd() argument
770 show_remote_protocol_qSymbol_packet_cmd (char *args, int from_tty, in show_remote_protocol_qSymbol_packet_cmd() argument
781 set_remote_protocol_P_packet_cmd (char *args, int from_tty, in set_remote_protocol_P_packet_cmd() argument
788 show_remote_protocol_P_packet_cmd (char *args, int from_tty, in show_remote_protocol_P_packet_cmd() argument
812 set_remote_protocol_Z_software_bp_packet_cmd (char *args, int from_tty, in set_remote_protocol_Z_software_bp_packet_cmd() argument
819 show_remote_protocol_Z_software_bp_packet_cmd (char *args, int from_tty, in show_remote_protocol_Z_software_bp_packet_cmd() argument
826 set_remote_protocol_Z_hardware_bp_packet_cmd (char *args, int from_tty, in set_remote_protocol_Z_hardware_bp_packet_cmd() argument
833 show_remote_protocol_Z_hardware_bp_packet_cmd (char *args, int from_tty, in show_remote_protocol_Z_hardware_bp_packet_cmd() argument
840 set_remote_protocol_Z_write_wp_packet_cmd (char *args, int from_tty, in set_remote_protocol_Z_write_wp_packet_cmd() argument
847 show_remote_protocol_Z_write_wp_packet_cmd (char *args, int from_tty, in show_remote_protocol_Z_write_wp_packet_cmd() argument
854 set_remote_protocol_Z_read_wp_packet_cmd (char *args, int from_tty, in set_remote_protocol_Z_read_wp_packet_cmd() argument
861 show_remote_protocol_Z_read_wp_packet_cmd (char *args, int from_tty, in show_remote_protocol_Z_read_wp_packet_cmd() argument
868 set_remote_protocol_Z_access_wp_packet_cmd (char *args, int from_tty, in set_remote_protocol_Z_access_wp_packet_cmd() argument
875 show_remote_protocol_Z_access_wp_packet_cmd (char *args, int from_tty, in show_remote_protocol_Z_access_wp_packet_cmd() argument
887 set_remote_protocol_Z_packet_cmd (char *args, int from_tty, in set_remote_protocol_Z_packet_cmd() argument
899 show_remote_protocol_Z_packet_cmd (char *args, int from_tty, in show_remote_protocol_Z_packet_cmd() argument
934 int from_tty, in set_remote_protocol_binary_download_cmd() argument
941 show_remote_protocol_binary_download_cmd (char *args, int from_tty, in show_remote_protocol_binary_download_cmd() argument
951 set_remote_protocol_qPart_auxv_packet_cmd (char *args, int from_tty, in set_remote_protocol_qPart_auxv_packet_cmd() argument
958 show_remote_protocol_qPart_auxv_packet_cmd (char *args, int from_tty, in show_remote_protocol_qPart_auxv_packet_cmd() argument
967 set_remote_protocol_p_packet_cmd (char *args, int from_tty, in set_remote_protocol_p_packet_cmd() argument
974 show_remote_protocol_p_packet_cmd (char *args, int from_tty, in show_remote_protocol_p_packet_cmd() argument
2024 remote_open (char *name, int from_tty) in remote_open() argument
2026 remote_open_1 (name, from_tty, &remote_ops, 0, 0); in remote_open()
2031 remote_async_open (char *name, int from_tty) in remote_async_open() argument
2033 remote_open_1 (name, from_tty, &remote_async_ops, 0, 1); in remote_async_open()
2040 extended_remote_open (char *name, int from_tty) in extended_remote_open() argument
2042 remote_open_1 (name, from_tty, &extended_remote_ops, 1 /*extended_p */, in extended_remote_open()
2048 extended_remote_async_open (char *name, int from_tty) in extended_remote_async_open() argument
2050 remote_open_1 (name, from_tty, &extended_async_remote_ops, in extended_remote_async_open()
2132 remote_open_1 (char *name, int from_tty, struct target_ops *target, in remote_open_1() argument
2149 target_preopen (from_tty); in remote_open_1()
2177 if (from_tty) in remote_open_1()
2283 remote_detach (char *args, int from_tty) in remote_detach() argument
2300 if (from_tty) in remote_detach()
2307 remote_disconnect (char *args, int from_tty) in remote_disconnect() argument
2320 if (from_tty) in remote_disconnect()
4323 int from_tty) in extended_remote_create_inferior() argument
4346 int from_tty) in extended_remote_async_create_inferior() argument
4737 push_remote_target (char *name, int from_tty) in push_remote_target() argument
4740 remote_open (name, from_tty); in push_remote_target()
4786 compare_sections_command (char *args, int from_tty) in compare_sections_command() argument
5054 packet_command (char *args, int from_tty) in packet_command() argument
5428 set_remote_cmd (char *args, int from_tty) in set_remote_cmd() argument
5433 show_remote_cmd (char *args, int from_tty) in show_remote_cmd() argument
5437 show_remote_protocol_Z_packet_cmd (args, from_tty, NULL); in show_remote_cmd()
5438 show_remote_protocol_P_packet_cmd (args, from_tty, NULL); in show_remote_cmd()
5439 show_remote_protocol_p_packet_cmd (args, from_tty, NULL); in show_remote_cmd()
5440 show_remote_protocol_qSymbol_packet_cmd (args, from_tty, NULL); in show_remote_cmd()
5441 show_remote_protocol_vcont_packet_cmd (args, from_tty, NULL); in show_remote_cmd()
5442 show_remote_protocol_binary_download_cmd (args, from_tty, NULL); in show_remote_cmd()
5443 show_remote_protocol_qPart_auxv_packet_cmd (args, from_tty, NULL); in show_remote_cmd()