aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2020-09-02 19:08:37 +0200
committerKamil Rytarowski <n54@gmx.com>2020-09-10 15:37:32 +0200
commit330662f68490e09efad94fba603f09e1746941b3 (patch)
tree82595f571b92d6504e8cf7f757902042a04eecdf /gdb/ChangeLog
parent70b67307e9ed32027d54f46904a1a17f4a19ae2a (diff)
downloadgdb-330662f68490e09efad94fba603f09e1746941b3.zip
gdb-330662f68490e09efad94fba603f09e1746941b3.tar.gz
gdb-330662f68490e09efad94fba603f09e1746941b3.tar.bz2
Add netbsd_nat::pid_to_exec_file
gdb/ChangeLog: * netbsd-nat.h: Include <unistd.h>. * (netbsd_nat::pid_to_exec_file): Add. * netbsd-nat.c: Include <sys/types.h> and <sys/sysctl.h>. * (netbsd_nat::pid_to_exec_file) Add.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b4042be..2b8a0ac 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2020-09-10 Kamil Rytarowski <n54@gmx.com>
+ * netbsd-nat.h: Include <unistd.h>.
+ * (netbsd_nat::pid_to_exec_file): Add.
+ * netbsd-nat.c: Include <sys/types.h> and <sys/sysctl.h>.
+ * (netbsd_nat::pid_to_exec_file) Add.
+
+2020-09-10 Kamil Rytarowski <n54@gmx.com>
+
* configure.nat (NATDEPFILES): Add nat/netbsd-nat.o when needed.
2020-09-10 Kamil Rytarowski <n54@gmx.com>