From patchwork Mon May 11 07:26:55 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Omair Javaid X-Patchwork-Id: 6656 Received: (qmail 28623 invoked by alias); 11 May 2015 07:27:15 -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 28601 invoked by uid 89); 11 May 2015 07:27:15 -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-wi0-f173.google.com Received: from mail-wi0-f173.google.com (HELO mail-wi0-f173.google.com) (209.85.212.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 11 May 2015 07:27:14 +0000 Received: by widdi4 with SMTP id di4so93841641wid.0 for ; Mon, 11 May 2015 00:27:11 -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=OXtXdpL86tnJe0X4ize75tZS2aRDIUiOypPVgtArX24=; b=lulWNPeyWzP1oL8ihi3THcrByvmjWC1hTTq0uuu+GrQDFbJeu5uXC8Q9BR+m019Cw9 4NHBrKQz8g2iC/vg1fyzgLccFawJxPAA061B7fQBtbW1BtLLil2CcIsbr/a3gwfLBKvO eT2Ru4YRajOahOt5blpTX9P9tZxXZLb9dNOAf+mXPy5oNzADO9b+F4wK3913VrIaathy zkNq1cjQPuKkw3DI9iUwJ+DT9Wg1p0/6V5pw/5fZDkffXFTYuuBSUKmZmHjtFbE20Kao x81sbad+8ROF9UGLDh8iJhtFx9Ejd8LDgy6YSDvKtJcpASbHzJP4gywY0ozr0OLKabpM Lkbw== X-Gm-Message-State: ALoCoQlurQZ2JlHe7H9dQiT4vwBFBpgc8ptjNxh100i75Dsjen2Hhb4MGQIwZmetWNWwgQZutGS+ X-Received: by 10.180.106.131 with SMTP id gu3mr16912463wib.16.1431329231257; Mon, 11 May 2015 00:27:11 -0700 (PDT) Received: from localhost.localdomain ([39.34.108.78]) by mx.google.com with ESMTPSA id gj7sm11843691wib.4.2015.05.11.00.27.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 11 May 2015 00:27:10 -0700 (PDT) From: Omair Javaid To: gdb-patches@sourceware.org Subject: [PATCH v5 1/6] NEWS entry about aarch64-linux record/replay support Date: Mon, 11 May 2015 12:26:55 +0500 Message-Id: <1431329220-13019-2-git-send-email-omair.javaid@linaro.org> In-Reply-To: <1431329220-13019-1-git-send-email-omair.javaid@linaro.org> References: <1422967649-17436-1-git-send-email-omair.javaid@linaro.org> <1431329220-13019-1-git-send-email-omair.javaid@linaro.org> X-IsSubscribed: yes gdb: 2015-05-11 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 51e4f4e..1e517d2 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -3,6 +3,10 @@ *** Changes since GDB 7.9 +* 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 honors the content of the file /proc/PID/coredump_filter (PID is the process ID) on GNU/Linux systems. This file can be used to specify the types of memory mappings that will be included in a