GDB (xrefs)
Defines | Enumerations | Functions | Variables
/home/stan/gdb/src/gdb/record.h File Reference

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_elementrecord_cmdlist
struct cmd_list_elementset_record_cmdlist
struct cmd_list_elementshow_record_cmdlist
struct cmd_list_elementinfo_record_cmdlist

Define Documentation

#define RECORD_IS_USED   (current_target.to_stratum == record_stratum)

Definition at line 25 of file record.h.

Referenced by adjust_pc_after_break(), record_btrace_open(), and use_displaced_stepping().


Enumeration Type Documentation

Enumerator:
RECORD_PRINT_SRC_LINE 
RECORD_PRINT_INSN_RANGE 

Definition at line 36 of file record.h.


Function Documentation

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 
)

Variable Documentation

Definition at line 54 of file record.c.

Definition at line 50 of file record.c.

Referenced by _initialize_record_full().

unsigned int record_debug

Definition at line 52 of file record.c.

Referenced by _initialize_record_full().

Definition at line 53 of file record.c.

Referenced by _initialize_record_full().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines