26 #ifndef ORCASIM_GDBRSP_INCLUDE_GDBPROCESSORBASE_HPP_ 27 #define ORCASIM_GDBRSP_INCLUDE_GDBPROCESSORBASE_HPP_ 57 Memory* mem, std::string gdb_ip,
int gdb_prt);
76 #endif // ORCASIM_GDBRSP_INCLUDE_GDBPROCESSORBASE_HPP_ RspServer< T > * _gdbserver
SimulationTime Run()
Run method from the base TimedModel class, overloaded.
static uint32_t GDBSERVER_PORT
GdbProcessorBase(std::string name, MemoryAddr initial_pc, Memory *mem, std::string gdb_ip, int gdb_prt)
This class models a memory module.
This class implements the base operation for generic processor implementations.
GdbProcessorState< T > * GetState()
Defines a generic state model for use within processor models.
GdbProcessorState< T > * _state