[7/7] Mention multi-arch debugging support in NEWS

Message ID 1438355801-25798-8-git-send-email-yao.qi@linaro.org
State New, archived
Headers

Commit Message

Yao Qi July 31, 2015, 3:16 p.m. UTC
  gdb:

2015-07-31  Yao Qi  <yao.qi@linaro.org>

	* NEWS: Mention the aarch64 multi-arch debugging support.
---
 gdb/NEWS | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

Yao Qi Aug. 19, 2015, 8:26 a.m. UTC | #1
Yao Qi <qiyaoltc@gmail.com> writes:

> gdb:
>
> 2015-07-31  Yao Qi  <yao.qi@linaro.org>
>
> 	* 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.
> +

Hi Eli,
How about the NEWS entry?
  
Yao Qi Sept. 4, 2015, 2:30 p.m. UTC | #2
Yao Qi <qiyaoltc@gmail.com> writes:

> 2015-07-31  Yao Qi  <yao.qi@linaro.org>
>
> 	* NEWS: Mention the aarch64 multi-arch debugging support.

I push it in.
  

Patch

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*