diff options
author | Tom Tromey <tromey@adacore.com> | 2019-05-13 09:35:19 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2019-05-14 07:43:38 -0600 |
commit | e7bd7fba34ae1f892acf1e13ac86fca55b68026d (patch) | |
tree | b1135d9729888763958d69420a735d78210b8ac5 /gdb/testsuite/ChangeLog | |
parent | 35015cd193be5e603ed31c14472d2d9d17e14e7a (diff) | |
download | binutils-e7bd7fba34ae1f892acf1e13ac86fca55b68026d.zip binutils-e7bd7fba34ae1f892acf1e13ac86fca55b68026d.tar.gz binutils-e7bd7fba34ae1f892acf1e13ac86fca55b68026d.tar.bz2 |
Add file name styling to "info sharedlibrary"
This changes "info sharedlibrary" to add styling to the file name.
Tested on x86-64 Fedora 29.
gdb/ChangeLog
2019-05-14 Tom Tromey <tromey@adacore.com>
* solib.c (info_sharedlibrary_command): Style the file name.
gdb/testsuite/ChangeLog
2019-05-14 Tom Tromey <tromey@adacore.com>
* gdb.base/info-shared.exp (check_info_shared): Add "info shared"
styling test.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index d8847bc..071c638 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2019-05-14 Tom Tromey <tromey@adacore.com> + + * gdb.base/info-shared.exp (check_info_shared): Add "info shared" + styling test. + 2019-05-14 Tom de Vries <tdevries@suse.de> * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address |