Factor out struct and union printing code from c_val_print
authorSimon Marchi <simon.marchi@ericsson.com>
Thu, 9 Jul 2015 15:18:39 +0000 (11:18 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Thu, 9 Jul 2015 15:24:56 +0000 (11:24 -0400)
commit9e4f353ca9d4f4ae70ce76ae704e5686d47e2f63
tree74c6b526aa9eefbf5a52830f07910eff49f7849d
parent1c67f0326351d9c521692ceca92f93cb0de9bf2e
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.
gdb/ChangeLog
gdb/c-valprint.c