|
gem5
v19.0.0.0
|
Classes | |
| struct | Context |
Public Types | |
| typedef bool(BaseRemoteGDB::* | Func) (Context &ctx) |
Public Member Functions | |
| GdbCommand (const char *_name, Func _func) | |
Public Attributes | |
| const char *const | name |
| const Func | func |
Definition at line 247 of file remote_gdb.hh.
| typedef bool(BaseRemoteGDB::* BaseRemoteGDB::GdbCommand::Func) (Context &ctx) |
Definition at line 259 of file remote_gdb.hh.
|
inline |
Definition at line 264 of file remote_gdb.hh.
| const Func BaseRemoteGDB::GdbCommand::func |
Definition at line 262 of file remote_gdb.hh.
Referenced by BaseRemoteGDB::trap().
| const char* const BaseRemoteGDB::GdbCommand::name |
Definition at line 261 of file remote_gdb.hh.
Referenced by BaseRemoteGDB::cmd_unsupported().