]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Use command style in cmd_show_list
authorTom Tromey <tom@tromey.com>
Sat, 11 Jan 2025 21:36:54 +0000 (14:36 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 29 Jan 2025 17:21:49 +0000 (10:21 -0700)
commit7627b430434117181323985ada05abde8a474fe7
tree597a403481c8ecd2f78bc9f31845a3661ca00395
parent59d2fac1004a9d6b75ebb52b8faacffed1704021
Use command style in cmd_show_list

cmd_show_list is a bit funny because it shows partial command names --
for a command like "show abc xyz", it will only show "abc xyz".

Nevertheless, I think it makes some sense to highlight these with the
command style.  That is what this patch does.
gdb/auto-load.c
gdb/cli/cli-setshow.c
gdb/remote.c