Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dremote-st.c300 push_target (&st2000_ops); in st2000_open()
593 unpush_target (&st2000_ops); in st2000_mourn_inferior()
759 struct target_ops st2000_ops; variable
770 st2000_ops.to_open = st2000_open; in init_st2000_ops()
774 st2000_ops.to_wait = st2000_wait; in init_st2000_ops()
782 st2000_ops.to_kill = st2000_kill; in init_st2000_ops()
786 st2000_ops.to_has_all_memory = 1; in init_st2000_ops()
787 st2000_ops.to_has_memory = 1; in init_st2000_ops()
788 st2000_ops.to_has_stack = 1; in init_st2000_ops()
789 st2000_ops.to_has_registers = 1; in init_st2000_ops()
[all …]
H A DChangeLog-19921672 remote-st2000.c (st2000_ops),
H A DChangeLog-20016693 * remote-st.c (st2000_ops): Likewise.