]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Introduce "command" styling
authorTom Tromey <tom@tromey.com>
Sat, 18 May 2024 17:35:32 +0000 (11:35 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 13 Dec 2024 03:18:23 +0000 (20:18 -0700)
commit9e69a2e127940cc577d4e0c6eefdfe33a31ea397
tree2cd18c8f6560a6089bf1a88de3dcb86797a3c05d
parent62e4d4d3ad68fe17113069b99d80a9ee9df87cb1
Introduce "command" styling

This adds a new "command" style that is used when styling the name of
a gdb command.

Note that not every instance of a command name that is output by gdb
is changed here.  There is currently no way to style error() strings,
and there is no way to mark up command help strings.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=31747
Reviewed-By: Eli Zaretskii <eliz@gnu.org>
Reviewed-By: Keith Seitz <keiths@redhat.com>
Approved-By: Andrew Burgess <aburgess@redhat.com>
22 files changed:
gdb/NEWS
gdb/auto-load.c
gdb/breakpoint.c
gdb/cli/cli-decode.c
gdb/cli/cli-style.c
gdb/cli/cli-style.h
gdb/darwin-nat.c
gdb/doc/gdb.texinfo
gdb/dwarf2/read-gdb-index.c
gdb/exec.c
gdb/inf-child.c
gdb/infcmd.c
gdb/infrun.c
gdb/main.c
gdb/maint.c
gdb/memattr.c
gdb/remote.c
gdb/solib.c
gdb/top.c
gdb/tui/tui-regs.c
gdb/value.c
gdb/windows-nat.c