aboutsummaryrefslogtreecommitdiff
path: root/gdb/WHATS.NEW
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-17 06:51:00 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-17 06:51:00 +0000
commitb1dcd6ac3fa34cb2c431120eefcb111b832b2c00 (patch)
treee9e0c75b412d49f72cdaec12dffe0aad3c4acc2a /gdb/WHATS.NEW
parentb271fff21f5175e888041e3cd0c7b88fe8896b5d (diff)
downloadgdb-b1dcd6ac3fa34cb2c431120eefcb111b832b2c00.zip
gdb-b1dcd6ac3fa34cb2c431120eefcb111b832b2c00.tar.gz
gdb-b1dcd6ac3fa34cb2c431120eefcb111b832b2c00.tar.bz2
Final touchups for release
Diffstat (limited to 'gdb/WHATS.NEW')
-rwxr-xr-xgdb/WHATS.NEW23
1 files changed, 23 insertions, 0 deletions
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