aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
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/ChangeLog
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/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8ebb552..9fc2310 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2021-06-05 Shahab Vahedi <shahab@synopsys.com>
+
+ * NEWS: Document 'set disassembler-options' support for the ARC
+ target.
+ * arc-tdep.c (arc_gdbarch_init): Set
+ 'gdbarch_valid_disassembler_options'.
+
2021-06-04 Tom Tromey <tromey@adacore.com>
* dwarf2/read.h (dwarf2_fetch_die_type_sect_off): Add 'var_name'