This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/3] More use of GNU-style metasyntactic variables


I noticed a few spots where gdb was not using GNU-style metasyntactic
variables.  This fixes nearly all the places I found -- the only
exception being MI.  I would have converted MI, out of a sense of
consistency, but I was unsure if this was advisable.

Regression tested by the buildbot.

I think it would be good to check that new patches use the GNU style
here.  There is some text in the standards manual, but mostly it boils
down to using all caps rather than <> or $ or whatever:

yes:  Usage: command ARG ARG
 no:  Usage: command <arg> $arg

Tom



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]