Home
last modified time | relevance | path

Searched refs:remote_protocol_binary_download (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dremote.c919 static struct packet_config remote_protocol_binary_download; variable
937 update_packet_config (&remote_protocol_binary_download); in set_remote_protocol_binary_download_cmd()
944 show_packet_config_cmd (&remote_protocol_binary_download); in show_remote_protocol_binary_download_cmd()
2068 update_packet_config (&remote_protocol_binary_download); in init_all_packet_configs()
3524 switch (remote_protocol_binary_download.support) in check_binary_download()
3551 remote_protocol_binary_download.support = PACKET_DISABLE; in check_binary_download()
3558 remote_protocol_binary_download.support = PACKET_ENABLE; in check_binary_download()
3606 switch (remote_protocol_binary_download.support) in remote_write_bytes()
3644 switch (remote_protocol_binary_download.support) in remote_write_bytes()
5599 add_packet_config_cmd (&remote_protocol_binary_download, in _initialize_remote()
H A DChangeLog-19995050 * remote.c (remote_protocol_binary_download): New variable.
5055 Initialize ``remote_protocol_binary_download'' instead of
H A DChangeLog-20002522 remote_protocol_Z, remote_protocol_binary_download separatly.