gem5
|
#include <remote_gdb.hh>
Public Attributes | |
const GdbCommand * | cmd |
char | cmd_byte |
int | type |
char * | data |
int | len |
Definition at line 59 of file remote_gdb.hh.
const GdbCommand* GdbCommand::Context::cmd |
Definition at line 61 of file remote_gdb.hh.
Referenced by BaseRemoteGDB::cmd_unsupported(), and BaseRemoteGDB::trap().
char GdbCommand::Context::cmd_byte |
Definition at line 62 of file remote_gdb.hh.
Referenced by BaseRemoteGDB::trap().
char* GdbCommand::Context::data |
Definition at line 64 of file remote_gdb.hh.
Referenced by BaseRemoteGDB::cmd_async_cont(), BaseRemoteGDB::cmd_async_step(), BaseRemoteGDB::cmd_clr_hw_bkpt(), BaseRemoteGDB::cmd_cont(), BaseRemoteGDB::cmd_mem_r(), BaseRemoteGDB::cmd_mem_w(), BaseRemoteGDB::cmd_query_var(), BaseRemoteGDB::cmd_reg_w(), BaseRemoteGDB::cmd_set_hw_bkpt(), BaseRemoteGDB::cmd_set_thread(), BaseRemoteGDB::cmd_step(), BaseRemoteGDB::cmd_unsupported(), and BaseRemoteGDB::trap().
int GdbCommand::Context::len |
Definition at line 65 of file remote_gdb.hh.
Referenced by BaseRemoteGDB::cmd_cont(), BaseRemoteGDB::cmd_mem_w(), BaseRemoteGDB::cmd_query_var(), BaseRemoteGDB::cmd_step(), BaseRemoteGDB::cmd_unsupported(), and BaseRemoteGDB::trap().
int GdbCommand::Context::type |
Definition at line 63 of file remote_gdb.hh.
Referenced by BaseRemoteGDB::cmd_signal(), and BaseRemoteGDB::trap().