Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dremote-mips.c153 extern struct target_ops mips_ops;
301 struct target_ops mips_ops, pmon_ops, ddb_ops, lsi_ops; variable
1613 common_open (&mips_ops, name, from_tty, MON_IDT, monitor_prompt); in mips_open()
3302 mips_ops.to_longname = "Remote MIPS debugging over serial line"; in _initialize_remote_mips()
3303 mips_ops.to_close = mips_close; in _initialize_remote_mips()
3304 mips_ops.to_detach = mips_detach; in _initialize_remote_mips()
3305 mips_ops.to_resume = mips_resume; in _initialize_remote_mips()
3306 mips_ops.to_fetch_registers = mips_fetch_registers; in _initialize_remote_mips()
3307 mips_ops.to_store_registers = mips_store_registers; in _initialize_remote_mips()
3308 mips_ops.to_prepare_to_store = mips_prepare_to_store; in _initialize_remote_mips()
[all …]
H A DChangeLog-19952241 * remote-mips.c (mips_ops): Likewise.
H A DChangeLog-19944983 * remote-mips.c (mips_ops): Fix docstring.