ada_val_print_1: Add language parameter
authorJoel Brobecker <brobecker@adacore.com>
Thu, 19 Dec 2013 10:33:20 +0000 (14:33 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Tue, 7 Jan 2014 04:17:38 +0000 (08:17 +0400)
commitcd1630f983e42527bc1b68b2f430b41ffadd16c4
tree394be37c303a87c33a8f12db96826f3923290a39
parentbdf779a0c5d06c958585c3ba9ca4613da163cda8
ada_val_print_1: Add language parameter

This is to help calling val_print.  We would like to be more systematic
in calling val_print when printing, because it allows us to make sure
we take advantage of the standard features such as pretty-printing
which are handled by val_print.

gdb/ChangeLog:

        * ada-valprint.c (ada_val_print_1): Add parameter "language".
        Update calls to self accordingly.  Replace calls to c_val_print
        by calls to val_print.
gdb/ChangeLog
gdb/ada-valprint.c
This page took 0.028603 seconds and 4 git commands to generate.