From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6412 invoked by alias); 17 Mar 2014 17:11:31 -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 6367 invoked by uid 89); 17 Mar 2014 17:11:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 17 Mar 2014 17:11:30 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s2HHBRjM029076 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 17 Mar 2014 13:11:27 -0400 Received: from littlehelper.redhat.com (vpn1-7-193.ams2.redhat.com [10.36.7.193]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s2HHBOqe029525 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Mon, 17 Mar 2014 13:11:27 -0400 From: Nick Clifton To: gdb-patches@sourceware.org Subject: RFA: Mention ARM sim now supports tracing in GDB/NEWS Date: Mon, 17 Mar 2014 17:11:00 -0000 Message-ID: <87eh20bvib.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2014-03/txt/msg00391.txt.bz2 Hi Guys, This is just a very small patch to add a note to the GDB/NEWS file mentioning that the ARM simulator now supports tracing. OK to apply ? Cheers Nick gdb/ChangeLog 2014-03-17 Nick Clifton * NEWS: Mention that ARM sim now supports tracing. index 2a384ba..dde663a 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -3,6 +3,9 @@ *** Changes since GDB 7.7 +* The ARM simulator now supports instruction level tracing + with or without disassembly. + * Guile scripting GDB now has support for scripting using Guile. Whether this is