This is the mail archive of the gdb@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: time to create the gdb-7.0.1 release (?)


Hi Joel,

On Fri, 18 Dec 2009 07:17:36 +0100, Joel Brobecker wrote:
> Anything else that should go in that (corrective) release?

http://sourceware.org/ml/gdb-patches/2009-11/msg00422.html
http://sourceware.org/ml/gdb-cvs/2009-11/msg00169.html
[commit] SEGV trying to complete "catch exception" command
	* completer.c (complete_line_internal): Make sure the command
	completer is not NULL before calling it.

http://sourceware.org/ml/gdb-patches/2009-11/msg00269.html
http://sourceware.org/ml/gdb-cvs/2009-11/msg00118.html
Re: [RFA] dcache invalidate fix
	* dcache.c (dcache_block): Replace member newer with next,prev.
	(dcache_struct): Delete member newest.
	(block_func): New typedef.
	(append_block, remove_block, for_each_block): New functions.
	(invalidate_block, free_block): New functions.
	(dcache_invalidate): Update
	(dcache_invalidate_line, dcache_alloc): Update to use new list
	accessors.
	(dcache_free): Ditto.  Fix memory leak.
Locking up GDB on ppc64 inferiors.
While this unchecked-in is less intrusive
http://sourceware.org/ml/gdb-patches/2009-11/msg00233.html
it forgot to update `dcache->newest'.

Optionally a set of testsuite results stabilization patches:
http://sourceware.org/ml/gdb-patches/2009-11/msg00594.html
http://sourceware.org/ml/gdb-cvs/2009-11/msg00233.html
Subject: [patch] testsuite: bigcore.exp fuzzy PASS message fix
http://sourceware.org/ml/gdb-patches/2009-11/msg00593.html
http://sourceware.org/ml/gdb-cvs/2009-12/msg00013.html
Subject: [patch] testcase: Fix spurious structs.exp FAILs
http://sourceware.org/ml/gdb-patches/2009-11/msg00573.html
http://sourceware.org/ml/gdb-cvs/2009-11/msg00232.html
Subject: [patch] testsuite fuzzy results fixup: foll-fork.exp


Regards,
Jan


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