From b1dcd6ac3fa34cb2c431120eefcb111b832b2c00 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Thu, 17 Oct 1991 06:51:00 +0000 Subject: Final touchups for release --- gdb/WHATS.NEW | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'gdb/WHATS.NEW') diff --git a/gdb/WHATS.NEW b/gdb/WHATS.NEW index c369ba9..71ba79d 100755 --- a/gdb/WHATS.NEW +++ b/gdb/WHATS.NEW @@ -1,6 +1,29 @@ What has changed since GDB-3.5? (Organized release by release) +*** Changes in GDB-4.2: + + * Improved configuration + +Only one copy of `configure' exists now, and it is not self-modifying. +Porting BFD is simpler. + + * Stepping improved + +The `step' and `next' commands now only stop at the first instruction +of a source line. This prevents the multiple stops that used to occur +in switch statements, for-loops, etc. `Step' continues to stop if a +function that has debugging information is called within the line. + + * Bug fixing + +Lots of small bugs fixed. More remain. + + * New host supported (not target) + +Intel 386 PC clone running Mach i386-none-mach + + *** Changes in GDB-4.1: * Multiple source language support -- cgit v1.1