diff options
Diffstat (limited to 'gdb/obsd-nat.c')
-rw-r--r-- | gdb/obsd-nat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/obsd-nat.c b/gdb/obsd-nat.c index c70820d..2340dfe 100644 --- a/gdb/obsd-nat.c +++ b/gdb/obsd-nat.c @@ -145,6 +145,8 @@ obsd_nat_target::post_attach (int pid) obsd_enable_proc_events (pid); } +/* Implement the virtual inf_ptrace_target::post_startup_inferior method. */ + void obsd_nat_target::post_startup_inferior (ptid_t pid) { |