Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gdb/gdb/
Dremote-st.c49 extern struct target_ops st2000_ops; /* Forward declaration */
299 push_target (&st2000_ops); in st2000_open()
592 unpush_target (&st2000_ops); in st2000_mourn_inferior()
758 struct target_ops st2000_ops; variable
763 st2000_ops.to_shortname = "st2000"; in init_st2000_ops()
764 st2000_ops.to_longname = "Remote serial Tandem ST2000 target"; in init_st2000_ops()
765 st2000_ops.to_doc = "Use a remote computer running STDEBUG connected by a serial line;\n\ in init_st2000_ops()
769 st2000_ops.to_open = st2000_open; in init_st2000_ops()
770 st2000_ops.to_close = st2000_close; in init_st2000_ops()
771 st2000_ops.to_detach = st2000_detach; in init_st2000_ops()
[all …]