mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
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.
This commit is contained in:
@@ -941,7 +941,7 @@ indicate the end of the expression."),
|
||||
_("\
|
||||
Evaluate a file containing source code.\n\
|
||||
\n\
|
||||
Usage: compile file [-r|-raw] [filename]\n\
|
||||
Usage: compile file [-r|-raw] [FILENAME]\n\
|
||||
-r|-raw: Suppress automatic 'void _gdb_expr () { CODE }' wrapping."),
|
||||
&compile_command_list);
|
||||
set_cmd_completer (c, filename_completer);
|
||||
|
||||
Reference in New Issue
Block a user