From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2072 invoked by alias); 10 Jan 2017 14:59:13 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 2052 invoked by uid 89); 10 Jan 2017 14:59:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS,URIBL_RED autolearn=no version=3.3.2 spammy=H*r:AES128-SHA, =e5=b0=a7, 17-01-06, 170106?= X-HELO: mail-wm0-f67.google.com Received: from mail-wm0-f67.google.com (HELO mail-wm0-f67.google.com) (74.125.82.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 10 Jan 2017 14:59:02 +0000 Received: by mail-wm0-f67.google.com with SMTP id r126so10024153wmr.3 for ; Tue, 10 Jan 2017 06:59:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=twjrncTgdMCqGKStaHdbXAolENQbnE0d9B1HGMOJRhs=; b=jSGIhDdhysXDXfKagIkEAWOBAIObIInR5uDnPhNxViC6/JRUa65zftVZwjDvteVcz2 uCTwifkGUJp4uCi6NrK/QnQVMoZb2RWJRagqgPPAAVYdYP4jzkmWGjDJoQPvD3jBvfor wjWf+a7aWD5Bv2XFZiV68dvWtsVw90yPUz01B0cdTd0DR/wLcDZzPhLi1lqUfZIrMwfd tA5e82EuPQClFU1VpFHLu5h3mmfkW6QerS1BEBDmjqFDPjA55oODnygpoyfg9YmfMpDV aTUWCFC9/1Jn38mRBl7nOlxw7QMkhrh3xFdKUictziRzNl4+HQPjXoD11HvSBZXIHRqz EXeQ== X-Gm-Message-State: AIkVDXK9vCyGWO9sgSC6mSrmm3hVXY5kY+9v7toitIQFlSHl4nMCV0Je3C3qEuwsajQVkg== X-Received: by 10.28.141.18 with SMTP id p18mr197855wmd.31.1484060340760; Tue, 10 Jan 2017 06:59:00 -0800 (PST) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id kq6sm3704217wjc.7.2017.01.10.06.58.58 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 10 Jan 2017 06:59:00 -0800 (PST) Date: Tue, 10 Jan 2017 14:59:00 -0000 From: Yao Qi To: Luis Machado Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Improve load command's help text Message-ID: <20170110145850.GG9518@E107787-LIN> References: <1483720888-6467-1-git-send-email-lgustavo@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1483720888-6467-1-git-send-email-lgustavo@codesourcery.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00159.txt.bz2 On 17-01-06 10:41:28, Luis Machado wrote: > This fairly obvious patch adds usage text to the load command's help text. > > Originally it did not have usage and mentioned things like FILE and OFFSET > without explaining how those should be passed in the command. > > gdb/ChangeLog: > > 2017-01-05 Luis Machado > > * symfile (_initialize_symfile): Add usage text to the load command's > help text. Patch is good to me, with Simon's suggestion. -- Yao (齐尧)