aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-07-29 08:03:36 +0000
committerEli Zaretskii <eliz@gnu.org>2001-07-29 08:03:36 +0000
commit6c56c06965e54986e5e5ad75f399a914b4b1becd (patch)
treed3cd023b127b794b76fd4679a060339666e673a1 /gdb/NEWS
parent2f83960e2ca6a38b4a68d3c394fb2b5c0db2e2af (diff)
downloadgdb-6c56c06965e54986e5e5ad75f399a914b4b1becd.zip
gdb-6c56c06965e54986e5e5ad75f399a914b4b1becd.tar.gz
gdb-6c56c06965e54986e5e5ad75f399a914b4b1becd.tar.bz2
Support for stepping through longjmp in DJGPP programs:
* config/i386/tm-go32.h (JB_ELEMENT_SIZE, JB_PC): New macros. (GET_LONGJMP_TARGET): Define to call get_longjmp_target. (get_longjmp_target): Add prototype.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index db1e486..edaf5e8 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -165,6 +165,8 @@ which is part of the DJGPP development kit).
DWARF2 debug info is now supported.
+It is now possible to `step' and `next' through calls to `longjmp'.
+
* Changes in documentation.
All GDB documentation was converted to GFDL, the GNU Free