gem5
v20.1.0.0
|
#include <remote_gdb.hh>
Public Attributes | |
const GdbCommand * | cmd |
char | cmd_byte |
int | type |
char * | data |
int | len |
Definition at line 267 of file remote_gdb.hh.
const GdbCommand* BaseRemoteGDB::GdbCommand::Context::cmd |
Definition at line 269 of file remote_gdb.hh.
Referenced by BaseRemoteGDB::cmd_unsupported(), and BaseRemoteGDB::trap().
char BaseRemoteGDB::GdbCommand::Context::cmd_byte |
Definition at line 270 of file remote_gdb.hh.
Referenced by BaseRemoteGDB::trap().
char* BaseRemoteGDB::GdbCommand::Context::data |
Definition at line 272 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 BaseRemoteGDB::GdbCommand::Context::len |
Definition at line 273 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 BaseRemoteGDB::GdbCommand::Context::type |
Definition at line 271 of file remote_gdb.hh.
Referenced by BaseRemoteGDB::cmd_signal(), and BaseRemoteGDB::trap().