From patchwork Fri Jul 31 15:16:41 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yao Qi X-Patchwork-Id: 7962 Received: (qmail 58573 invoked by alias); 31 Jul 2015 15: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 58403 invoked by uid 89); 31 Jul 2015 15:17:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f176.google.com Received: from mail-pd0-f176.google.com (HELO mail-pd0-f176.google.com) (209.85.192.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 31 Jul 2015 15:17:05 +0000 Received: by pdrg1 with SMTP id g1so44283091pdr.2 for ; Fri, 31 Jul 2015 08:17:03 -0700 (PDT) X-Received: by 10.70.63.37 with SMTP id d5mr8112577pds.162.1438355823541; Fri, 31 Jul 2015 08:17:03 -0700 (PDT) Received: from E107787-LIN.cambridge.arm.com (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id pd10sm8253798pdb.66.2015.07.31.08.17.02 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 31 Jul 2015 08:17:03 -0700 (PDT) From: Yao Qi X-Google-Original-From: Yao Qi To: gdb-patches@sourceware.org Subject: [PATCH 7/7] Mention multi-arch debugging support in NEWS Date: Fri, 31 Jul 2015 16:16:41 +0100 Message-Id: <1438355801-25798-8-git-send-email-yao.qi@linaro.org> In-Reply-To: <1438355801-25798-1-git-send-email-yao.qi@linaro.org> References: <1438355801-25798-1-git-send-email-yao.qi@linaro.org> X-IsSubscribed: yes gdb: 2015-07-31 Yao Qi * NEWS: Mention the aarch64 multi-arch debugging support. --- gdb/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gdb/NEWS b/gdb/NEWS index 7ce9758..dd834b9 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -5,6 +5,10 @@ * Support for tracepoints on aarch64-linux was added in GDBserver. +* Multi-architecture debugging is supported on AArch64 GNU/Linux. + GDB now is able to debug both AArch64 applications and ARM applications + at the same time. + *** Changes in GDB 7.10 * Support for process record-replay and reverse debugging on aarch64*-linux*