Searched refs:gdb (Results 1 - 10 of 10) sorted by relevance

/gem5/src/base/
H A Dremote_gdb.hh109 BaseGdbRegCache(BaseRemoteGDB *g) : gdb(g)
115 BaseRemoteGDB *gdb; member in class:BaseGdbRegCache
156 BaseRemoteGDB *gdb; member in class:BaseRemoteGDB::SocketEvent
159 SocketEvent(BaseRemoteGDB *gdb, int fd, int e) : argument
160 PollEvent(fd, e), gdb(gdb)
163 void process(int revent) { (gdb->*F)(revent); }
203 BaseRemoteGDB *gdb; member in class:BaseRemoteGDB::TrapEvent
206 TrapEvent(BaseRemoteGDB *g) : gdb(g)
210 void process() { gdb
[all...]
H A Dremote_gdb.cc130 * "Stub" to allow remote cpu to debug over a serial line using gdb.
172 BaseRemoteGDB *gdb; member in class:HardBreakpoint
180 gdb(_gdb), refcount(0)
185 const std::string name() const override { return gdb->name() + ".hwbkpt"; }
192 if (tc == gdb->tc)
193 gdb->trap(SIGTRAP);
352 warn_once("Sockets disabled, not accepting gdb connections");
364 ccprintf(cerr, "%d: %s: listening for remote gdb on port %d\n",
401 DPRINTFN("remote gdb attached\n");
414 DPRINTFN("remote gdb detache
[all...]
/gem5/src/arch/alpha/
H A Dremote_gdb.hh73 return gdb->name() + ".AlphaGdbRegCache";
/gem5/src/arch/riscv/
H A Dremote_gdb.hh77 return gdb->name() + ".RiscvGdbRegCache";
/gem5/src/arch/sparc/
H A Dremote_gdb.hh75 return gdb->name() + ".SPARCGdbRegCache";
101 return gdb->name() + ".SPARC64GdbRegCache";
/gem5/src/arch/arm/
H A Dremote_gdb.hh87 return gdb->name() + ".AArch32GdbRegCache";
112 return gdb->name() + ".AArch64GdbRegCache";
/gem5/src/arch/mips/
H A Dremote_gdb.hh76 return gdb->name() + ".MipsGdbRegCache";
/gem5/src/arch/power/
H A Dremote_gdb.hh75 return gdb->name() + ".PowerGdbRegCache";
/gem5/src/arch/x86/
H A Dremote_gdb.hh91 return gdb->name() + ".X86GdbRegCache";
126 * While it's not ok to have G-packets larger than what gdb
138 return gdb->name() + ".AMD64GdbRegCache";
/gem5/util/dist/
H A Dgem5-dist.sh76 echo " -debug : debug mode (start gem5 in gdb)"
262 # launching gem5 processes under gdb control for debugging
273 xterm -e "gdb --args $MY_ARGS" &

Completed in 8 milliseconds