From patchwork Mon Sep 22 11:06:46 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan-Benedict Glaw X-Patchwork-Id: 2942 Received: (qmail 600 invoked by alias); 22 Sep 2014 11:06:51 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 591 invoked by uid 89); 22 Sep 2014 11:06:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: lug-owl.de Received: from lug-owl.de (HELO lug-owl.de) (195.71.106.12) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 22 Sep 2014 11:06:49 +0000 Received: by lug-owl.de (Postfix, from userid 1001) id 504B2F0251; Mon, 22 Sep 2014 13:06:46 +0200 (CEST) Date: Mon, 22 Sep 2014 13:06:46 +0200 From: Jan-Benedict Glaw To: gdb-patches@sourceware.org, Pedro Alves Subject: [PATCH] Fix missing "@end table" gdb.texinfo Message-ID: <20140922110646.GD4144@lug-owl.de> MIME-Version: 1.0 Content-Disposition: inline X-gpg-fingerprint: 250D 3BCF 7127 0D8C A444 A961 1DBD 5E75 8399 E1BB X-gpg-key: wwwkeys.de.pgp.net X-Echelon-Enable: howto poison arsenous mail psychological biological nuclear warfare test the bombastical terror of flooding the spy listeners explosion sex drugs and rock'n'roll X-TKUeV: howto poison arsenous mail psychological biological nuclear warfare test the bombastical terror of flooding the spy listeners explosion sex drugs and rock'n'roll User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Hi! A recent commit removed one line too much from gdb.texinfo. See eg. build http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=356554: makeinfo --split-size=5000000 -DHAVE_MAKEINFO_CLICK -I /home/vaxbuild/repos/binutils_gdb/gdb/doc/../../readline/doc -I /home/vaxbuild/repos/binutils_gdb/gdb/doc/../mi -I /home/vaxbuild/repos/binutils_gdb/gdb/doc \ -o gdb.info /home/vaxbuild/repos/binutils_gdb/gdb/doc/gdb.texinfo /home/vaxbuild/repos/binutils_gdb/gdb/doc/gdb.texinfo:3912: @node seen before @end table make[4]: *** [gdb.info] Error 1 Committed as obvious. MfG, JBG diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index d77a80e..9a4bc09 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2014-09-22 Jan-Benedict Glaw + + * gdb.texinfo (Set Breaks): Add missing "@end table". + 2014-09-22 Pedro Alves * gdb.texinfo (Set Breaks): Document that "set breakpoint diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 537fae8..026706a 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -3857,6 +3857,7 @@ Causes all breakpoints to be inserted in the target at all times. If the user adds a new breakpoint, or changes an existing breakpoint, the breakpoints in the target are updated immediately. A breakpoint is removed from the target only when breakpoint itself is deleted. +@end table @value{GDBN} handles conditional breakpoints by evaluating these conditions when a breakpoint breaks. If the condition is true, then the process being