|
gem5
v21.0.1.0
|
#include "base/remote_gdb.hh"#include <sys/signal.h>#include <unistd.h>#include <csignal>#include <cstdint>#include <cstdio>#include <sstream>#include <string>#include "base/intmath.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 "sim/full_system.hh"#include "sim/system.hh"Go to the source code of this file.
Classes | |
| class | HardBreakpoint |
Variables | |
| static const char | GDBStart = '$' |
| static const char | GDBEnd = '#' |
| static const char | GDBGoodP = '+' |
| static const char | GDBBadP = '-' |
| std::vector< BaseRemoteGDB * > | debuggers |
| std::vector<BaseRemoteGDB *> debuggers |
Definition at line 158 of file remote_gdb.cc.
Referenced by BaseRemoteGDB::BaseRemoteGDB().
|
static |
Definition at line 156 of file remote_gdb.cc.
Referenced by BaseRemoteGDB::recv(), and BaseRemoteGDB::send().
|
static |
Definition at line 154 of file remote_gdb.cc.
Referenced by BaseRemoteGDB::recv(), and BaseRemoteGDB::send().
|
static |
Definition at line 155 of file remote_gdb.cc.
Referenced by BaseRemoteGDB::recv().
|
static |
Definition at line 153 of file remote_gdb.cc.
Referenced by BaseRemoteGDB::recv(), and BaseRemoteGDB::send().