ada_val_print_1: Go through val_print instead of recursive call to self.
authorJoel Brobecker <brobecker@adacore.com>
Thu, 19 Dec 2013 11:27:00 +0000 (15:27 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Tue, 7 Jan 2014 04:17:38 +0000 (08:17 +0400)
commit3a92c861bbbd25cb894942f79d0c6f7f8bbd1de6
treec85b692d59768921ad18966564154a8000e1476f
parentcd1630f983e42527bc1b68b2f430b41ffadd16c4
ada_val_print_1: Go through val_print instead of recursive call to self.

This is to standardize a little bit how printing is done, and in
particular make sure that everyone goes through val_print when
printing sub-objects.  This helps making sure that standard features
handled by val_print get activated when expected.

gdb/ChangeLog:

        * ada-valprint.c (ada_val_print_1): Replace calls to
        ada_val_print_1 by calls to val_print.
gdb/ChangeLog
gdb/ada-valprint.c