diff options
author | Tom Tromey <tom@tromey.com> | 2018-09-05 23:39:34 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-12-28 12:49:51 -0700 |
commit | af79b68d7f935799c956b1a40e92a167385b5380 (patch) | |
tree | af1ade9d467b88a8017cbdef77898c77f1422d6d /gdb/testsuite/ChangeLog | |
parent | 0bb296cb5f3a81b4b5e702208aad911d3b727f8b (diff) | |
download | fsf-binutils-gdb-af79b68d7f935799c956b1a40e92a167385b5380.zip fsf-binutils-gdb-af79b68d7f935799c956b1a40e92a167385b5380.tar.gz fsf-binutils-gdb-af79b68d7f935799c956b1a40e92a167385b5380.tar.bz2 |
Style print_address_symbolic
print_address_symbolic does not use ui-out, so it did not style
function names. This patch changes it to use the low-level style code
directly.
gdb/ChangeLog
2018-12-28 Tom Tromey <tom@tromey.com>
* printcmd.c (print_address_symbolic): Style function name.
gdb/testsuite/ChangeLog
2018-12-28 Tom Tromey <tom@tromey.com>
* gdb.base/style.exp: Add test for print_address_symbolic.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index de21939..78c8da4 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2018-12-28 Tom Tromey <tom@tromey.com> + * gdb.base/style.exp: Add test for print_address_symbolic. + +2018-12-28 Tom Tromey <tom@tromey.com> + * gdb.base/style.exp: Add test for breakpoint setting. 2018-12-28 Tom Tromey <tom@tromey.com> |