gem5 v24.0.0.0
|
#include <remote_gdb.hh>
Classes | |
struct | Context |
Public Types | |
using | Func = bool (BaseRemoteGDB::*)(Context &ctx) |
Public Member Functions | |
QuerySetCommand (Func _func, const char *_argSep=nullptr) | |
Public Attributes | |
const char *const | argSep |
const Func | func |
Definition at line 409 of file remote_gdb.hh.
using gem5::BaseRemoteGDB::QuerySetCommand::Func = bool (BaseRemoteGDB::*)(Context &ctx) |
Definition at line 419 of file remote_gdb.hh.
|
inline |
Definition at line 424 of file remote_gdb.hh.
const char* const gem5::BaseRemoteGDB::QuerySetCommand::argSep |
Definition at line 421 of file remote_gdb.hh.
const Func gem5::BaseRemoteGDB::QuerySetCommand::func |
Definition at line 422 of file remote_gdb.hh.