This is the mail archive of the gdb-testers@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]

[binutils-gdb] Factor out struct and union printing code from c_val_print


*** TEST RESULTS FOR COMMIT 9e4f353ca9d4f4ae70ce76ae704e5686d47e2f63 ***

Author: Simon Marchi <simon.marchi@ericsson.com>
Branch: master
Commit: 9e4f353ca9d4f4ae70ce76ae704e5686d47e2f63

Factor out struct and union printing code from c_val_print
gdb/ChangeLog:

	* c-valprint.c (c_val_print): Factor out struct and union
	printing code to ...
	(c_val_print_struct): ... this new function ...
	(c_val_print_union): ... and this new function.


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