From patchwork Wed Sep 17 23:30:42 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Omair Javaid X-Patchwork-Id: 2899 Received: (qmail 24190 invoked by alias); 17 Sep 2014 23:30:57 -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 24096 invoked by uid 89); 17 Sep 2014 23:30:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f174.google.com Received: from mail-pd0-f174.google.com (HELO mail-pd0-f174.google.com) (209.85.192.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 17 Sep 2014 23:30:55 +0000 Received: by mail-pd0-f174.google.com with SMTP id v10so106309pde.33 for ; Wed, 17 Sep 2014 16:30:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=B10RrdZbfOjVf4HZi4NIxrarJzqBBuvBIyR9zWZxzTQ=; b=m/z+9Bji6y4h3NvVGxlphGy0mCdrVL97H2oxBBJVVUFH81IfEM5YcyKLPUXHLfH5RS IU98U/cM774Ph+IJRyDeyhZ5EL6rVIsJCXkyo0CdKLHPDa2k7acmo9rHUI2E20zJyKRu 67oYlCg2Q4pGfNPTFTd/yQJEdDXVU0LS0YXh7UEZuHFycdognPR6Ma+svcqRb+Needuv WeHWIlt8xfQ4YxYRB4zH8DFIXK7Amozvm7JRhwIaqkXRektlQS+pq1QdvZZzoqZ77tTK awumcTOG/njUtDQQgGL3zitfYOqC40hINFjE1ocNXwL4cn5LgjZVW7dyUajHC1AVsBwm VK0g== X-Gm-Message-State: ALoCoQlMZZCKs8ij98LrTn9h+BELc3/SIVc42uYcwg247T2trbzhZpirydUKSQ+rTbKShrv6HPkB X-Received: by 10.66.136.12 with SMTP id pw12mr532517pab.71.1410996653784; Wed, 17 Sep 2014 16:30:53 -0700 (PDT) Received: from OLTPad.swisscom.com (70-35-38-154.static.wiline.com. [70.35.38.154]) by mx.google.com with ESMTPSA id w11sm17857401pbt.84.2014.09.17.16.30.52 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 17 Sep 2014 16:30:53 -0700 (PDT) From: Omair Javaid To: gdb-patches@sourceware.org Subject: [PATCH] NEWS entry about aarch64-linux record/replay support Date: Thu, 18 Sep 2014 04:30:42 +0500 Message-Id: <1410996642-5694-1-git-send-email-omair.javaid@linaro.org> In-Reply-To: <877g1met6s.fsf@codesourcery.com> References: <877g1met6s.fsf@codesourcery.com> X-IsSubscribed: yes gdb: 2014-09-18 Omair Javaid * NEWS: Add a note on process record-replay support on aarch64*-linux* targets. --- gdb/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gdb/NEWS b/gdb/NEWS index 343ee49..a9eeded 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -3,6 +3,10 @@ *** Changes since GDB 7.8 +* Support for process record-replay and reverse debugging on aarch64*-linux* + targets has been added. GDB now supports recording of A64 instruction set + including advance SIMD instructions. + * GDB now supports hardware watchpoints on x86 GNU Hurd. * Python Scripting