Home
last modified time | relevance | path

Searched refs:extended_async_remote_ops (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dremote.c342 static struct target_ops extended_async_remote_ops; variable
2050 remote_open_1 (name, from_tty, &extended_async_remote_ops, in extended_remote_async_open()
5414 extended_async_remote_ops = remote_async_ops; in init_extended_async_remote_ops()
5416 extended_async_remote_ops.to_shortname = "extended-async"; in init_extended_async_remote_ops()
5417 extended_async_remote_ops.to_longname = in init_extended_async_remote_ops()
5419 extended_async_remote_ops.to_doc = in init_extended_async_remote_ops()
5422 extended_async_remote_ops.to_open = extended_remote_async_open; in init_extended_async_remote_ops()
5423 extended_async_remote_ops.to_create_inferior = extended_remote_async_create_inferior; in init_extended_async_remote_ops()
5424 extended_async_remote_ops.to_mourn_inferior = extended_remote_mourn; in init_extended_async_remote_ops()
5494 add_target (&extended_async_remote_ops); in _initialize_remote()
H A DChangeLog-19995561 (remote_async_ops, extended_async_remote_ops): Define new target
5586 extended_async_remote_ops.