From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 58435 invoked by alias); 7 May 2015 17:07:46 -0000 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 Received: (qmail 58421 invoked by uid 89); 7 May 2015 17:07:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 07 May 2015 17:07:45 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t47H7hh7002898 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 7 May 2015 13:07:43 -0400 Received: from valrhona.uglyboxes.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t47H7g7L004130 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 7 May 2015 13:07:42 -0400 Message-ID: <554B9BDE.2030503@redhat.com> Date: Thu, 07 May 2015 17:07:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Doug Evans CC: gdb-patches@sourceware.org Subject: Re: [PATCH v3 9/9] Explicit locations: documentation updates References: <20150217220619.1312.39861.stgit@valrhona.uglyboxes.com> <20150217220659.1312.28832.stgit@valrhona.uglyboxes.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00151.txt.bz2 On 03/01/2015 01:24 PM, Doug Evans wrote: > Keith Seitz writes: > >> diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c >> index 046219b..a902b7b 100644 >> --- a/gdb/breakpoint.c >> +++ b/gdb/breakpoint.c >> @@ -16114,25 +16114,44 @@ all_tracepoints (void) >> } >> >> >> +/* This help string is used to consolidate all the help string for specifying >> + locations used by several commands. */ > > ==== > A blank line here would help readability (for this reader). > Added. >> +@subsection Explicit Locations >> +@cindex explicit locations >> +@anchor{Explicit Locations} >> + >> +@dfn{Explict locations} allow the user to directly specify the source > > ==== > Typo. Explicit. > Fixed -- good catch! Keith