diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-07-29 08:03:36 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-07-29 08:03:36 +0000 |
commit | 6c56c06965e54986e5e5ad75f399a914b4b1becd (patch) | |
tree | d3cd023b127b794b76fd4679a060339666e673a1 /gdb/NEWS | |
parent | 2f83960e2ca6a38b4a68d3c394fb2b5c0db2e2af (diff) | |
download | gdb-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |