diff options
author | Stan Shebs <shebs@codesourcery.com> | 1999-02-06 00:48:21 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1999-02-06 00:48:21 +0000 |
commit | 0ee74219a1f229c4883f01ea85b17bc929ea5af7 (patch) | |
tree | 17a187279448cc58bfc55f0705142c34ec6c999f /gdb/NEWS | |
parent | 79caaa57ed7dbaf088c99cfa570193f4bad80161 (diff) | |
download | gdb-0ee74219a1f229c4883f01ea85b17bc929ea5af7.zip gdb-0ee74219a1f229c4883f01ea85b17bc929ea5af7.tar.gz gdb-0ee74219a1f229c4883f01ea85b17bc929ea5af7.tar.bz2 |
* NEWS: Add mentions of various new things.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -5,6 +5,8 @@ * New native configurations +HP-UX 10.20 hppa*-*-hpux10.20 +HP-UX 11.x hppa*-*-hpux11.0* M68K Linux m68*-*-linux* * New targets @@ -12,6 +14,34 @@ M68K Linux m68*-*-linux* Fujitsu FR30 fr30-*-elf* Mitsubishi D30V d30v-*-* +* Readline 2.2 + +GDB now uses readline 2.2. + +* HP-UX Support + +Thanks to a major code donation from HP, GDB now has much more +extensive support for HP-UX. Added features include shared library +support, kernel threads and hardware watchpoints for 11.00, support +for HP's ANSI C and C++ compilers, and compatibility mode for xdb +commands. + +* Catchpoints + +HP's donation includes the new concept of catchpoints, which is a +generalization of the old catch command. On HP-UX, it is now possible +to catch exec, fork, and vfork, as well as library loading. + +* Debugging Across Forks + +On HP-UX, you can choose which process to debug when a fork() happens +in the inferior. + +* TUI + +HP has donated a curses-based terminal user interface (TUI). To get +it, build with --enable-tui. + * GDB Remote protocol For 64 bit targets, the memory packets ("M" and "m") can now contain a |