]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Replace uses of "title" style with "command"
authorTom Tromey <tom@tromey.com>
Thu, 3 Oct 2024 22:25:05 +0000 (16:25 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 13 Dec 2024 03:18:23 +0000 (20:18 -0700)
commitb5f91cd4dfbc1ef8e2ff7ce198d0f4357e20638c
tree29f6866ba137bff1bd5da754662e4215dd9e3498
parent9e69a2e127940cc577d4e0c6eefdfe33a31ea397
Replace uses of "title" style with "command"

Currently the "title" style is only used when printing command names.
The "title" name itself is probably a misnomer, but meanwhile this
patch changes the existing uses to instead use the new "command" style
for consistency.

The "title" style is not removed; see the next patch.

Reviewed-By: Keith Seitz <keiths@redhat.com>
Approved-By: Andrew Burgess <aburgess@redhat.com>
gdb/cli/cli-decode.c
gdb/cli/cli-script.c
gdb/testsuite/gdb.base/style.exp
gdb/testsuite/lib/gdb-utils.exp