Closed
Description
ARC GDB should allow users to override the disassembling options. For instance:
(gdb) set disassembler-options cpu=hs38_linux
'set disassembler-options ...' is not supported on this architecture.
This will alleviate the problem described here.
What needs to be done?
Look at this patch for inspiration. Probably we need to define the "set_disassembler_options_arc()" in opcode/arc-dis.c
.