Wed Mar 4 16:50:18 1998 Jason Molenda (crash@bugshack.cygnus.com)
[deliverable/binutils-gdb.git] / gdb / remote-nrom.c
index eeaf3637d97258b7de6c07556eb9d0ac722437e6..d67791b67bb57184a95094fafbaee9fc5b15fedd 100644 (file)
@@ -24,7 +24,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #include "defs.h"
 #include "gdbcmd.h"
@@ -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 */
This page took 0.025283 seconds and 4 git commands to generate.