gem5
v22.0.0.1
|
#include <remote_gdb.hh>
Public Attributes | |
const GdbCommand * | cmd |
char | cmdByte |
int | type |
char * | data |
int | len |
Definition at line 327 of file remote_gdb.hh.
const GdbCommand* gem5::BaseRemoteGDB::GdbCommand::Context::cmd |
Definition at line 329 of file remote_gdb.hh.
Referenced by gem5::BaseRemoteGDB::cmdUnsupported(), and gem5::BaseRemoteGDB::processCommands().
char gem5::BaseRemoteGDB::GdbCommand::Context::cmdByte |
Definition at line 330 of file remote_gdb.hh.
Referenced by gem5::BaseRemoteGDB::processCommands().
char* gem5::BaseRemoteGDB::GdbCommand::Context::data |
Definition at line 332 of file remote_gdb.hh.
Referenced by gem5::BaseRemoteGDB::cmdAsyncCont(), gem5::BaseRemoteGDB::cmdAsyncStep(), gem5::BaseRemoteGDB::cmdClrHwBkpt(), gem5::BaseRemoteGDB::cmdCont(), gem5::BaseRemoteGDB::cmdMemR(), gem5::BaseRemoteGDB::cmdMemW(), gem5::BaseRemoteGDB::cmdQueryVar(), gem5::BaseRemoteGDB::cmdRegW(), gem5::BaseRemoteGDB::cmdSetHwBkpt(), gem5::BaseRemoteGDB::cmdSetThread(), gem5::BaseRemoteGDB::cmdStep(), gem5::BaseRemoteGDB::cmdUnsupported(), and gem5::BaseRemoteGDB::processCommands().
int gem5::BaseRemoteGDB::GdbCommand::Context::len |
Definition at line 333 of file remote_gdb.hh.
Referenced by gem5::BaseRemoteGDB::cmdCont(), gem5::BaseRemoteGDB::cmdMemW(), gem5::BaseRemoteGDB::cmdQueryVar(), gem5::BaseRemoteGDB::cmdStep(), gem5::BaseRemoteGDB::cmdUnsupported(), and gem5::BaseRemoteGDB::processCommands().
int gem5::BaseRemoteGDB::GdbCommand::Context::type |
Definition at line 331 of file remote_gdb.hh.
Referenced by gem5::BaseRemoteGDB::cmdSignal(), and gem5::BaseRemoteGDB::processCommands().