mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 08:24:05 +08:00
* NEWS: Mention BSD libkvm interface.
This commit is contained in:
@ -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>
|
2004-07-10 Michael Snyder <msnyder@redhat.com>
|
||||||
|
|
||||||
* symfile.c (generic_load): Comment typo.
|
* symfile.c (generic_load): Comment typo.
|
||||||
|
16
gdb/NEWS
16
gdb/NEWS
@ -7,6 +7,22 @@
|
|||||||
|
|
||||||
This command runs the program until the begining of the main procedure.
|
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
|
* Signal trampoline code overhauled
|
||||||
|
|
||||||
Many generic problems with GDB's signal handling code have been fixed.
|
Many generic problems with GDB's signal handling code have been fixed.
|
||||||
|
Reference in New Issue
Block a user