|
GDB (API)
|
#include "monitor.h"
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_ops * | target |
| int | stopbits |
| char ** | regnames |
| const char *(* | regname )(int index) |
| int | num_breakpoints |
| int | magic |
| char* monitor_ops::clr_break |
| char* monitor_ops::cmd_end |
| char* monitor_ops::cont |
| int(* monitor_ops::continue_hook)(void) |
| int(* monitor_ops::dumpregs)(struct regcache *) |
| char* monitor_ops::fill |
| struct memrw_cmd monitor_ops::getmem |
| struct regrw_cmd monitor_ops::getreg |
| char** monitor_ops::init |
| char* monitor_ops::line_term |
| char* monitor_ops::load |
| char* monitor_ops::loadresp |
| char* monitor_ops::prompt |
| const char*(* monitor_ops::regname)(int index) |
| char** monitor_ops::regnames |
| char* monitor_ops::set_break |
| struct memrw_cmd monitor_ops::setmem |
| struct regrw_cmd monitor_ops::setreg |
| char* monitor_ops::step |
| char* monitor_ops::stop |
| void(* monitor_ops::supply_register)(struct regcache *regcache, char *name, int namelen, char *val, int vallen) |
| struct target_ops* monitor_ops::target |
| int(* monitor_ops::wait_filter)(char *buf,int bufmax, int *response_length, struct target_waitstatus *status) |
1.7.6.1