diff options
author | Tom Tromey <tom@tromey.com> | 2020-03-13 17:39:52 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2020-03-13 18:03:40 -0600 |
commit | 6a95a1f58dd9dabcade13f7a332eed601baf25f8 (patch) | |
tree | 3b124636a1888d354653be51b8d1c97cf58bb3b2 /gdb/objc-lang.c | |
parent | 59fcdac646cf4ed3168cd787a883d282b4d9de1f (diff) | |
download | gdb-6a95a1f58dd9dabcade13f7a332eed601baf25f8.zip gdb-6a95a1f58dd9dabcade13f7a332eed601baf25f8.tar.gz gdb-6a95a1f58dd9dabcade13f7a332eed601baf25f8.tar.bz2 |
Convert Fortran printing to value-based API
This finishes the conversion of the Fortran printing code to the
value-based API. The body of f_val_print is copied into
f_value_print_innner, and then modified as needed to use the value
API.
Note that not all calls must be updated. For example, f77_print_array
remains "val-like", because it does not result in any calls to
val_print (f77_print_array_1 calls common_val_print, which is
nominally value-based).
gdb/ChangeLog
2020-03-13 Tom Tromey <tom@tromey.com>
* f-valprint.c (f_value_print_innner): Rewrite.
Diffstat (limited to 'gdb/objc-lang.c')
0 files changed, 0 insertions, 0 deletions