From patchwork Mon Mar 17 17:11:24 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nick Clifton X-Patchwork-Id: 128 Return-Path: X-Original-To: siddhesh@wilcox.dreamhost.com Delivered-To: siddhesh@wilcox.dreamhost.com Received: from homiemail-mx21.g.dreamhost.com (caibbdcaaahb.dreamhost.com [208.113.200.71]) by wilcox.dreamhost.com (Postfix) with ESMTP id 5DBBD360095 for ; Mon, 17 Mar 2014 10:11:57 -0700 (PDT) Received: by homiemail-mx21.g.dreamhost.com (Postfix, from userid 14314964) id 07F56C20004; Mon, 17 Mar 2014 10:11:56 -0700 (PDT) X-Original-To: gdb@patchwork.siddhesh.in Delivered-To: x14314964@homiemail-mx21.g.dreamhost.com Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by homiemail-mx21.g.dreamhost.com (Postfix) with ESMTPS id D1D7C2592D5E for ; Mon, 17 Mar 2014 10:11:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type; q=dns; s=default; b=yx8WtuxRRiyR2MmraaGLuESwAeDUx EOmu1PxSFA9Ah1wlrV6yXBrs++2Cl3Yu/VZF8jZ0Nj1Jtq5QdlE6J9YDpBcSLexz fjLbD/ZLNAhNvMe6h2j4UDB45pjzvzrSp7XV9TGYuvMihlnULxrrMeLb9nkpuPi/ uoO96sYxt0v0yw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type; s=default; bh=fbsO4DhHCvUYu9RE0YuEHpdaeIA=; b=IOB GqGTnuHcIMNP3BqFeZM3GhtHHJsvvrovOHpMHgBovli4yA4Akx7cWjpojZKXwwkB 4GtZQbpWvo3Kv6cGfvnFRi1WhGWB1CwDogPmlQyoZ2t86zWGpY+oFg9fkJDuC+Rd j0QhMwHrq1FzWk/F522EDXomoDo/CkbJLwfCzzw8= 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-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 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:24 +0000 Message-ID: <87eh20bvib.fsf@redhat.com> MIME-Version: 1.0 X-DH-Original-To: gdb@patchwork.siddhesh.in 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