gem5  v20.0.0.2
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
BaseRemoteGDB::GdbCommand Struct Reference

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
 

Detailed Description

Definition at line 244 of file remote_gdb.hh.

Member Typedef Documentation

◆ Func

typedef bool(BaseRemoteGDB::* BaseRemoteGDB::GdbCommand::Func) (Context &ctx)

Definition at line 256 of file remote_gdb.hh.

Constructor & Destructor Documentation

◆ GdbCommand()

BaseRemoteGDB::GdbCommand::GdbCommand ( const char *  _name,
Func  _func 
)
inline

Definition at line 261 of file remote_gdb.hh.

Member Data Documentation

◆ func

const Func BaseRemoteGDB::GdbCommand::func

Definition at line 259 of file remote_gdb.hh.

Referenced by BaseRemoteGDB::trap().

◆ name

const char* const BaseRemoteGDB::GdbCommand::name

Definition at line 258 of file remote_gdb.hh.

Referenced by BaseRemoteGDB::cmd_unsupported().


The documentation for this struct was generated from the following file:

Generated on Mon Jun 8 2020 15:45:19 for gem5 by doxygen 1.8.13