gem5
v20.0.0.3
|
#include <remote_gdb.hh>
Classes | |
struct | GdbCommand |
class | SocketEvent |
class | TrapEvent |
Public Member Functions | |
bool | breakpoint () |
void | replaceThreadContext (ThreadContext *tc) |
virtual | ~BaseRemoteGDB () |
BaseRemoteGDB (System *system, ThreadContext *context, int _port) | |
virtual | ~BaseRemoteGDB () |
std::string | name () |
void | listen () |
void | connect () |
int | port () const |
void | attach (int fd) |
void | detach () |
bool | isAttached () |
void | replaceThreadContext (ThreadContext *_tc) |
bool | trap (int type) |
bool | breakpoint () |
Protected Member Functions | |
ThreadContext * | context () |
System * | system () |
void | encodeBinaryData (const std::string &unencoded, std::string &encoded) const |
void | encodeXferResponse (const std::string &unencoded, std::string &encoded, size_t offset, size_t unencoded_length) const |
virtual bool | checkBpLen (size_t len) |
virtual BaseGdbRegCache * | gdbRegs ()=0 |
virtual bool | acc (Addr addr, size_t len)=0 |
virtual std::vector< std::string > | availableFeatures () const |
virtual bool | getXferFeaturesRead (const std::string &annex, std::string &output) |
Get an XML target description. More... | |
Private Types | |
typedef SocketEvent<&BaseRemoteGDB::connectWrapper > | ConnectEvent |
typedef SocketEvent<&BaseRemoteGDB::incomingData > | DataEvent |
Private Attributes | |
friend | ConnectEvent |
friend | DataEvent |
ConnectEvent * | connectEvent |
DataEvent * | dataEvent |
ListenSocket | listener |
int | _port |
int | fd |
bool | active |
bool | attached |
System * | sys |
ThreadContext * | tc |
BaseGdbRegCache * | regCachePtr |
BaseRemoteGDB::TrapEvent | trapEvent |
EventWrapper< BaseRemoteGDB, &BaseRemoteGDB::singleStep > | singleStepEvent |
Static Private Attributes | |
static std::map< char, GdbCommand > | command_map |
Friends | |
class | HardBreakpoint |
Definition at line 43 of file remote_gdb.hh.
|
private |
Definition at line 163 of file remote_gdb.hh.
|
private |
Definition at line 164 of file remote_gdb.hh.
|
inlinevirtual |
Definition at line 51 of file remote_gdb.hh.
Referenced by BaseRemoteGDB().
BaseRemoteGDB::BaseRemoteGDB | ( | System * | system, |
ThreadContext * | context, | ||
int | _port | ||
) |
Definition at line 317 of file remote_gdb.cc.
References connectEvent, dataEvent, and ~BaseRemoteGDB().
|
virtual |
|
protectedpure virtual |
Implemented in ArmISA::RemoteGDB, X86ISA::RemoteGDB, RiscvISA::RemoteGDB, MipsISA::RemoteGDB, PowerISA::RemoteGDB, and SparcISA::RemoteGDB.
Referenced by cmd_mem_r(), and cmd_mem_w().
void BaseRemoteGDB::attach | ( | int | fd | ) |
Definition at line 382 of file remote_gdb.cc.
References attached, dataEvent, DPRINTFN, ArmISA::f, fd, pollQueue, and PollQueue::schedule().
Referenced by connect().
|
protectedvirtual |
Reimplemented in ArmISA::RemoteGDB.
Definition at line 986 of file remote_gdb.cc.
Referenced by cmd_query_var().
|
inline |
Definition at line 48 of file remote_gdb.hh.
|
inline |
Definition at line 140 of file remote_gdb.hh.
|
protectedvirtual |
Reimplemented in X86ISA::RemoteGDB, and RiscvISA::RemoteGDB.
Definition at line 805 of file remote_gdb.cc.
Referenced by insertHardBreak(), insertSoftBreak(), removeHardBreak(), and removeSoftBreak().
|
private |
Definition at line 653 of file remote_gdb.cc.
References descheduleInstCommitEvent(), and singleStepEvent.
Referenced by cmd_async_cont(), cmd_cont(), detach(), and trap().
|
private |
Definition at line 718 of file remote_gdb.cc.
References DPRINTF, and removeHardBreak().
|
private |
Definition at line 839 of file remote_gdb.cc.
References clearSingleStep(), BaseRemoteGDB::GdbCommand::Context::data, MipsISA::p, ThreadContext::pcState(), and tc.
Referenced by descheduleInstCommitEvent().
|
private |
Definition at line 1024 of file remote_gdb.cc.
References BaseRemoteGDB::GdbCommand::Context::data, MipsISA::p, ThreadContext::pcState(), setSingleStep(), and tc.
Referenced by descheduleInstCommitEvent().
|
private |
Definition at line 1049 of file remote_gdb.cc.
References addr, BaseRemoteGDB::GdbCommand::Context::data, DPRINTF, ArmISA::len, MipsISA::p, removeHardBreak(), removeSoftBreak(), and send().
Referenced by descheduleInstCommitEvent().
|
private |
Definition at line 827 of file remote_gdb.cc.
References clearSingleStep(), BaseRemoteGDB::GdbCommand::Context::data, BaseRemoteGDB::GdbCommand::Context::len, MipsISA::p, ThreadContext::pcState(), and tc.
Referenced by descheduleInstCommitEvent().
|
private |
Definition at line 852 of file remote_gdb.cc.
References detach().
Referenced by descheduleInstCommitEvent().
|
private |
Definition at line 893 of file remote_gdb.cc.
References acc(), addr, BaseRemoteGDB::GdbCommand::Context::data, ArmISA::len, MipsISA::p, read(), and send().
Referenced by descheduleInstCommitEvent().
|
private |
Definition at line 917 of file remote_gdb.cc.
References acc(), addr, BaseRemoteGDB::GdbCommand::Context::data, BaseRemoteGDB::GdbCommand::Context::len, ArmISA::len, MipsISA::p, send(), and write().
Referenced by descheduleInstCommitEvent().
|
private |
Definition at line 941 of file remote_gdb.cc.
References availableFeatures(), BaseRemoteGDB::GdbCommand::Context::data, ArmISA::e, encodeXferResponse(), getXferFeaturesRead(), BaseRemoteGDB::GdbCommand::Context::len, length, ArmISA::offset, ArmISA::s, and send().
Referenced by descheduleInstCommitEvent().
|
private |
Definition at line 859 of file remote_gdb.cc.
References BaseGdbRegCache::data(), regCachePtr, send(), and BaseGdbRegCache::size().
Referenced by descheduleInstCommitEvent().
|
private |
Definition at line 869 of file remote_gdb.cc.
References BaseGdbRegCache::data(), BaseRemoteGDB::GdbCommand::Context::data, MipsISA::p, regCachePtr, send(), BaseGdbRegCache::setRegs(), BaseGdbRegCache::size(), and tc.
Referenced by descheduleInstCommitEvent().
|
private |
Definition at line 1082 of file remote_gdb.cc.
References addr, BaseRemoteGDB::GdbCommand::Context::data, DPRINTF, insertHardBreak(), insertSoftBreak(), ArmISA::len, MipsISA::p, and send().
Referenced by descheduleInstCommitEvent().
|
private |
Definition at line 883 of file remote_gdb.cc.
References BaseRemoteGDB::GdbCommand::Context::data, MipsISA::p, and send().
Referenced by descheduleInstCommitEvent().
|
private |
Definition at line 820 of file remote_gdb.cc.
References csprintf(), send(), and BaseRemoteGDB::GdbCommand::Context::type.
Referenced by descheduleInstCommitEvent().
|
private |
Definition at line 1037 of file remote_gdb.cc.
References BaseRemoteGDB::GdbCommand::Context::data, BaseRemoteGDB::GdbCommand::Context::len, MipsISA::p, ThreadContext::pcState(), setSingleStep(), and tc.
Referenced by descheduleInstCommitEvent().
|
private |
Definition at line 811 of file remote_gdb.cc.
References BaseRemoteGDB::GdbCommand::Context::cmd, BaseRemoteGDB::GdbCommand::Context::data, DDUMP, DPRINTF, BaseRemoteGDB::GdbCommand::Context::len, and BaseRemoteGDB::GdbCommand::name.
Referenced by descheduleInstCommitEvent().
void BaseRemoteGDB::connect | ( | ) |
Definition at line 358 of file remote_gdb.cc.
References ListenSocket::accept(), attach(), isAttached(), ListenSocket::islistening(), listener, and panic_if.
|
inlineprivate |
Definition at line 147 of file remote_gdb.hh.
|
inlineprotected |
Definition at line 284 of file remote_gdb.hh.
Referenced by PowerISA::RemoteGDB::acc(), SparcISA::RemoteGDB::acc(), MipsISA::RemoteGDB::acc(), RiscvISA::RemoteGDB::acc(), X86ISA::RemoteGDB::acc(), ArmISA::RemoteGDB::acc(), SparcISA::RemoteGDB::gdbRegs(), ArmISA::RemoteGDB::gdbRegs(), X86ISA::RemoteGDB::gdbRegs(), and ArmISA::RemoteGDB::getXferFeaturesRead().
|
private |
Deschedule an instruction count based event.
Definition at line 741 of file remote_gdb.cc.
References cmd_async_cont(), cmd_async_step(), cmd_clr_hw_bkpt(), cmd_cont(), cmd_detach(), cmd_mem_r(), cmd_mem_w(), cmd_query_var(), cmd_reg_r(), cmd_reg_w(), cmd_set_hw_bkpt(), cmd_set_thread(), cmd_signal(), cmd_step(), cmd_unsupported(), command_map, ThreadContext::descheduleInstCountEvent(), Event::scheduled(), and tc.
Referenced by clearSingleStep(), and incomingData().
void BaseRemoteGDB::detach | ( | ) |
Definition at line 394 of file remote_gdb.cc.
References active, attached, clearSingleStep(), dataEvent, DPRINTFN, fd, pollQueue, and PollQueue::remove().
Referenced by cmd_detach(), incomingData(), and trap().
|
protected |
Definition at line 999 of file remote_gdb.cc.
References ArmISA::c.
Referenced by encodeXferResponse().
|
protected |
Definition at line 1013 of file remote_gdb.cc.
References encodeBinaryData().
Referenced by cmd_query_var().
|
protectedpure virtual |
Implemented in X86ISA::RemoteGDB, ArmISA::RemoteGDB, SparcISA::RemoteGDB, MipsISA::RemoteGDB, RiscvISA::RemoteGDB, and PowerISA::RemoteGDB.
Referenced by trap().
|
private |
|
protectedvirtual |
Get an XML target description.
[in] | annex | the XML filename |
[out] | output | set to the decoded XML |
Reimplemented in ArmISA::RemoteGDB.
Definition at line 992 of file remote_gdb.cc.
Referenced by cmd_query_var().
|
private |
Definition at line 486 of file remote_gdb.cc.
References descheduleInstCommitEvent(), detach(), Event::scheduled(), scheduleInstCommitEvent(), trapEvent, BaseRemoteGDB::TrapEvent::type(), and warn.
|
private |
Definition at line 684 of file remote_gdb.cc.
References addr, checkBpLen(), DPRINTF, HardBreakpoint, HardBreakpoint::refcount, and sys.
Referenced by cmd_set_hw_bkpt(), insertSoftBreak(), and setTempBreakpoint().
|
private |
Definition at line 666 of file remote_gdb.cc.
References checkBpLen(), and insertHardBreak().
Referenced by cmd_set_hw_bkpt().
|
inline |
Definition at line 135 of file remote_gdb.hh.
Referenced by connect().
void BaseRemoteGDB::listen | ( | ) |
Definition at line 338 of file remote_gdb.cc.
References _port, ListenSocket::allDisabled(), ccprintf(), connectEvent, curTick(), DPRINTF, ListenSocket::getfd(), ListenSocket::listen(), listener, name(), pollQueue, PollQueue::schedule(), and warn_once.
string BaseRemoteGDB::name | ( | ) |
Definition at line 332 of file remote_gdb.cc.
References SimObject::name(), and sys.
Referenced by listen(), PowerISA::RemoteGDB::PowerGdbRegCache::name(), SparcISA::RemoteGDB::SPARCGdbRegCache::name(), MipsISA::RemoteGDB::MipsGdbRegCache::name(), RiscvISA::RemoteGDB::RiscvGdbRegCache::name(), ArmISA::RemoteGDB::AArch32GdbRegCache::name(), X86ISA::RemoteGDB::X86GdbRegCache::name(), SparcISA::RemoteGDB::SPARC64GdbRegCache::name(), ArmISA::RemoteGDB::AArch64GdbRegCache::name(), X86ISA::RemoteGDB::AMD64GdbRegCache::name(), and HardBreakpoint::name().
int BaseRemoteGDB::port | ( | ) | const |
Definition at line 374 of file remote_gdb.cc.
References _port, ListenSocket::islistening(), listener, and panic_if.
|
private |
|
private |
Definition at line 604 of file remote_gdb.cc.
References DPRINTF, DPRINTFNR, DTRACE, ThreadContext::getVirtProxy(), PortProxy::readBlob(), and tc.
Referenced by cmd_mem_r(), and getbyte().
|
inlineprivate |
Definition at line 315 of file remote_gdb.hh.
|
private |
|
private |
Definition at line 699 of file remote_gdb.cc.
References checkBpLen(), DPRINTF, ArmISA::i, and HardBreakpoint::refcount.
Referenced by clearTempBreakpoint(), cmd_clr_hw_bkpt(), and removeSoftBreak().
|
private |
Definition at line 675 of file remote_gdb.cc.
References checkBpLen(), and removeHardBreak().
Referenced by cmd_clr_hw_bkpt().
|
inline |
Definition at line 49 of file remote_gdb.hh.
|
inline |
Definition at line 137 of file remote_gdb.hh.
References type.
|
private |
Schedule an event which will be triggered "delta" instructions later.
Definition at line 733 of file remote_gdb.cc.
References ThreadContext::getCurrentInstCount(), ThreadContext::scheduleInstCountEvent(), and tc.
Referenced by incomingData(), setSingleStep(), and singleStep().
|
private |
Definition at line 575 of file remote_gdb.cc.
References ArmISA::c, DPRINTF, GDBBadP, GDBEnd, GDBStart, getbyte(), MipsISA::p, and putbyte().
Referenced by cmd_clr_hw_bkpt(), cmd_mem_r(), cmd_mem_w(), cmd_query_var(), cmd_reg_r(), cmd_reg_w(), cmd_set_hw_bkpt(), cmd_set_thread(), cmd_signal(), and trap().
|
private |
Definition at line 659 of file remote_gdb.cc.
References Event::scheduled(), scheduleInstCommitEvent(), and singleStepEvent.
Referenced by cmd_async_step(), and cmd_step().
|
private |
Definition at line 726 of file remote_gdb.cc.
References DPRINTF, and insertHardBreak().
|
private |
Definition at line 645 of file remote_gdb.cc.
References Event::scheduled(), scheduleInstCommitEvent(), singleStepEvent, and trap().
|
inlineprotected |
Definition at line 285 of file remote_gdb.hh.
References ArmISA::len, ArmISA::offset, and output().
bool BaseRemoteGDB::trap | ( | int | type | ) |
Definition at line 412 of file remote_gdb.cc.
References active, attached, clearSingleStep(), BaseRemoteGDB::GdbCommand::Context::cmd, BaseRemoteGDB::GdbCommand::Context::cmd_byte, command_map, csprintf(), data, BaseRemoteGDB::GdbCommand::Context::data, detach(), DPRINTF, ArmISA::e, BaseRemoteGDB::GdbCommand::func, gdbRegs(), BaseGdbRegCache::getRegs(), BaseRemoteGDB::GdbCommand::Context::len, panic, ThreadContext::pcState(), recv(), regCachePtr, send(), tc, BaseRemoteGDB::GdbCommand::Context::type, type, and warn.
Referenced by HardBreakpoint::process(), BaseRemoteGDB::TrapEvent::process(), and singleStep().
|
private |
Definition at line 627 of file remote_gdb.cc.
References DPRINTFN, DPRINTFNR, DTRACE, ThreadContext::getVirtProxy(), tc, and PortProxy::writeBlob().
Referenced by cmd_mem_w(), and putbyte().
|
inlineprivate |
Definition at line 324 of file remote_gdb.hh.
|
friend |
Definition at line 117 of file remote_gdb.hh.
Referenced by insertHardBreak().
|
private |
Definition at line 173 of file remote_gdb.hh.
|
private |
Definition at line 188 of file remote_gdb.hh.
|
private |
Definition at line 189 of file remote_gdb.hh.
|
staticprivate |
Definition at line 264 of file remote_gdb.hh.
Referenced by descheduleInstCommitEvent(), and trap().
|
private |
Definition at line 166 of file remote_gdb.hh.
|
private |
Definition at line 169 of file remote_gdb.hh.
Referenced by BaseRemoteGDB(), and listen().
|
private |
Definition at line 167 of file remote_gdb.hh.
|
private |
Definition at line 170 of file remote_gdb.hh.
Referenced by attach(), BaseRemoteGDB(), and detach().
|
private |
|
private |
Definition at line 172 of file remote_gdb.hh.
|
private |
Definition at line 194 of file remote_gdb.hh.
Referenced by cmd_reg_r(), cmd_reg_w(), and trap().
|
private |
Definition at line 222 of file remote_gdb.hh.
Referenced by clearSingleStep(), setSingleStep(), and singleStep().
|
private |
Definition at line 191 of file remote_gdb.hh.
Referenced by insertHardBreak(), and name().
|
private |
Definition at line 192 of file remote_gdb.hh.
Referenced by cmd_async_cont(), cmd_async_step(), cmd_cont(), cmd_reg_w(), cmd_step(), descheduleInstCommitEvent(), HardBreakpoint::process(), read(), scheduleInstCommitEvent(), trap(), and write().
|
private |
Referenced by incomingData().