Searched refs:BaseRemoteGDB (Results 1 - 18 of 18) sorted by relevance

/gem5/src/arch/null/
H A Dremote_gdb.hh45 class BaseRemoteGDB class
53 virtual ~BaseRemoteGDB() {}
/gem5/src/base/
H A Dremote_gdb.cc167 vector<BaseRemoteGDB *> debuggers;
172 BaseRemoteGDB *gdb;
178 HardBreakpoint(BaseRemoteGDB *_gdb, PCEventQueue *q, Addr pc)
328 BaseRemoteGDB::BaseRemoteGDB(System *_system, ThreadContext *c, int _port) : function in class:BaseRemoteGDB
336 BaseRemoteGDB::~BaseRemoteGDB()
343 BaseRemoteGDB::name()
349 BaseRemoteGDB::listen()
369 BaseRemoteGDB
[all...]
H A Dremote_gdb.hh63 class BaseRemoteGDB;
109 BaseGdbRegCache(BaseRemoteGDB *g) : gdb(g)
115 BaseRemoteGDB *gdb;
118 class BaseRemoteGDB class
126 BaseRemoteGDB(System *system, ThreadContext *context, int _port);
127 virtual ~BaseRemoteGDB();
152 template <void (BaseRemoteGDB::*F)(int revent)>
156 BaseRemoteGDB *gdb;
159 SocketEvent(BaseRemoteGDB *gdb, int fd, int e) :
166 typedef SocketEvent<&BaseRemoteGDB
[all...]
/gem5/src/arch/alpha/
H A Dremote_gdb.hh49 class RemoteGDB : public BaseRemoteGDB
H A Dremote_gdb.cc148 : BaseRemoteGDB(_system, tc, _port)
/gem5/src/arch/riscv/
H A Dremote_gdb.hh50 class RemoteGDB : public BaseRemoteGDB
H A Dremote_gdb.cc152 : BaseRemoteGDB(_system, tc, _port), regCache(this)
/gem5/src/arch/mips/
H A Dremote_gdb.hh47 class RemoteGDB : public BaseRemoteGDB
H A Dremote_gdb.cc155 : BaseRemoteGDB(_system, tc, _port), regCache(this)
/gem5/src/arch/power/
H A Dremote_gdb.hh48 class RemoteGDB : public BaseRemoteGDB
H A Dremote_gdb.cc155 : BaseRemoteGDB(_system, tc, _port), regCache(this)
/gem5/src/arch/sparc/
H A Dremote_gdb.hh46 class RemoteGDB : public BaseRemoteGDB
H A Dremote_gdb.cc151 : BaseRemoteGDB(_system, c, _port), regCache32(this), regCache64(this)
/gem5/src/arch/arm/
H A Dremote_gdb.hh64 class RemoteGDB : public BaseRemoteGDB
H A Dremote_gdb.cc174 : BaseRemoteGDB(_system, tc, _port), regCache32(this), regCache64(this)
/gem5/src/arch/x86/
H A Dremote_gdb.hh56 class RemoteGDB : public BaseRemoteGDB
H A Dremote_gdb.cc68 BaseRemoteGDB(_system, c, _port), regCache32(this), regCache64(this)
/gem5/src/sim/
H A Dsystem.hh79 class BaseRemoteGDB;
554 std::vector<BaseRemoteGDB *> remoteGDB;

Completed in 23 milliseconds