diff options
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r-- | gdb/procfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c index c2605d5..699b8d2 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -3765,6 +3765,7 @@ struct target_ops procfs_ops = { procfs_mourn_inferior, /* to_mourn_inferior */ procfs_can_run, /* to_can_run */ procfs_notice_signals, /* to_notice_signals */ + 0 /* to_thread_alive */ procfs_stop, /* to_stop */ process_stratum, /* to_stratum */ 0, /* to_next */ |