GDB (API)
|
Go to the source code of this file.
Defines | |
#define | RECORD_IS_USED (current_target.to_stratum == record_stratum) |
Enumerations | |
enum | record_print_flag { RECORD_PRINT_SRC_LINE = (1 << 0), RECORD_PRINT_INSN_RANGE = (1 << 1) } |
Functions | |
int | record_read_memory (struct gdbarch *gdbarch, CORE_ADDR memaddr, gdb_byte *myaddr, ssize_t len) |
void | cmd_record_goto (char *arg, int from_tty) |
void | record_disconnect (struct target_ops *, char *, int) |
void | record_detach (struct target_ops *, char *, int) |
void | record_mourn_inferior (struct target_ops *) |
void | record_kill (struct target_ops *) |
Variables | |
unsigned int | record_debug |
struct cmd_list_element * | record_cmdlist |
struct cmd_list_element * | set_record_cmdlist |
struct cmd_list_element * | show_record_cmdlist |
struct cmd_list_element * | info_record_cmdlist |
#define RECORD_IS_USED (current_target.to_stratum == record_stratum) |
enum record_print_flag |
void cmd_record_goto | ( | char * | arg, |
int | from_tty | ||
) |
void record_detach | ( | struct target_ops * | , |
char * | , | ||
int | |||
) |
void record_disconnect | ( | struct target_ops * | , |
char * | , | ||
int | |||
) |
void record_kill | ( | struct target_ops * | ) |
void record_mourn_inferior | ( | struct target_ops * | ) |
int record_read_memory | ( | struct gdbarch * | gdbarch, |
CORE_ADDR | memaddr, | ||
gdb_byte * | myaddr, | ||
ssize_t | len | ||
) |
struct cmd_list_element* info_record_cmdlist |
struct cmd_list_element* record_cmdlist |
unsigned int record_debug |
struct cmd_list_element* set_record_cmdlist |
struct cmd_list_element* show_record_cmdlist |