Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dremote.c340 static struct target_ops remote_async_ops; variable
2033 remote_open_1 (name, from_tty, &remote_async_ops, 0, 1); in remote_async_open()
4290 remote_mourn_1 (&remote_async_ops); in remote_async_mourn()
5357 remote_async_ops.to_shortname = "async"; in init_remote_async_ops()
5358remote_async_ops.to_longname = "Remote serial target in async version of the gdb-specific protocol… in init_remote_async_ops()
5359 remote_async_ops.to_doc = in init_remote_async_ops()
5362 remote_async_ops.to_open = remote_async_open; in init_remote_async_ops()
5363 remote_async_ops.to_close = remote_close; in init_remote_async_ops()
5364 remote_async_ops.to_detach = remote_detach; in init_remote_async_ops()
5365 remote_async_ops.to_disconnect = remote_disconnect; in init_remote_async_ops()
[all …]
H A DChangeLog-19995026 (init_remote_async_ops): Initialize remote_async_ops.to_query.
5561 (remote_async_ops, extended_async_remote_ops): Define new target
5585 (_initialize_remote): Initialize remote_async_ops and