Use metadata style in a few more places
authorTom Tromey <tom@tromey.com>
Tue, 3 Dec 2019 00:17:45 +0000 (17:17 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 4 Dec 2019 21:27:36 +0000 (14:27 -0700)
commit2dbc041e4e9e7325de2794d11e9ef5a8c4f6b02d
tree5affcbd80aa2b83a91017b5a0333fa46b5c992e6
parent8d70a9f0938b9e9efc4fd2eee80cf806b5e97a4a
Use metadata style in a few more places

I happened to find a few more spots that should use metadata style,
but do not.  I missed these in my earlier search somehow.  This patch
also adds gettext markup in a couple of spots where it was missing.

gdb/ChangeLog
2019-12-04  Tom Tromey  <tom@tromey.com>

* valprint.c (val_print_string): Use metadata_style.
* go-valprint.c (print_go_string): Use metadata style.
* p-valprint.c (pascal_object_print_static_field): Use metadata
style.
* cp-valprint.c (cp_print_static_field): Use metadata style.

Change-Id: Id82ca2aa306c6694b111d5c92dfa6f0cce919ebf
gdb/ChangeLog
gdb/cp-valprint.c
gdb/go-valprint.c
gdb/p-valprint.c
gdb/valprint.c
This page took 0.025997 seconds and 4 git commands to generate.