gem5
[DEVELOP-FOR-23.0]
|
#include "base/remote_gdb.hh"
#include <sys/select.h>
#include <sys/time.h>
#include <unistd.h>
#include <cassert>
#include <csignal>
#include <cstdint>
#include <cstdio>
#include <iterator>
#include <sstream>
#include <string>
#include <utility>
#include "base/cprintf.hh"
#include "base/intmath.hh"
#include "base/logging.hh"
#include "base/socket.hh"
#include "base/trace.hh"
#include "cpu/base.hh"
#include "cpu/static_inst.hh"
#include "cpu/thread_context.hh"
#include "debug/GDBAll.hh"
#include "mem/port.hh"
#include "mem/port_proxy.hh"
#include "mem/se_translating_port_proxy.hh"
#include "mem/translating_port_proxy.hh"
#include "sim/full_system.hh"
#include "sim/process.hh"
#include "sim/sim_events.hh"
#include "sim/system.hh"
Go to the source code of this file.
Classes | |
class | gem5::HardBreakpoint |
class | gem5::MonitorCallEvent |
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
Variables | |
static const char | gem5::GDBStart = '$' |
static const char | gem5::GDBEnd = '#' |
static const char | gem5::GDBGoodP = '+' |
static const char | gem5::GDBBadP = '-' |
std::string error |
Definition at line 212 of file remote_gdb.cc.
Referenced by gem5::ArmSemihosting::callClose(), checkSymbol(), checkTable(), gem5::ArmISA::fp16_round_(), gem5::ArmISA::fp32_round_(), gem5::ArmISA::fp64_round_(), and gem5::ArmISA::vfpFpToFixed().
const char* warning |
Definition at line 204 of file remote_gdb.cc.