|
gem5
v19.0.0.0
|
#include <remote_gdb.hh>
Public Attributes | |
| const GdbCommand * | cmd |
| char | cmd_byte |
| int | type |
| char * | data |
| int | len |
Definition at line 250 of file remote_gdb.hh.
| const GdbCommand* BaseRemoteGDB::GdbCommand::Context::cmd |
Definition at line 252 of file remote_gdb.hh.
Referenced by BaseRemoteGDB::cmd_unsupported(), and BaseRemoteGDB::trap().
| char BaseRemoteGDB::GdbCommand::Context::cmd_byte |
Definition at line 253 of file remote_gdb.hh.
Referenced by BaseRemoteGDB::trap().
| char* BaseRemoteGDB::GdbCommand::Context::data |
Definition at line 255 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 256 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 254 of file remote_gdb.hh.
Referenced by BaseRemoteGDB::cmd_signal(), and BaseRemoteGDB::trap().