diff options
Diffstat (limited to 'gdb/gdbserver/linux-bfin-low.c')
-rw-r--r-- | gdb/gdbserver/linux-bfin-low.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdbserver/linux-bfin-low.c b/gdb/gdbserver/linux-bfin-low.c index 175152c4598..72419469083 100644 --- a/gdb/gdbserver/linux-bfin-low.c +++ b/gdb/gdbserver/linux-bfin-low.c @@ -135,6 +135,7 @@ struct linux_target_ops the_low_target = { NULL, /* supply_ptrace_register */ NULL, /* siginfo_fixup */ NULL, /* new_process */ + NULL, /* delete_process */ NULL, /* new_thread */ NULL, /* delete_thread */ NULL, /* new_fork */ |