aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-07-10 21:24:01 +0000
committerMark Kettenis <kettenis@gnu.org>2004-07-10 21:24:01 +0000
commit71009278cea8225cd60a3429b86ecaf8cf026f2d (patch)
tree5c526bafa49dbfb03362d23cfbabe920da9ef986 /gdb
parentb2fa5097bff05f4e808bb384835340cd44afefe3 (diff)
downloadfsf-binutils-gdb-71009278cea8225cd60a3429b86ecaf8cf026f2d.zip
fsf-binutils-gdb-71009278cea8225cd60a3429b86ecaf8cf026f2d.tar.gz
fsf-binutils-gdb-71009278cea8225cd60a3429b86ecaf8cf026f2d.tar.bz2
* NEWS: Mention BSD libkvm interface.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS16
2 files changed, 20 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ac60c6e..3c34ec5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2004-07-10 Mark Kettenis <kettenis@gnu.org>
+
+ * NEWS: Mention BSD libkvm interface.
+
2004-07-10 Michael Snyder <msnyder@redhat.com>
* symfile.c (generic_load): Comment typo.
diff --git a/gdb/NEWS b/gdb/NEWS
index 6e651a7..7c4dc38 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -7,6 +7,22 @@
This command runs the program until the begining of the main procedure.
+* New BSD Kernel Data Access Library (libkvm) interface
+
+Using ``target kvm'' it is now possible to debug kernel core dumps and
+live kernel memory images on various FreeBSD, NetBSD and OpenBSD
+platforms. Currently supported (native-only) configurations are:
+
+FreeBSD/amd64 x86_64-*-freebsd*
+FreeBSD/i386 i?86-*-freebsd*
+NetBSD/i386 i?86-*-netbsd*
+NetBSD/m68k m68*-*-netbsd*
+NetBSD/sparc sparc-*-netbsd*
+OpenBSD/amd64 x86_64-*-openbsd*
+OpenBSD/i386 i?86-*-openbsd*
+OpenBSD/m68k m68*-openbsd*
+OpenBSD/sparc sparc-*-openbsd*
+
* Signal trampoline code overhauled
Many generic problems with GDB's signal handling code have been fixed.