aboutsummaryrefslogtreecommitdiff
path: root/gdb/hpux-thread.c
diff options
context:
space:
mode:
authorFernando Nasser <fnasser@redhat.com>1999-01-19 00:39:04 +0000
committerFernando Nasser <fnasser@redhat.com>1999-01-19 00:39:04 +0000
commit49f47b00132ea875af81a955e88ff8c478d0795f (patch)
treef4183e4c781232dd2ff9024cfd28f2dc7373307b /gdb/hpux-thread.c
parent63f8d5f5b3073d351e955889f336dd0b57357bc7 (diff)
downloadfsf-binutils-gdb-49f47b00132ea875af81a955e88ff8c478d0795f.zip
fsf-binutils-gdb-49f47b00132ea875af81a955e88ff8c478d0795f.tar.gz
fsf-binutils-gdb-49f47b00132ea875af81a955e88ff8c478d0795f.tar.bz2
1999-01-18 Fernando Nasser <fnasser@totem.to.cygnus.com>
* sol-thread.c: delete compile time initialization of target_ops (_initialize_sol_thread): initialize target_ops at run time. * hpux-thread.c: added target_ops entry. * m3-nat.c: ditto.
Diffstat (limited to 'gdb/hpux-thread.c')
-rw-r--r--gdb/hpux-thread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/hpux-thread.c b/gdb/hpux-thread.c
index 15494ec..50d1cd6 100644
--- a/gdb/hpux-thread.c
+++ b/gdb/hpux-thread.c
@@ -639,6 +639,7 @@ struct target_ops hpux_thread_ops = {
hpux_thread_notice_signals, /* to_notice_signals */
hpux_thread_alive, /* to_thread_alive */
hpux_thread_stop, /* to_stop */
+ 0, /* to_query */
NULL, /* to_enable_exception_callback */
NULL, /* to_get_current_exception_event */
NULL, /* to_pid_to_exec_file */