aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorShahab Vahedi <shahab@synopsys.com>2021-05-05 23:07:38 +0200
committerShahab Vahedi <shahab@synopsys.com>2021-06-05 11:43:07 +0200
commitae61ef2c5615a06f829468b57249a17762a44220 (patch)
tree6fc2e0e1ed9f3938530d4107760861352577e29b /gdb/NEWS
parent30569fbb57f1e4fe1ffed6b94882d967f27cbb66 (diff)
downloadgdb-ae61ef2c5615a06f829468b57249a17762a44220.zip
gdb-ae61ef2c5615a06f829468b57249a17762a44220.tar.gz
gdb-ae61ef2c5615a06f829468b57249a17762a44220.tar.bz2
arc: Add 'set disassembler-options' support
Implement ARC target support for passing options to the disassembler through the command interface. e.g.: gdb> set disassembler-options cpu=hs38_linux ... gdb/ChangeLog: * NEWS: Document 'set disassembler-options' support for the ARC target. * arc-tdep.c (arc_gdbarch_init): Set 'gdbarch_valid_disassembler_options'. gdb/doc/ChangeLog: * gdb.texinfo (Source and Machine Code): Document 'set disassembler-options' support for the ARC target. gdb/testsuite/ChangeLog: * gdb.arch/arc-disassembler-options.exp: New test. * gdb.arch/arc-disassembler-options.s: New test source.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index ab678ac..56743fc 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,9 @@
*** Changes since GDB 10
+* The 'set disassembler-options' command now supports specifying options
+ for the ARC target.
+
* GDB now supports general memory tagging functionality if the underlying
architecture supports the proper primitives and hooks. Currently this is
enabled only for AArch64 MTE.