Joel Sherrill (joel@OARcorp.com)
[deliverable/binutils-gdb.git] / gdb / remote-os9k.c
index acdc8479efe31ff6c29003c2f7ce2e4d9a02e366..2abfa8376831e638678d87662c4c8c9c86475ab9 100644 (file)
@@ -1146,7 +1146,8 @@ struct monitor_ops rombug_cmds = {
 
 struct target_ops rombug_ops ;
 
-static void init_rombug_ops(void)
+static void 
+init_rombug_ops(void)
 {
   rombug_ops.to_shortname =   "rombug";
   rombug_ops.to_longname =   "Microware's ROMBUG debug monitor";
@@ -1155,9 +1156,13 @@ Specify the serial device it is connected to (e.g. /dev/ttya).",
     rombug_ops.to_open =   rombug_open;
   rombug_ops.to_close =   rombug_close;
   rombug_ops.to_attach =   0;
+  rombug_ops.to_post_attach = NULL;
+  rombug_ops.to_require_attach = NULL;
   rombug_ops.to_detach =   rombug_detach;
+  rombug_ops.to_require_detach = NULL;
   rombug_ops.to_resume =   rombug_resume;
   rombug_ops.to_wait  =   rombug_wait;
+  rombug_ops.to_post_wait = NULL;
   rombug_ops.to_fetch_registers  =   rombug_fetch_register;
   rombug_ops.to_store_registers  =   rombug_store_register;
   rombug_ops.to_prepare_to_store =   rombug_prepare_to_store;
@@ -1174,11 +1179,30 @@ Specify the serial device it is connected to (e.g. /dev/ttya).",
   rombug_ops.to_load  =   rombug_load;                 /* load */
   rombug_ops.to_lookup_symbol =   rombug_link;                         /* lookup_symbol */
   rombug_ops.to_create_inferior =   rombug_create_inferior;
+  rombug_ops.to_post_startup_inferior = NULL;
+  rombug_ops.to_acknowledge_created_inferior = NULL;
+  rombug_ops.to_clone_and_follow_inferior = NULL;
+  rombug_ops.to_post_follow_inferior_by_clone = NULL;
+  rombug_ops.to_insert_fork_catchpoint = NULL;
+  rombug_ops.to_remove_fork_catchpoint = NULL;
+  rombug_ops.to_insert_vfork_catchpoint = NULL;
+  rombug_ops.to_remove_vfork_catchpoint = NULL;
+  rombug_ops.to_has_forked = NULL;
+  rombug_ops.to_has_vforked = NULL;
+  rombug_ops.to_can_follow_vfork_prior_to_exec = NULL;
+  rombug_ops.to_post_follow_vfork = NULL;
+  rombug_ops.to_insert_exec_catchpoint = NULL;
+  rombug_ops.to_remove_exec_catchpoint = NULL;
+  rombug_ops.to_has_execd = NULL;
+  rombug_ops.to_reported_exec_events_per_exec_call = NULL;
+  rombug_ops.to_has_exited = NULL;
   rombug_ops.to_mourn_inferior =   rombug_mourn_inferior;
   rombug_ops.to_can_run  =   0;                                /* can_run */
   rombug_ops.to_notice_signals =   0;                          /* notice_signals */
   rombug_ops.to_thread_alive  =   0;
   rombug_ops.to_stop  =   0;                           /* to_stop */
+  rombug_ops.to_pid_to_exec_file = NULL;
+  rombug_ops.to_core_file_to_sym_file = NULL;
   rombug_ops.to_stratum =   process_stratum;
   rombug_ops.DONT_USE =   0;                           /* next */
   rombug_ops.to_has_all_memory =   1;
This page took 0.024131 seconds and 4 git commands to generate.