* NEWS: Mention support for non-contiguous lexical blocks and
authorJim Blandy <jimb@codesourcery.com>
Thu, 6 Dec 2007 17:07:15 +0000 (17:07 +0000)
committerJim Blandy <jimb@codesourcery.com>
Thu, 6 Dec 2007 17:07:15 +0000 (17:07 +0000)
function bodies.

gdb/ChangeLog
gdb/NEWS

index deed0a22d6829e5c395ec3368e274d0c0da1b095..d05f237deac2c15ab388911d30953c5c41167a13 100644 (file)
@@ -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)
index d60402f4cd82388268f2fb3d8d1e8d3a92203d8c..68d00110a0ec58c208c3b91a6ed354529323e12d 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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
This page took 0.030621 seconds and 4 git commands to generate.