From patchwork Tue Feb 3 01:16:52 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Omair Javaid X-Patchwork-Id: 4891 Received: (qmail 10726 invoked by alias); 3 Feb 2015 01:17:14 -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 10612 invoked by uid 89); 3 Feb 2015 01:17:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_SORBS_WEB, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f51.google.com Received: from mail-wg0-f51.google.com (HELO mail-wg0-f51.google.com) (74.125.82.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 03 Feb 2015 01:17:13 +0000 Received: by mail-wg0-f51.google.com with SMTP id k14so41822147wgh.10 for ; Mon, 02 Feb 2015 17:17:10 -0800 (PST) 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=vRKXaBFtiZOJe++w9iXe3S7pLL4s9vQbMs96O+HXzVY=; b=hHf5SNRHOGT8/V2JKV3iuuTYnb12Glii8DXA0oS1aY0shOpm5CpdoSHHstGVqqXPid whmJp6dBDgf/O+mqnFtxcEIsubSd6tVlnJAOz53MPUkeceLuaspDZ6z2XD75fvN1Hs6z rw3tnhXbxmFobkW3bKtQ2hjyvQUIk5IzmDxZHEnPCBHw6MBO4KRKqZsmhZD+0Ig4CIP0 hjIANBwE/jHrK9UsFXImX/t5z42e0ciUVidS+xRD6WiuPx1vB6GV4E+N9gSIqqlb0a5e AcPw9Xu6USPh/wuMsmMFBPwt5nXY+ke0Eik0TFY4ri353b8yueWJWD7nemcXUK5FFPd3 JCCQ== X-Gm-Message-State: ALoCoQkrN5b2igGngR4Hx7z3SCGK5eeAMXFCDD8Pknwk0fxhswLaRN2uR1PoAfsGwOJWAVNX/wHy X-Received: by 10.180.79.233 with SMTP id m9mr30474697wix.15.1422926229931; Mon, 02 Feb 2015 17:17:09 -0800 (PST) Received: from localhost.localdomain ([182.178.186.12]) by mx.google.com with ESMTPSA id eb7sm22209952wic.11.2015.02.02.17.17.08 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 02 Feb 2015 17:17:09 -0800 (PST) From: Omair Javaid To: gdb-patches@sourceware.org Subject: [PATCH v4 1/5] NEWS entry about aarch64-linux record/replay support Date: Tue, 3 Feb 2015 06:16:52 +0500 Message-Id: <1422926216-15740-2-git-send-email-omair.javaid@linaro.org> In-Reply-To: <1422926216-15740-1-git-send-email-omair.javaid@linaro.org> References: <1422926216-15740-1-git-send-email-omair.javaid@linaro.org> X-IsSubscribed: yes gdb: 2015-02-02 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 f19577a..468a14c 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. + * The "info source" command now displays the producer string if it was present in the debug info. This typically includes the compiler version and may include things like its command line arguments.