GDB (API)
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 89 of file monitor.h.

Definition at line 88 of file monitor.h.

Definition at line 115 of file monitor.h.

Definition at line 82 of file monitor.h.

Definition at line 106 of file monitor.h.

Definition at line 100 of file monitor.h.

int(* monitor_ops::dumpregs)(struct regcache *)

Definition at line 105 of file monitor.h.

Definition at line 90 of file monitor.h.

Definition at line 80 of file monitor.h.

Definition at line 92 of file monitor.h.

Definition at line 94 of file monitor.h.

Definition at line 81 of file monitor.h.

Definition at line 114 of file monitor.h.

Definition at line 111 of file monitor.h.

Definition at line 112 of file monitor.h.

Definition at line 124 of file monitor.h.

Definition at line 122 of file monitor.h.

Definition at line 113 of file monitor.h.

Definition at line 101 of file monitor.h.

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

Definition at line 120 of file monitor.h.

Definition at line 118 of file monitor.h.

Definition at line 85 of file monitor.h.

Definition at line 91 of file monitor.h.

Definition at line 93 of file monitor.h.

Definition at line 83 of file monitor.h.

Definition at line 84 of file monitor.h.

Definition at line 117 of file monitor.h.

void(* monitor_ops::supply_register)(struct regcache *regcache, char *name, int namelen, char *val, int vallen)

Definition at line 103 of file monitor.h.

Definition at line 116 of file monitor.h.

int(* monitor_ops::wait_filter)(char *buf,int bufmax, int *response_length, struct target_waitstatus *status)

Definition at line 107 of file monitor.h.


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