summaryrefslogtreecommitdiff
path: root/gdb/remote-vx.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-07-17 17:09:48 +0000
committerIan Lance Taylor <ian@airs.com>1995-07-17 17:09:48 +0000
commit5d672f28973ceaed88fb58ddf75f0a8e8149e09b (patch)
treea688223ba87b519788d37338a1ac062dcee8517a /gdb/remote-vx.c
parent31ce436075a725ee05c36742fe854f016f3c7d5e (diff)
downloadbinutils-gdb-5d672f28973ceaed88fb58ddf75f0a8e8149e09b.tar.gz
* remote-vx.c (vx_ops, vx_run_ops): Initialize new to_thread_alive
field.
Diffstat (limited to 'gdb/remote-vx.c')
-rw-r--r--gdb/remote-vx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/remote-vx.c b/gdb/remote-vx.c
index 4e142c735c7..f999bf9e385 100644
--- a/gdb/remote-vx.c
+++ b/gdb/remote-vx.c
@@ -1437,6 +1437,7 @@ Specify the name of the machine to connect to.",
vx_create_inferior, 0, /* mourn_inferior */
0, /* can_run */
0, /* notice_signals */
+ 0, /* thread_alive */
0, /* to_stop */
core_stratum, 0, /* next */
1, 1, 0, 0, 0, /* all mem, mem, stack, regs, exec */
@@ -1462,6 +1463,7 @@ struct target_ops vx_run_ops = {
0, vx_mourn_inferior,
0, /* can_run */
0, /* notice_signals */
+ 0, /* thread_alive */
0, /* to_stop */
process_stratum, 0, /* next */
0, /* all_mem--off to avoid spurious msg in "i files" */