Searched refs:setRegs (Results 1 - 16 of 16) sorted by relevance

/gem5/src/arch/alpha/
H A Dremote_gdb.hh69 void setRegs(ThreadContext*) const;
H A Dremote_gdb.cc230 RemoteGDB::AlphaGdbRegCache::setRegs(ThreadContext *context) const function in class:RemoteGDB::AlphaGdbRegCache
232 DPRINTF(GDBAcc, "setRegs in remotegdb \n");
/gem5/src/arch/riscv/
H A Dremote_gdb.hh72 void setRegs(ThreadContext*) const;
H A Dremote_gdb.cc173 RemoteGDB::RiscvGdbRegCache::setRegs(ThreadContext *context) const function in class:RemoteGDB::RiscvGdbRegCache
/gem5/src/arch/sparc/
H A Dremote_gdb.hh71 void setRegs(ThreadContext*) const;
97 void setRegs(ThreadContext*) const;
H A Dremote_gdb.cc210 RemoteGDB::SPARCGdbRegCache::setRegs(ThreadContext *context) const function in class:RemoteGDB::SPARCGdbRegCache
226 RemoteGDB::SPARC64GdbRegCache::setRegs(ThreadContext *context) const function in class:RemoteGDB::SPARC64GdbRegCache
/gem5/src/arch/arm/
H A Dremote_gdb.hh83 void setRegs(ThreadContext*) const;
108 void setRegs(ThreadContext*) const;
H A Dremote_gdb.cc225 RemoteGDB::AArch64GdbRegCache::setRegs(ThreadContext *context) const function in class:RemoteGDB::AArch64GdbRegCache
227 DPRINTF(GDBAcc, "setRegs in remotegdb \n");
284 RemoteGDB::AArch32GdbRegCache::setRegs(ThreadContext *context) const function in class:RemoteGDB::AArch32GdbRegCache
286 DPRINTF(GDBAcc, "setRegs in remotegdb \n");
/gem5/src/arch/mips/
H A Dremote_gdb.hh72 void setRegs(ThreadContext*) const;
H A Dremote_gdb.cc189 RemoteGDB::MipsGdbRegCache::setRegs(ThreadContext *context) const function in class:RemoteGDB::MipsGdbRegCache
/gem5/src/arch/power/
H A Dremote_gdb.hh71 void setRegs(ThreadContext*) const;
H A Dremote_gdb.cc198 RemoteGDB::PowerGdbRegCache::setRegs(ThreadContext *context) const function in class:RemoteGDB::PowerGdbRegCache
200 DPRINTF(GDBAcc, "setRegs in remotegdb \n");
/gem5/src/arch/x86/
H A Dremote_gdb.hh87 void setRegs(ThreadContext*) const;
134 void setRegs(ThreadContext*) const;
H A Dremote_gdb.cc160 RemoteGDB::AMD64GdbRegCache::setRegs(ThreadContext *context) const function in class:RemoteGDB::AMD64GdbRegCache
162 DPRINTF(GDBAcc, "setRegs in remotegdb \n");
196 RemoteGDB::X86GdbRegCache::setRegs(ThreadContext *context) const function in class:RemoteGDB::X86GdbRegCache
198 DPRINTF(GDBAcc, "setRegs in remotegdb \n");
/gem5/src/base/
H A Dremote_gdb.hh99 virtual void setRegs(ThreadContext*) const = 0;
H A Dremote_gdb.cc904 regCachePtr->setRegs(tc);

Completed in 22 milliseconds