Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dremote-sds.c111 static struct target_ops sds_ops; variable
195 unpush_target (&sds_ops); in sds_open()
223 push_target (&sds_ops); /* Switch to using remote target now */ in sds_open()
978 unpush_target (&sds_ops); in sds_mourn()
1052 sds_ops.to_shortname = "sds"; in init_sds_ops()
1053 sds_ops.to_longname = "Remote serial target with SDS protocol"; in init_sds_ops()
1054 sds_ops.to_doc = "Use a remote computer via a serial line; using the SDS protocol.\n\ in init_sds_ops()
1056 sds_ops.to_open = sds_open; in init_sds_ops()
1057 sds_ops.to_close = sds_close; in init_sds_ops()
1058 sds_ops.to_detach = sds_detach; in init_sds_ops()
[all …]
H A DChangeLog-1997676 (sds_ops): Use it.
H A DChangeLog-19998877 * remote-sds.c (sds_ops): Define only once.