GDB (API)
|
#include "defs.h"
#include "gdbcmd.h"
#include "completer.h"
#include "record.h"
#include "observer.h"
#include "inferior.h"
#include "common/common-utils.h"
#include "cli/cli-utils.h"
#include "disasm.h"
#include <ctype.h>
Go to the source code of this file.
Defines | |
#define | DEBUG(msg, args...) |
Functions | |
int | record_read_memory (struct gdbarch *gdbarch, CORE_ADDR memaddr, gdb_byte *myaddr, ssize_t len) |
void | record_disconnect (struct target_ops *t, char *args, int from_tty) |
void | record_detach (struct target_ops *t, char *args, int from_tty) |
void | record_mourn_inferior (struct target_ops *t) |
void | record_kill (struct target_ops *t) |
void | cmd_record_goto (char *arg, int from_tty) |
void | _initialize_record (void) |
Variables | |
unsigned int | record_debug = 0 |
struct cmd_list_element * | record_cmdlist = NULL |
struct cmd_list_element * | record_goto_cmdlist = NULL |
struct cmd_list_element * | set_record_cmdlist = NULL |
struct cmd_list_element * | show_record_cmdlist = NULL |
struct cmd_list_element * | info_record_cmdlist = NULL |
initialize_file_ftype | _initialize_record |
#define DEBUG | ( | msg, | |
args... | |||
) |
if (record_debug) \ fprintf_unfiltered (gdb_stdlog, "record: " msg "\n", ##args)
void _initialize_record | ( | void | ) |
void cmd_record_goto | ( | char * | arg, |
int | from_tty | ||
) |
void record_detach | ( | struct target_ops * | t, |
char * | args, | ||
int | from_tty | ||
) |
void record_disconnect | ( | struct target_ops * | t, |
char * | args, | ||
int | from_tty | ||
) |
void record_kill | ( | struct target_ops * | t | ) |
void record_mourn_inferior | ( | struct target_ops * | t | ) |
int record_read_memory | ( | struct gdbarch * | gdbarch, |
CORE_ADDR | memaddr, | ||
gdb_byte * | myaddr, | ||
ssize_t | len | ||
) |
struct cmd_list_element* info_record_cmdlist = NULL |
struct cmd_list_element* record_cmdlist = NULL |
unsigned int record_debug = 0 |
struct cmd_list_element* record_goto_cmdlist = NULL |
struct cmd_list_element* set_record_cmdlist = NULL |
struct cmd_list_element* show_record_cmdlist = NULL |