From patchwork Mon Jul 10 13:55:15 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yao Qi X-Patchwork-Id: 21494 Received: (qmail 21814 invoked by alias); 10 Jul 2017 13:55:48 -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 20855 invoked by uid 89); 10 Jul 2017 13:55:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.4 required=5.0 tests=BAYES_00, FREEMAIL_FROM, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, RCVD_IN_SORBS_SPAM, SPF_PASS autolearn=ham version=3.3.2 spammy=Maintenance, Hx-languages-length:1271, H*r:sk:static. X-HELO: mail-it0-f51.google.com Received: from mail-it0-f51.google.com (HELO mail-it0-f51.google.com) (209.85.214.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 10 Jul 2017 13:55:46 +0000 Received: by mail-it0-f51.google.com with SMTP id m68so33750558ith.1 for ; Mon, 10 Jul 2017 06:55:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=H8fYhO+1ziEECr/MWot3ccgJQwgKoGxQDKOz1ysd0M4=; b=XUkslB0nEwf0B7E5gCgOr9ryzIT/xIPG0Mgm8XzptSTw19Y+vZ8g9JCUmaXtZMJYqV ELzU53+fk8uAfaIG0En2MZJjZAJOBlT/pRx52jDLN+HFNSr/CC46n/68h0FgF3TCKlDg ApSGU4NH67/yqxeONt9nR6hObbuGmRPaWDpo58MTVguWbdjwS3dJQFexZHizWgjuk05R BbBt0lKT+B2PN/S/xzYb78RaLHQDEHLDhWHyfAf+06aB5My27h5USgWtS4Anrt2R1men EGmNwx6YOQwkZtJFH8JI5QdA+FMMKz1e88B81ZM891hMtaF0JA/4vI9xBEOB+UYFPLb5 fp2Q== X-Gm-Message-State: AIVw113xGBlFGtcVSL1AhP6nYwKUxkMk0FBBq6RaGk/xXicXOT4blatH w/yF3ciVFxf+3T14 X-Received: by 10.107.10.28 with SMTP id u28mr3791308ioi.172.1499694944732; Mon, 10 Jul 2017 06:55:44 -0700 (PDT) Received: from E107787-LIN.cambridge.arm.com (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id v96sm5973996ioi.50.2017.07.10.06.55.43 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 10 Jul 2017 06:55:44 -0700 (PDT) From: Yao Qi X-Google-Original-From: Yao Qi To: gdb-patches@sourceware.org Subject: [PATCH 01/26] Improve doc about "maint print c-tdesc" Date: Mon, 10 Jul 2017 14:55:15 +0100 Message-Id: <1499694940-23564-2-git-send-email-yao.qi@linaro.org> In-Reply-To: <1499694940-23564-1-git-send-email-yao.qi@linaro.org> References: <1499694940-23564-1-git-send-email-yao.qi@linaro.org> X-IsSubscribed: yes In my patch extending command "maint print c-tdesc" (https://sourceware.org/ml/gdb-patches/2017-06/msg00286.html), Eli raised some questions on the existing doc to this command. It is not very clear, so this patch improves it. Eli approved it. gdb/doc: 2017-06-30 Yao Qi * gdb.texinfo (Maintenance Commands): Improve the doc to command "maint print c-tdesc". --- gdb/doc/gdb.texinfo | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index c167a86..5f55a67 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -34690,8 +34690,9 @@ Print the entire architecture configuration. The optional argument @kindex maint print c-tdesc @item maint print c-tdesc Print the current target description (@pxref{Target Descriptions}) as -a C source file. The created source file can be used in @value{GDBN} -when an XML parser is not available to parse the description. +a C source file. The created source file is built into @value{GDBN} +when @value{GDBN} is built again. This command is used by developers +after they add or modify XML target descriptions. @kindex maint print dummy-frames @item maint print dummy-frames