This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] add note on command naming to gdbint.texi
- From: Tom Tromey <tromey at redhat dot com>
- To: dje at google dot com (Doug Evans)
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 03 Jun 2010 13:35:40 -0600
- Subject: Re: [RFA] add note on command naming to gdbint.texi
- References: <20100603181353.E965584396@ruffy.mtv.corp.google.com>
- Reply-to: tromey at redhat dot com
>>>>> "Doug" == Doug Evans <dje@google.com> writes:
Doug> I'd like to add this to the Coding section of gdbint.texi.
Doug> +GDB U/I commands are written @samp{foo-bar}, not @samp{foo_bar}.
I wonder whether we also have a rule about when to use a hyphen versus
when to use a subcommand.
I don't think that impacts whether this patch should go in.
Tom