Searched refs:remote_rdp_ops (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dremote-rdp.c61 extern struct target_ops remote_rdp_ops;
1179 push_target (&remote_rdp_ops);
1393 struct target_ops remote_rdp_ops;
1398 remote_rdp_ops.to_shortname = "rdp";
1399 remote_rdp_ops.to_longname = "Remote Target using the RDProtocol";
1400 remote_rdp_ops.to_doc = "Use a remote ARM system which uses the ARM Remote Debugging Protocol";
1401 remote_rdp_ops.to_open = remote_rdp_open;
1402 remote_rdp_ops.to_close = remote_rdp_close;
1403 remote_rdp_ops.to_attach = remote_rdp_attach;
1404 remote_rdp_ops
1392 struct target_ops remote_rdp_ops; variable in typeref:struct:target_ops
[all...]

Completed in 74 milliseconds