From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1621 invoked by alias); 15 Dec 2010 12:02:00 -0000 Received: (qmail 1613 invoked by uid 22791); 15 Dec 2010 12:01:59 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-wy0-f169.google.com (HELO mail-wy0-f169.google.com) (74.125.82.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 15 Dec 2010 12:01:53 +0000 Received: by wyj26 with SMTP id 26so1444051wyj.0 for ; Wed, 15 Dec 2010 04:01:51 -0800 (PST) Received: by 10.216.169.71 with SMTP id m49mr7691420wel.4.1292414511112; Wed, 15 Dec 2010 04:01:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.3.10 with HTTP; Wed, 15 Dec 2010 04:01:30 -0800 (PST) In-Reply-To: <20101215114747.GB2596@adacore.com> References: <1291219863-18458-1-git-send-email-vapier@gentoo.org> <1292351771-16396-1-git-send-email-vapier@gentoo.org> <20101215050226.GX2596@adacore.com> <201012150620.23097.vapier@gentoo.org> <20101215114747.GB2596@adacore.com> From: Mike Frysinger Date: Wed, 15 Dec 2010 12:02:00 -0000 Message-ID: Subject: Re: [toolchain-devel] [PATCH v2] sim: add --map-info option To: Joel Brobecker Cc: toolchain-devel@blackfin.uclinux.org, gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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 X-SW-Source: 2010-12/txt/msg00292.txt.bz2 On Wed, Dec 15, 2010 at 06:47, Joel Brobecker wrote: >> > One last request: Can you send a patch adding a note in the gdb/NEWS f= ile? >> >> to mention the new sim option --map-info ? =C2=A0i didnt think new sim >> options were announced in the gdb/NEWS file as i didnt see any >> examples of this ... > > Yes. I think it's NEWS-worthy, regardless of what we have (or not) > been doing in the past. > > Also, since there does not seem to be any sim documentation in the GDB > Manual, the only way I could think of to give this new option a tiny bit > of exposure is the NEWS file. hows this ? --- NEWS 10 Dec 2010 20:33:44 -0000 1.414 +++ NEWS 15 Dec 2010 12:01:10 -0000 @@ -115,6 +115,10 @@ * Guile support was removed. +* New features in the GNU simulator + + ** The --map-info flag lists all known core mappings. + *** Changes in GDB 7.2 * Shared library support for remote targets by default -mike