hp merge changes -- too numerous to mention here; see ChangeLog and
[deliverable/binutils-gdb.git] / gdb / hpux-thread.c
index b8c227ab69695d8e7f1f284ee50743ab076a6a64..82d8ea43d502b1a19ec841a20eecd679326580a9 100644 (file)
@@ -593,9 +593,13 @@ struct target_ops hpux_thread_ops = {
   hpux_thread_open,            /* to_open */
   0,                           /* to_close */
   hpux_thread_attach,          /* to_attach */
+  NULL,                         /* to_post_attach */
+  NULL,                         /* to_require_attach */
   hpux_thread_detach,          /* to_detach */
+  NULL,                         /* to_require_detach */
   hpux_thread_resume,          /* to_resume */
   hpux_thread_wait,            /* to_wait */
+  NULL,                         /* to_post_wait */
   hpux_thread_fetch_registers, /* to_fetch_registers */
   hpux_thread_store_registers, /* to_store_registers */
   hpux_thread_prepare_to_store,        /* to_prepare_to_store */
@@ -612,11 +616,33 @@ struct target_ops hpux_thread_ops = {
   0,                           /* to_load */
   0,                           /* to_lookup_symbol */
   hpux_thread_create_inferior, /* to_create_inferior */
+  NULL,                         /* to_post_startup_inferior */
+  NULL,                         /* to_acknowledge_created_inferior */
+  NULL,                         /* to_clone_and_follow_inferior */
+  NULL,                         /* to_post_follow_inferior_by_clone */
+  NULL,                         /* to_insert_fork_catchpoint */
+  NULL,                         /* to_remove_fork_catchpoint */
+  NULL,                         /* to_insert_vfork_catchpoint */
+  NULL,                         /* to_remove_vfork_catchpoint */
+  NULL,                         /* to_has_forked */
+  NULL,                         /* to_has_vforked */
+  NULL,                         /* to_can_follow_vfork_prior_to_exec */
+  NULL,                         /* to_post_follow_fork */
   hpux_thread_mourn_inferior,  /* to_mourn_inferior */
+  NULL,                         /* to_insert_exec_catchpoint */
+  NULL,                         /* to_remove_exec_catchpoint */
+  NULL,                         /* to_has_execd */
+  NULL,                         /* to_reported_exec_events_per_exec_call */
+  NULL,                         /* to_has_syscall_event */
+  NULL,                         /* to_has_exited */
   hpux_thread_can_run,         /* to_can_run */
   hpux_thread_notice_signals,  /* to_notice_signals */
   hpux_thread_alive,           /* to_thread_alive */
   hpux_thread_stop,            /* to_stop */
+  NULL,                         /* to_enable_exception_callback */
+  NULL,                         /* to_get_current_exception_event */
+  NULL,                         /* to_pid_to_exec_file */
+  NULL,                         /* to_core_file_to_sym_file */
   process_stratum,             /* to_stratum */
   0,                           /* to_next */
   1,                           /* to_has_all_memory */
This page took 0.025088 seconds and 4 git commands to generate.