GDB (API)
Defines | Functions
/home/stan/gdb/src/gdb/disasm.h File Reference

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

#define DISASSEMBLY_FILENAME   (0x1 << 3)

Definition at line 25 of file disasm.h.

#define DISASSEMBLY_OMIT_FNAME   (0x1 << 2)

Definition at line 24 of file disasm.h.

#define DISASSEMBLY_OMIT_PC   (0x1 << 4)

Definition at line 26 of file disasm.h.

#define DISASSEMBLY_RAW_INSN   (0x1 << 1)

Definition at line 23 of file disasm.h.

#define DISASSEMBLY_SOURCE   (0x1 << 0)

Definition at line 22 of file disasm.h.


Function Documentation

int gdb_buffered_insn_length ( struct gdbarch *  gdbarch,
const gdb_byte insn,
int  max_len,
CORE_ADDR  memaddr 
)

Definition at line 527 of file disasm.c.

void gdb_disassembly ( struct gdbarch *  gdbarch,
struct ui_out *  uiout,
char *  file_string,
int  flags,
int  how_many,
CORE_ADDR  low,
CORE_ADDR  high 
)

Definition at line 407 of file disasm.c.

int gdb_insn_length ( struct gdbarch *  gdbarch,
CORE_ADDR  memaddr 
)

Definition at line 474 of file disasm.c.

int gdb_print_insn ( struct gdbarch *  gdbarch,
CORE_ADDR  memaddr,
struct ui_file *  stream,
int branch_delay_insns 
)

Definition at line 446 of file disasm.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines