From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92578 invoked by alias); 9 Jan 2017 19:59:16 -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 92564 invoked by uid 89); 9 Jan 2017 19:59:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy=H*MI:sk:83d1fwd, zaretskii, H*i:sk:83d1fwd, Zaretskii X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 09 Jan 2017 19:59:04 +0000 Received: from svr-orw-mbx-03.mgc.mentorg.com ([147.34.90.203]) by relay1.mentorg.com with esmtp id 1cQg5u-00076t-DH from Luis_Gustavo@mentor.com ; Mon, 09 Jan 2017 11:59:02 -0800 Received: from [172.30.7.42] (147.34.91.1) by svr-orw-mbx-03.mgc.mentorg.com (147.34.90.203) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Mon, 9 Jan 2017 11:58:58 -0800 Reply-To: Luis Machado Subject: Re: [PATCH, v2] Add command to erase all flash memory regions References: <1483988641-27277-1-git-send-email-lgustavo@codesourcery.com> <83d1fwdoo1.fsf@gnu.org> To: Eli Zaretskii CC: From: Luis Machado Message-ID: <2a4d1ff9-3038-cea0-27aa-a68f3b3de439@codesourcery.com> Date: Mon, 09 Jan 2017 19:59:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <83d1fwdoo1.fsf@gnu.org> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-ClientProxiedBy: svr-orw-mbx-03.mgc.mentorg.com (147.34.90.203) To svr-orw-mbx-03.mgc.mentorg.com (147.34.90.203) X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00134.txt.bz2 On 01/09/2017 01:22 PM, Eli Zaretskii wrote: >> From: Luis Machado >> Date: Mon, 9 Jan 2017 13:04:01 -0600 >> >> diff --git a/gdb/NEWS b/gdb/NEWS >> index b976815..4d9effa 100644 >> --- a/gdb/NEWS >> +++ b/gdb/NEWS >> @@ -57,6 +57,17 @@ FreeBSD/mips mips*-*-freebsd >> Synopsys ARC arc*-*-elf32 >> FreeBSD/mips mips*-*-freebsd > > This is OK, except... > >> +* New commands >> + >> +flash-erase >> + Erases all the flash memory regions reported by the target. >> + >> +* New MI commands >> + >> +target-flash-erase > > The MI command is "-target-flash-erase", with the leading dash. > > Otherwise, the documentation parts are okay. > Thanks. I'll fix this locally. > Thanks. >