diff options
author | Yao Qi <yao.qi@linaro.org> | 2015-09-04 15:26:21 +0100 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2015-09-04 15:27:52 +0100 |
commit | 02f024f9a527012938e978c233fef39f439a5013 (patch) | |
tree | 6a9cd1f450d00541a743f0926f9fddf2e2ba5cf3 /gdb/NEWS | |
parent | 096abbeb31a935a507fede11944beda8ca0c48c2 (diff) | |
download | gdb-02f024f9a527012938e978c233fef39f439a5013.zip gdb-02f024f9a527012938e978c233fef39f439a5013.tar.gz gdb-02f024f9a527012938e978c233fef39f439a5013.tar.bz2 |
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.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |