gem5
v19.0.0.0
|
#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 45 of file remote_gdb.hh.
|
private |
Definition at line 166 of file remote_gdb.hh.
|
private |
Definition at line 167 of file remote_gdb.hh.
|
inlinevirtual |
Definition at line 53 of file remote_gdb.hh.
Referenced by BaseRemoteGDB().
BaseRemoteGDB::BaseRemoteGDB | ( | System * | system, |
ThreadContext * | context, | ||
int | _port | ||
) |
Definition at line 322 of file remote_gdb.cc.
References connectEvent, dataEvent, and ~BaseRemoteGDB().
|
virtual |
|
protectedpure virtual |
Implemented in ArmISA::RemoteGDB, X86ISA::RemoteGDB, RiscvISA::RemoteGDB, AlphaISA::RemoteGDB, PowerISA::RemoteGDB, MipsISA::RemoteGDB, and SparcISA::RemoteGDB.
Referenced by cmd_mem_r(), and cmd_mem_w().
void BaseRemoteGDB::attach | ( | int | fd | ) |
Definition at line 387 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 1007 of file remote_gdb.cc.
Referenced by cmd_query_var().
|
inline |
Definition at line 50 of file remote_gdb.hh.
|
inline |
Definition at line 143 of file remote_gdb.hh.
|
protectedvirtual |
Reimplemented in X86ISA::RemoteGDB, and RiscvISA::RemoteGDB.
Definition at line 826 of file remote_gdb.cc.
Referenced by insertHardBreak(), insertSoftBreak(), removeHardBreak(), and removeSoftBreak().
|
private |
Definition at line 674 of file remote_gdb.cc.
References descheduleInstCommitEvent(), and singleStepEvent.
Referenced by cmd_async_cont(), cmd_cont(), detach(), and trap().
|
private |
Definition at line 739 of file remote_gdb.cc.
References DPRINTF, and removeHardBreak().
|
private |
Definition at line 860 of file remote_gdb.cc.
References clearSingleStep(), BaseRemoteGDB::GdbCommand::Context::data, MipsISA::p, ThreadContext::pcState(), and tc.
Referenced by descheduleInstCommitEvent().
|
private |
Definition at line 1045 of file remote_gdb.cc.
References BaseRemoteGDB::GdbCommand::Context::data, MipsISA::p, ThreadContext::pcState(), setSingleStep(), and tc.
Referenced by descheduleInstCommitEvent().
|
private |
Definition at line 1070 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 848 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 873 of file remote_gdb.cc.
References detach().
Referenced by descheduleInstCommitEvent().
|
private |
Definition at line 914 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 938 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 962 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 880 of file remote_gdb.cc.
References BaseGdbRegCache::data(), regCachePtr, send(), and BaseGdbRegCache::size().
Referenced by descheduleInstCommitEvent().
|
private |
Definition at line 890 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 1103 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 904 of file remote_gdb.cc.
References BaseRemoteGDB::GdbCommand::Context::data, MipsISA::p, and send().
Referenced by descheduleInstCommitEvent().
|
private |
Definition at line 841 of file remote_gdb.cc.
References csprintf(), send(), and BaseRemoteGDB::GdbCommand::Context::type.
Referenced by descheduleInstCommitEvent().
|
private |
Definition at line 1058 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 832 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 363 of file remote_gdb.cc.
References ListenSocket::accept(), attach(), isAttached(), ListenSocket::islistening(), listener, and panic_if.
|
inlineprivate |
Definition at line 150 of file remote_gdb.hh.
|
inlineprotected |
Definition at line 287 of file remote_gdb.hh.
Referenced by SparcISA::RemoteGDB::acc(), MipsISA::RemoteGDB::acc(), PowerISA::RemoteGDB::acc(), AlphaISA::RemoteGDB::acc(), RiscvISA::RemoteGDB::acc(), X86ISA::RemoteGDB::acc(), ArmISA::RemoteGDB::acc(), SparcISA::RemoteGDB::gdbRegs(), ArmISA::RemoteGDB::gdbRegs(), X86ISA::RemoteGDB::gdbRegs(), ArmISA::RemoteGDB::getXferFeaturesRead(), and AlphaISA::RemoteGDB::AlphaGdbRegCache::name().
|
private |
Deschedule an instruction count based event.
Definition at line 762 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 399 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 1020 of file remote_gdb.cc.
References ArmISA::c.
Referenced by encodeXferResponse().
|
protected |
Definition at line 1034 of file remote_gdb.cc.
References encodeBinaryData().
Referenced by cmd_query_var().
|
protectedpure virtual |
Implemented in X86ISA::RemoteGDB, ArmISA::RemoteGDB, SparcISA::RemoteGDB, RiscvISA::RemoteGDB, MipsISA::RemoteGDB, PowerISA::RemoteGDB, and AlphaISA::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 1013 of file remote_gdb.cc.
Referenced by cmd_query_var().
|
private |
Definition at line 491 of file remote_gdb.cc.
References descheduleInstCommitEvent(), detach(), Event::scheduled(), scheduleInstCommitEvent(), trapEvent, BaseRemoteGDB::TrapEvent::type(), and warn.
|
private |
Definition at line 705 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 687 of file remote_gdb.cc.
References checkBpLen(), and insertHardBreak().
Referenced by cmd_set_hw_bkpt().
|
inline |
Definition at line 138 of file remote_gdb.hh.
Referenced by connect().
void BaseRemoteGDB::listen | ( | ) |
Definition at line 343 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 337 of file remote_gdb.cc.
References SimObject::name(), and sys.
Referenced by listen(), AlphaISA::RemoteGDB::AlphaGdbRegCache::name(), SparcISA::RemoteGDB::SPARCGdbRegCache::name(), PowerISA::RemoteGDB::PowerGdbRegCache::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 379 of file remote_gdb.cc.
References _port, ListenSocket::islistening(), listener, and panic_if.
|
private |
|
private |
Definition at line 609 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 318 of file remote_gdb.hh.
|
private |
|
private |
Definition at line 720 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 696 of file remote_gdb.cc.
References checkBpLen(), and removeHardBreak().
Referenced by cmd_clr_hw_bkpt().
|
inline |
Definition at line 51 of file remote_gdb.hh.
|
inline |
Definition at line 140 of file remote_gdb.hh.
References type.
|
private |
Schedule an event which will be triggered "delta" instructions later.
Definition at line 754 of file remote_gdb.cc.
References ThreadContext::getCurrentInstCount(), ThreadContext::scheduleInstCountEvent(), and tc.
Referenced by incomingData(), setSingleStep(), and singleStep().
|
private |
Definition at line 580 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 680 of file remote_gdb.cc.
References Event::scheduled(), scheduleInstCommitEvent(), and singleStepEvent.
Referenced by cmd_async_step(), and cmd_step().
|
private |
Definition at line 747 of file remote_gdb.cc.
References DPRINTF, and insertHardBreak().
|
private |
Definition at line 666 of file remote_gdb.cc.
References Event::scheduled(), scheduleInstCommitEvent(), singleStepEvent, and trap().
|
inlineprotected |
Definition at line 288 of file remote_gdb.hh.
References ArmISA::len, ArmISA::offset, and output().
Referenced by AlphaISA::RemoteGDB::acc(), and AlphaISA::RemoteGDB::AlphaGdbRegCache::name().
bool BaseRemoteGDB::trap | ( | int | type | ) |
Definition at line 417 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 640 of file remote_gdb.cc.
References DPRINTF, DPRINTFN, DPRINTFNR, DTRACE, ThreadContext::getVirtProxy(), tc, and PortProxy::writeBlob().
Referenced by cmd_mem_w(), and putbyte().
|
inlineprivate |
Definition at line 327 of file remote_gdb.hh.
|
friend |
Definition at line 120 of file remote_gdb.hh.
Referenced by insertHardBreak().
|
private |
Definition at line 176 of file remote_gdb.hh.
Referenced by listen(), AlphaISA::RemoteGDB::AlphaGdbRegCache::name(), and port().
|
private |
Definition at line 191 of file remote_gdb.hh.
|
private |
Definition at line 192 of file remote_gdb.hh.
|
staticprivate |
Definition at line 267 of file remote_gdb.hh.
Referenced by descheduleInstCommitEvent(), and trap().
|
private |
Definition at line 169 of file remote_gdb.hh.
|
private |
Definition at line 172 of file remote_gdb.hh.
Referenced by BaseRemoteGDB(), and listen().
|
private |
Definition at line 170 of file remote_gdb.hh.
|
private |
Definition at line 173 of file remote_gdb.hh.
Referenced by attach(), BaseRemoteGDB(), and detach().
|
private |
|
private |
Definition at line 175 of file remote_gdb.hh.
|
private |
Definition at line 197 of file remote_gdb.hh.
Referenced by cmd_reg_r(), cmd_reg_w(), and trap().
|
private |
Definition at line 225 of file remote_gdb.hh.
Referenced by clearSingleStep(), setSingleStep(), and singleStep().
|
private |
Definition at line 194 of file remote_gdb.hh.
Referenced by insertHardBreak(), and name().
|
private |
Definition at line 195 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().