This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Mention multi-arch debugging support in NEWS


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=02f024f9a527012938e978c233fef39f439a5013

commit 02f024f9a527012938e978c233fef39f439a5013
Author: Yao Qi <yao.qi@linaro.org>
Date:   Fri Sep 4 15:26:21 2015 +0100

    Mention multi-arch debugging support in NEWS
    
    gdb:
    
    2015-09-04  Yao Qi  <yao.qi@linaro.org>
    
    	* NEWS: Mention the aarch64 multi-arch debugging support.

Diff:
---
 gdb/ChangeLog | 4 ++++
 gdb/NEWS      | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fd471c4..a4474ab 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2015-09-04  Yao Qi  <yao.qi@linaro.org>
+
+	* NEWS: Mention the aarch64 multi-arch debugging support.
+
 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
 
 	* ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
diff --git a/gdb/NEWS b/gdb/NEWS
index 12282c7..0cf51e1 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -12,6 +12,10 @@
   the linespec parser.  This feature is also available to GDB/MI
   clients.
 
+* 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.
+
 * New commands
 
 maint set target-non-stop (on|off|auto)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]