Go to the source code of this file.
Defines |
#define | DISASSEMBLY_SOURCE (0x1 << 0) |
#define | DISASSEMBLY_RAW_INSN (0x1 << 1) |
#define | DISASSEMBLY_OMIT_FNAME (0x1 << 2) |
#define | DISASSEMBLY_FILENAME (0x1 << 3) |
#define | DISASSEMBLY_OMIT_PC (0x1 << 4) |
Functions |
void | gdb_disassembly (struct gdbarch *gdbarch, struct ui_out *uiout, char *file_string, int flags, int how_many, CORE_ADDR low, CORE_ADDR high) |
int | gdb_print_insn (struct gdbarch *gdbarch, CORE_ADDR memaddr, struct ui_file *stream, int *branch_delay_insns) |
int | gdb_insn_length (struct gdbarch *gdbarch, CORE_ADDR memaddr) |
int | gdb_buffered_insn_length (struct gdbarch *gdbarch, const gdb_byte *insn, int max_len, CORE_ADDR memaddr) |
Define Documentation
Function Documentation