GDB (xrefs)
Public Attributes
monitor_ops Struct Reference

#include "monitor.h"

List of all members.

Public Attributes

int flags
char ** init
char * cont
char * step
char * stop
char * set_break
char * clr_break
char * clr_all_break
char * fill
struct memrw_cmd setmem
struct memrw_cmd getmem
struct regrw_cmd setreg
struct regrw_cmd getreg
char * dump_registers
char * register_pattern
void(* supply_register )(struct regcache *regcache, char *name, int namelen, char *val, int vallen)
int(* dumpregs )(struct regcache *)
int(* continue_hook )(void)
int(* wait_filter )(char *buf, int bufmax, int *response_length, struct target_waitstatus *status)
char * load
char * loadresp
char * prompt
char * line_term
char * cmd_end
struct target_opstarget
int stopbits
char ** regnames
const char *(* regname )(int index)
int num_breakpoints
int magic

Detailed Description

Definition at line 78 of file monitor.h.


Member Data Documentation

Definition at line 115 of file monitor.h.

Referenced by init_dbug_cmds(), init_m32r_cmds(), init_mon2000_cmds(), and init_ppc_cmds().

Definition at line 106 of file monitor.h.

Referenced by monitor_resume().

Definition at line 105 of file monitor.h.

Referenced by init_picobug_cmds(), and monitor_dump_regs().

const char*(* monitor_ops::regname)(int index)

Definition at line 120 of file monitor.h.

Referenced by init_dbug_cmds(), monitor_fetch_register(), and monitor_store_register().

void(* monitor_ops::supply_register)(struct regcache *regcache, char *name, int namelen, char *val, int vallen)
int(* monitor_ops::wait_filter)(char *buf,int bufmax, int *response_length, struct target_waitstatus *status)

Definition at line 107 of file monitor.h.

Referenced by monitor_wait().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines