X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=gdb%2Fnbsd-nat.c;h=e7f91bebb0df670955c20016ee518e5a601f3748;hb=121b3efd49f98e4049281b3ba7a258e650e40b38;hp=133de619001be2fa7ff0eab64a4cfb48dab5e1de;hpb=b4ab256ded5020a82ff7ce8dc485e7882fc5b6a7;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/nbsd-nat.c b/gdb/nbsd-nat.c index 133de61900..e7f91bebb0 100644 --- a/gdb/nbsd-nat.c +++ b/gdb/nbsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for NetBSD. - Copyright (C) 2006-2014 Free Software Foundation, Inc. + Copyright (C) 2006-2020 Free Software Foundation, Inc. This file is part of GDB. @@ -25,7 +25,7 @@ the child process identified by PID. */ char * -nbsd_pid_to_exec_file (struct target_ops *self, int pid) +nbsd_nat_target::pid_to_exec_file (int pid) { ssize_t len; static char buf[PATH_MAX];