diff options
author | Jim Blandy <jimb@codesourcery.com> | 2007-12-06 17:07:15 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2007-12-06 17:07:15 +0000 |
commit | 10665d76130c1322777826ba51eec211d7f15bba (patch) | |
tree | d0478e2e4e0c42a113466b24d720c5b268728243 /gdb | |
parent | d3f73121dbd11ef96be3d2fa93bacfe492b88658 (diff) | |
download | gdb-10665d76130c1322777826ba51eec211d7f15bba.zip gdb-10665d76130c1322777826ba51eec211d7f15bba.tar.gz gdb-10665d76130c1322777826ba51eec211d7f15bba.tar.bz2 |
* NEWS: Mention support for non-contiguous lexical blocks and
function bodies.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/NEWS | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index deed0a2..d05f237 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2007-12-05 Jim Blandy <jimb@codesourcery.com> + + * NEWS: Mention support for non-contiguous lexical blocks and + function bodies. + 2007-12-06 Markus Deuling <deuling@de.ibm.com> * gdbarch.sh (stab_reg_to_regnum, dwarf_reg_to_regnum) @@ -20,6 +20,10 @@ is resolved. including breakpoints on C++ constructors, inside C++ templates, and in inlined functions. +* GDB's ability to debug optimized code has been improved. GDB more +accurately identifies function bodies and lexical blocks that occupy +more than one contiguous range of addresses. + * Target descriptions can now describe registers for PowerPC. * The GDB remote stub, gdbserver, now supports the AltiVec and SPE |