From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24207 invoked by alias); 3 Jun 2010 18:14:06 -0000 Received: (qmail 23947 invoked by uid 22791); 3 Jun 2010 18:14:05 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Jun 2010 18:14:02 +0000 Received: from wpaz37.hot.corp.google.com (wpaz37.hot.corp.google.com [172.24.198.101]) by smtp-out.google.com with ESMTP id o53IE0En008421 for ; Thu, 3 Jun 2010 11:14:00 -0700 Received: from ruffy.mtv.corp.google.com (ruffy.mtv.corp.google.com [172.18.118.116]) by wpaz37.hot.corp.google.com with ESMTP id o53IDxDH001991 for ; Thu, 3 Jun 2010 11:13:59 -0700 Received: by ruffy.mtv.corp.google.com (Postfix, from userid 67641) id E965584396; Thu, 3 Jun 2010 11:13:53 -0700 (PDT) To: gdb-patches@sourceware.org Subject: [RFA] add note on command naming to gdbint.texi Message-Id: <20100603181353.E965584396@ruffy.mtv.corp.google.com> Date: Thu, 03 Jun 2010 18:14:00 -0000 From: dje@google.com (Doug Evans) X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-06/txt/msg00103.txt.bz2 Hi. I'd like to add this to the Coding section of gdbint.texi. Ok? 2010-06-03 Doug Evans * gdbint.texinfo (Coding): Add subsection on command names. Index: doc/gdbint.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdbint.texinfo,v retrieving revision 1.323 diff -u -p -r1.323 gdbint.texinfo --- doc/gdbint.texinfo 2 May 2010 23:52:14 -0000 1.323 +++ doc/gdbint.texinfo 3 Jun 2010 18:05:31 -0000 @@ -6245,6 +6245,10 @@ the code detected a user error, recovere @code{warning} or the code failed to correctly recover from the user error and issued an @code{internal_error}.} +@subsection Command Names + +GDB U/I commands are written @samp{foo-bar}, not @samp{foo_bar}. + @subsection File Names Any file used when building the core of @value{GDBN} must be in lower