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]

[commit] [patch] Fix: Regression for gdb.trace/unavailable.exp [Re: [5/5] reimplement 'set print vtbl on']


On Sat, 31 Mar 2012 00:25:04 +0200, Jan Kratochvil wrote:
> gdb/
> 2012-03-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
> 
> 	* cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
> 	for TYPE_VPTR_FIELDNO.
> 	* valprint.c (valprint_check_validity): Make it global, move the
> 	function comment ...
> 	* value.h (valprint_check_validity): ... to this new declaration.
> 
> gdb/testsuite/
> 2012-03-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
> 
> 	* gdb.trace/unavailable.exp
> 	(collect globals: print object on: print derived_partial)
> 	(collect globals: print object on: print derived_whole)
> 	(collect globals: print object off: print derived_partial)
> 	(collect globals: print object off: print derived_whole): Update
> 	expected output.

Checked in:
	http://sourceware.org/ml/gdb-cvs/2012-04/msg00015.html


Thanks,
Jan


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