This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: COMMIT: addrmap changes


> From: Jim Blandy <jimb@codesourcery.com>
> Date: Wed, 05 Dec 2007 13:32:22 -0800
> 
> gdb/ChangeLog:
> 2007-12-05  Jim Blandy  <jimb@codesourcery.com>
> 
> 	* NEWS: Mention support for non-contiguous lexical blocks and
> 	function bodies.
> 
> diff -r 55dcfe0668ab gdb/NEWS
> --- a/gdb/NEWS	Wed Dec 05 10:18:35 2007 -0800
> +++ b/gdb/NEWS	Wed Dec 05 13:29:46 2007 -0800
> @@ -19,6 +19,10 @@ is resolved.
>  * GDB now supports breakpoints with multiple locations,
>  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.

Okay.

Thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]