gem5 v25.0.0.1
Loading...
Searching...
No Matches
gem5::BaseRemoteGDB::QuerySetCommand Struct Reference

#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

Detailed Description

Definition at line 409 of file remote_gdb.hh.

Member Typedef Documentation

◆ Func

using gem5::BaseRemoteGDB::QuerySetCommand::Func = bool (BaseRemoteGDB::*)(Context &ctx)

Definition at line 419 of file remote_gdb.hh.

Constructor & Destructor Documentation

◆ QuerySetCommand()

gem5::BaseRemoteGDB::QuerySetCommand::QuerySetCommand ( Func _func,
const char * _argSep = nullptr )
inline

Definition at line 424 of file remote_gdb.hh.

References argSep, and func.

Member Data Documentation

◆ argSep

const char* const gem5::BaseRemoteGDB::QuerySetCommand::argSep

Definition at line 421 of file remote_gdb.hh.

Referenced by QuerySetCommand().

◆ func

const Func gem5::BaseRemoteGDB::QuerySetCommand::func

Definition at line 422 of file remote_gdb.hh.

Referenced by QuerySetCommand().


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

Generated on Sat Oct 18 2025 08:06:49 for gem5 by doxygen 1.14.0