From patchwork Wed Oct 7 09:26:25 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yao Qi X-Patchwork-Id: 8962 Received: (qmail 1225 invoked by alias); 7 Oct 2015 09:26:52 -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 1125 invoked by uid 89); 7 Oct 2015 09:26:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f48.google.com Received: from mail-pa0-f48.google.com (HELO mail-pa0-f48.google.com) (209.85.220.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 07 Oct 2015 09:26:49 +0000 Received: by padhy16 with SMTP id hy16so16317860pad.1 for ; Wed, 07 Oct 2015 02:26:47 -0700 (PDT) X-Received: by 10.66.182.135 with SMTP id ee7mr52508546pac.95.1444210007686; Wed, 07 Oct 2015 02:26:47 -0700 (PDT) Received: from E107787-LIN.cambridge.arm.com (power-aix.osuosl.org. [140.211.15.154]) by smtp.gmail.com with ESMTPSA id xa4sm38490858pac.28.2015.10.07.02.26.46 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 07 Oct 2015 02:26:47 -0700 (PDT) From: Yao Qi X-Google-Original-From: Yao Qi To: gdb-patches@sourceware.org Subject: [PATCH 11/11] Mention the change in NEWS Date: Wed, 7 Oct 2015 10:26:25 +0100 Message-Id: <1444209985-15829-12-git-send-email-yao.qi@linaro.org> In-Reply-To: <1444209985-15829-1-git-send-email-yao.qi@linaro.org> References: <1444209985-15829-1-git-send-email-yao.qi@linaro.org> X-IsSubscribed: yes gdb: 2015-10-07 Yao Qi * NEWS: Mention the change. --- gdb/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gdb/NEWS b/gdb/NEWS index 2e38d9a..b2b1e99 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -22,6 +22,8 @@ including JIT compiling fast tracepoint's conditional expression bytecode into native code. +* GDB now supports displaced stepping on AArch64 GNU/Linux. + * New commands maint set target-non-stop (on|off|auto)