diff options
Diffstat (limited to 'gdb/disasm.h')
-rw-r--r-- | gdb/disasm.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/disasm.h b/gdb/disasm.h index 42c1f3a..ad3e8dd 100644 --- a/gdb/disasm.h +++ b/gdb/disasm.h @@ -138,4 +138,12 @@ extern int gdb_buffered_insn_length (struct gdbarch *gdbarch, const gdb_byte *insn, int max_len, CORE_ADDR memaddr); +/* Returns GDBARCH's disassembler options. */ + +extern char *get_disassembler_options (struct gdbarch *gdbarch); + +/* Sets the active gdbarch's disassembler options to OPTIONS. */ + +extern void set_disassembler_options (char *options); + #endif |