From patchwork Thu Mar 14 19:09:42 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Marchi X-Patchwork-Id: 31855 Received: (qmail 116280 invoked by alias); 14 Mar 2019 19:10:03 -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 116262 invoked by uid 89); 14 Mar 2019 19:10:02 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:1977 X-HELO: mail.efficios.com Received: from mail.efficios.com (HELO mail.efficios.com) (167.114.142.138) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 14 Mar 2019 19:10:01 +0000 Received: from localhost (ip6-localhost [IPv6:::1]) by mail.efficios.com (Postfix) with ESMTP id 9CBDA1C3BF6 for ; Thu, 14 Mar 2019 15:09:59 -0400 (EDT) Received: from mail.efficios.com ([IPv6:::1]) by localhost (mail02.efficios.com [IPv6:::1]) (amavisd-new, port 10032) with ESMTP id HgmIM-pJWGH0; Thu, 14 Mar 2019 15:09:59 -0400 (EDT) Received: from localhost (ip6-localhost [IPv6:::1]) by mail.efficios.com (Postfix) with ESMTP id 0E4C11C3BF2; Thu, 14 Mar 2019 15:09:59 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com 0E4C11C3BF2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=efficios.com; s=default; t=1552590599; bh=Y1P9Yuznj1hWwE/gcYrOaS4a2dRupB23BT9NmHJcmCw=; h=From:To:Date:Message-Id:MIME-Version; b=NkIqGnfMbzmWpSJum988KCj1A6LSiodrUA6MNLacdXFsQo+pFvzPxHPlNpUFc3vBD BpcgHei8dx7DcSYhGJ9RK2U2KY1Wsbu5V1FX026mjeD9CxJOftH8vsAhRtwSF2oJq+ b2xgeUw6Mwe6bWmzRb7WtJege921RVUbXABKV2Ix0xCiY9w47JZmNUHIGy8pXKa5xu fu6JC4jhW4mP0jUnjJZtor5MCEOO7m0dV1jzzCYS/0zxTMWTPHI8CQILcK8uUmUBdV jNdt4Qg6mEEA/pJd3eeYkU0wRLKoO2A9yzsz5ub+gYJeeDrRqMh+71DHz44O2FvdM3 QtV8Jey4wUsXg== Received: from mail.efficios.com ([IPv6:::1]) by localhost (mail02.efficios.com [IPv6:::1]) (amavisd-new, port 10026) with ESMTP id myv734g_hDOL; Thu, 14 Mar 2019 15:09:58 -0400 (EDT) Received: from smarchi-efficios.internal.efficios.com (192-222-157-41.qc.cable.ebox.net [192.222.157.41]) by mail.efficios.com (Postfix) with ESMTPSA id DA5661C3BEC; Thu, 14 Mar 2019 15:09:58 -0400 (EDT) From: Simon Marchi To: gdb-patches@sourceware.org Cc: Simon Marchi Subject: [pushed] Fix gdb.texinfo build Date: Thu, 14 Mar 2019 15:09:42 -0400 Message-Id: <20190314190942.8203-1-simon.marchi@efficios.com> MIME-Version: 1.0 Commit b4be1b064860 ("Fix MI output for multi-location breakpoints") broke the build of gdb.texinfo. The problem is simply the use of "@end @table", which should be "@end table". The error was: /home/smarchi/src/binutils-gdb/gdb/doc/gdb.texinfo:27870: warning: @table should not appear in @end /home/smarchi/src/binutils-gdb/gdb/doc/gdb.texinfo:27870: table requires an argument: the formatter for @item /home/smarchi/src/binutils-gdb/gdb/doc/gdb.texinfo:27870: no matching `@end table' /home/smarchi/src/binutils-gdb/gdb/doc/gdb.texinfo:27870: bad argument to @end: @table /home/smarchi/src/binutils-gdb/gdb/doc/gdb.texinfo:27867: warning: @table has text but no @item /home/smarchi/src/binutils-gdb/gdb/doc/gdb.texinfo:27879: @node seen before @end table gdb/doc/ChangeLog: * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing of table, "@end @table" -> "@end table". --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdb.texinfo | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 1b7dabffa221..6b9911c54365 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2019-03-14 Simon Marchi + + * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing + of table, "@end @table" -> "@end table". + 2019-03-14 Tom Tromey * gdb.texinfo (Output Styling): Document "set style source" and diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 431752b4110b..271739b6cdc9 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -27881,7 +27881,7 @@ Use the output for multi-location breakpoints which was introduced by MI 3, even when using MI versions 2 or 1. This command has no effect when using MI version 3 or later. -@end @table +@end table The best way to avoid unexpected changes in MI that might break your front end is to make your project known to @value{GDBN} developers and