aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-nrom.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1995-10-03 23:58:49 +0000
committerStan Shebs <shebs@codesourcery.com>1995-10-03 23:58:49 +0000
commit82569cc199791891f71ca2de3538accb51b2eb55 (patch)
tree0e7f304bf9e09bda1bfa05f9208df14ea118c665 /gdb/remote-nrom.c
parentdb344f829d3037e16a5246f17e85d42a06f8e518 (diff)
downloadgdb-82569cc199791891f71ca2de3538accb51b2eb55.zip
gdb-82569cc199791891f71ca2de3538accb51b2eb55.tar.gz
gdb-82569cc199791891f71ca2de3538accb51b2eb55.tar.bz2
* remote-nrom.c (nrom_ops): Add value for to_thread_alive,
add comment naming slots.
Diffstat (limited to 'gdb/remote-nrom.c')
-rw-r--r--gdb/remote-nrom.c31
1 files changed, 16 insertions, 15 deletions
diff --git a/gdb/remote-nrom.c b/gdb/remote-nrom.c
index d998481..d67791b 100644
--- a/gdb/remote-nrom.c
+++ b/gdb/remote-nrom.c
@@ -271,7 +271,7 @@ nrom_mourn()
struct target_ops nrom_ops = {
"nrom", /* to_shortname */
"Remote XDI `NetROM' target", /* to_longname */
- "Remote debug using a NetROM over Ethernet",
+ "Remote debug using a NetROM over Ethernet", /* to_doc */
nrom_open, /* to_open */
nrom_close, /* to_close */
NULL, /* to_attach */
@@ -285,25 +285,26 @@ struct target_ops nrom_ops = {
NULL, /* to_files_info */
NULL, /* to_insert_breakpoint */
NULL, /* to_remove_breakpoint */
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- nrom_kill,
- nrom_load,
- NULL,
+ NULL, /* to_terminal_init */
+ NULL, /* to_terminal_inferior */
+ NULL, /* to_terminal_ours_for_output */
+ NULL, /* to_terminal_ours */
+ NULL, /* to_terminal_info */
+ nrom_kill, /* to_kill */
+ nrom_load, /* to_load */
+ NULL, /* to_lookup_symbol */
NULL, /* to_create_inferior */
- nrom_mourn,
+ nrom_mourn, /* to_mourn_inferior */
NULL, /* to_can_run */
0, /* to_notice_signals */
- 0,
+ 0, /* to_thread_alive */
+ 0, /* to_stop */
download_stratum, /* to_stratum */
NULL, /* to_next */
- 1,
- 1,
- 1,
- 1,
+ 1, /* to_has_all_memory */
+ 1, /* to_has_memory */
+ 1, /* to_has_stack */
+ 1, /* to_has_registers */
0, /* to_has_execution */
NULL, /* sections */
NULL, /* sections_end */