gem5
v21.2.1.0
|
#include <remote_gdb.hh>
Classes | |
class | AMD64GdbRegCache |
class | X86GdbRegCache |
Public Member Functions | |
RemoteGDB (System *system, int _port) | |
BaseGdbRegCache * | gdbRegs () |
![]() | |
bool | breakpoint () |
void | replaceThreadContext (ThreadContext *tc) |
bool | trap (ContextID id, int type) |
virtual | ~BaseRemoteGDB () |
BaseRemoteGDB (System *system, int _port) | |
Interface to other parts of the simulator. More... | |
virtual | ~BaseRemoteGDB () |
std::string | name () |
void | listen () |
void | connect () |
int | port () const |
void | attach (int fd) |
void | detach () |
bool | isAttached () |
void | addThreadContext (ThreadContext *_tc) |
void | replaceThreadContext (ThreadContext *_tc) |
bool | selectThreadContext (ContextID id) |
void | trap (ContextID id, int signum) |
Protected Member Functions | |
bool | acc (Addr addr, size_t len) |
bool | checkBpLen (size_t len) |
![]() | |
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 std::vector< std::string > | availableFeatures () const |
virtual bool | getXferFeaturesRead (const std::string &annex, std::string &output) |
Get an XML target description. More... | |
Protected Attributes | |
X86GdbRegCache | regCache32 |
AMD64GdbRegCache | regCache64 |
Additional Inherited Members | |
![]() | |
template<class GDBStub , class ... Args> | |
static BaseRemoteGDB * | build (Args... args) |
Definition at line 57 of file remote_gdb.hh.
gem5::X86ISA::RemoteGDB::RemoteGDB | ( | System * | system, |
int | _port | ||
) |
|
protectedvirtual |
Implements gem5::BaseRemoteGDB.
|
inlineprotectedvirtual |
Reimplemented from gem5::BaseRemoteGDB.
Definition at line 61 of file remote_gdb.hh.
References gem5::ArmISA::len.
|
virtual |
Implements gem5::BaseRemoteGDB.
|
protected |
Definition at line 145 of file remote_gdb.hh.
|
protected |
Definition at line 146 of file remote_gdb.hh.