From patchwork Tue Aug 18 16:17:09 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Burgess X-Patchwork-Id: 8273 Received: (qmail 12978 invoked by alias); 18 Aug 2015 16:17:47 -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 12967 invoked by uid 89); 18 Aug 2015 16:17:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=AWL, BAYES_50, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: mail-wi0-f174.google.com Received: from mail-wi0-f174.google.com (HELO mail-wi0-f174.google.com) (209.85.212.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 18 Aug 2015 16:17:41 +0000 Received: by wicja10 with SMTP id ja10so113090692wic.1 for ; Tue, 18 Aug 2015 09:17:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=VyhyckmEYP03lsJsrOkuDCOfagP5NtrS5+T9sutfwCQ=; b=QfUw0xkaiVZu0jl3VIPH08WXxlb5aWZYQ68ZwMPFJFIyy2DeyKIjOKlABAJ+P0ws4u 7NV4QA/F1MmgHx9XyVB7e0YJ+RYId8kizbj1bwQZQnDniV5KPqdNWJl8aiCoFmvGYTVi +mWHAss9OCvm/WKZSN4qywWtpS8FjWLHEs3mp5pByXNv1TbhFekyIxoqXypuq6ld13J+ FCW3I++DTSRcv8jYQItumDLToxF1uzuURxf1nNdHRtX7a4irZagccuFhM1Hr8VGBLe+g L9fM0GuPESoQQ8rMRq00XADLSDmZKgcRB89B0Z25L2cPDRtG76+IQo+cPQ6xMHk3Iudg 5g4Q== X-Gm-Message-State: ALoCoQkFGAsxT9yKkNn6edEl6G/VY4nR4ilHuiVKwR16S5/iedojwCGHD7NIXmCjvK5uChZfAW2Z X-Received: by 10.194.120.198 with SMTP id le6mr14841846wjb.133.1439914658434; Tue, 18 Aug 2015 09:17:38 -0700 (PDT) Received: from localhost (host81-131-157-37.range81-131.btcentralplus.com. [81.131.157.37]) by smtp.gmail.com with ESMTPSA id d17sm27100243wjs.32.2015.08.18.09.17.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Aug 2015 09:17:37 -0700 (PDT) From: Andrew Burgess To: gdb-patches@sourceware.org Cc: Andrew Burgess Subject: [PATCH/COMMITTED] gdb/doc: Fix build of 'info' manual. Date: Tue, 18 Aug 2015 17:17:09 +0100 Message-Id: <2b4bf6afd4506165007c0e76bc7c4381031cfaf6.1439914380.git.andrew.burgess@embecosm.com> X-IsSubscribed: yes It has been pointed out to me that I broke gdb's "make info" in a recent commit. I have pushed the following fix to resolve the issue, I hope this is acceptable. Apologies for the breakage. Andrew --- In commit 18989b3c5642e2ba533e02737797dcf06134229b I broke the creation of gdb's info manual; I added a new section without adding a suitable menu entry. This commit adds the missing menu entry and fixes the build of gdb's info manual. gdb/doc/ChangeLog: * gdb.texinfo (GDB Files): Add 'File Caching' menu entry. --- gdb/doc/ChangeLog | 4 ++++ gdb/doc/gdb.texinfo | 1 + 2 files changed, 5 insertions(+) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index b3dbc59..c753192 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,9 @@ 2015-08-18 Andrew Burgess + * gdb.texinfo (GDB Files): Add 'File Caching' menu entry. + +2015-08-18 Andrew Burgess + * gdb.texinfo (File Caching): Document "set/show debug bfd-cache". 2015-08-18 Andrew Burgess diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 9322a52..b550765 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -17693,6 +17693,7 @@ program. To debug a core dump of a previous run, you must also tell @menu * Files:: Commands to specify files +* File Caching:: Information about @value{GDBN}'s file caching * Separate Debug Files:: Debugging information in separate files * MiniDebugInfo:: Debugging information in a special section * Index Files:: Index files speed up GDB