Use upper case for more metasyntactic variables in gdb
authorTom Tromey <tom@tromey.com>
Mon, 24 Dec 2018 21:41:40 +0000 (14:41 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 4 Jan 2019 18:08:02 +0000 (11:08 -0700)
commit48c5e7e239fba27bea134f6cd5f414300b7cd3ac
treee058c1be8acc8f11184b84ad9c1483bbc067f57b
parent1b2ed39c3a7ee2870f3d16a510d31e8d5916afbc
Use upper case for more metasyntactic variables in gdb

I noticed a few places where a Usage line in gdb did not use upper
case for metasyntactic variables.  This patch fixes all the instances
I found.

Tested on x86-64 Fedora 28.

gdb/ChangeLog
2019-01-04  Tom Tromey  <tom@tromey.com>

* compile/compile.c (_initialize_compile): Use upper case for
metasyntactic variables.
* symmisc.c (_initialize_symmisc): Use upper case for
metasyntactic variables.
* psymtab.c (_initialize_psymtab): Use upper case for
metasyntactic variables.
* demangle.c (demangle_command): Use upper case for metasyntactic
variables.
(_initialize_demangler): Likewise.
* ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
variables.
gdb/ChangeLog
gdb/ax-gdb.c
gdb/compile/compile.c
gdb/demangle.c
gdb/psymtab.c
gdb/symmisc.c
This page took 0.071809 seconds and 4 git commands to generate.