From patchwork Mon Jun 11 17:15:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Szabolcs Nagy X-Patchwork-Id: 27744 Received: (qmail 127081 invoked by alias); 11 Jun 2018 17:15:49 -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 126908 invoked by uid 89); 11 Jun 2018 17:15:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.4 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.3.2 spammy=xml, integrity, Hx-languages-length:1025 X-HELO: EUR01-DB5-obe.outbound.protection.outlook.com Received: from mail-db5eur01on0055.outbound.protection.outlook.com (HELO EUR01-DB5-obe.outbound.protection.outlook.com) (104.47.2.55) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 11 Jun 2018 17:15:28 +0000 Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=Szabolcs.Nagy@arm.com; Received: from [10.2.206.57] (217.140.96.140) by VI1PR08MB3296.eurprd08.prod.outlook.com (2603:10a6:803:3e::13) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.841.17; Mon, 11 Jun 2018 17:15:14 +0000 Cc: nd@arm.com, Pedro Alves , Simon Marchi , Eli Zaretskii Subject: [PATCH] Fix ref in gdb.texinfo To: Gary Benson , gdb-patches@sourceware.org References: <20074994-70c2-151c-95c3-5c0090a87bd8@redhat.com> <1528478739-23579-1-git-send-email-gbenson@redhat.com> From: Szabolcs Nagy Message-ID: <7a3a3016-b183-b9e1-74a6-91e6050e315e@arm.com> Date: Mon, 11 Jun 2018 18:15:12 +0100 User-Agent: Mozilla/5.0 (X11; Linux aarch64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <1528478739-23579-1-git-send-email-gbenson@redhat.com> X-ClientProxiedBy: LO2P265CA0055.GBRP265.PROD.OUTLOOK.COM (2603:10a6:600:60::19) To VI1PR08MB3296.eurprd08.prod.outlook.com (2603:10a6:803:3e::13) X-MS-PublicTrafficType: Email X-MS-Office365-Filtering-HT: Tenant X-MS-TrafficTypeDiagnostic: VI1PR08MB3296: NoDisclaimer: True X-Exchange-Antispam-Report-Test: UriScan:(180628864354917); X-MS-Exchange-SenderADCheck: 1 X-Forefront-PRVS: 070092A9D3 Received-SPF: None (protection.outlook.com: arm.com does not designate permitted sender hosts) SpamDiagnosticOutput: 1:99 SpamDiagnosticMetadata: NSPM X-MS-Office365-Filtering-Correlation-Id: bc1b6226-cfb9-4c1d-e634-08d5cfbee5d6 X-OriginatorOrg: arm.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 11 Jun 2018 17:15:14.6693 (UTC) X-MS-Exchange-CrossTenant-Network-Message-Id: bc1b6226-cfb9-4c1d-e634-08d5cfbee5d6 X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-CrossTenant-Id: f34e5979-57d9-4aaa-ad4d-b122a662184d X-MS-Exchange-Transport-CrossTenantHeadersStamped: VI1PR08MB3296 X-IsSubscribed: yes Since commit 5045b3d78903d1f6faa4cb511fa801e50dfacf48 Commit: Gary Benson CommitDate: 2018-06-08 18:06:46 +0100 linux: Add maintenance commands to test libthread_db The build fails for me with ../../../gdb/doc/gdb.texinfo:35875: @ref reference to nonexistent node `maint check libthread-db' Makefile:486: recipe for target 'gdb.info' failed gdb/doc/ChangeLog: 2018-06-11 Szabolcs Nagy * gdb.texinfo (maint check libthread-db): Add anchor. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 2c0ac33f8b..2b56b5ab21 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -35547,6 +35547,7 @@ modify XML target descriptions. Check that the target descriptions dynamically created by @value{GDBN} equal the descriptions created from XML files found in @var{dir}. +@anchor{maint check libthread-db} @kindex maint check libthread-db @item maint check libthread-db Run integrity checks on the current inferior's thread debugging