gem5
|
#include "sim/system.hh"
#include "arch/remote_gdb.hh"
#include "arch/utility.hh"
#include "base/loader/object_file.hh"
#include "base/loader/symtab.hh"
#include "base/str.hh"
#include "base/trace.hh"
#include "config/use_kvm.hh"
#include "cpu/thread_context.hh"
#include "debug/Loader.hh"
#include "debug/WorkItems.hh"
#include "mem/abstract_mem.hh"
#include "mem/physical.hh"
#include "params/System.hh"
#include "sim/byteswap.hh"
#include "sim/debug.hh"
#include "sim/full_system.hh"
Go to the source code of this file.
Functions | |
void | printSystems () |
Variables | |
int | rgdb_wait = -1 |
Setting rgdb_wait to a positive integer waits for a remote debugger to connect to that context ID before continuing. More... | |
void printSystems | ( | ) |
Definition at line 456 of file system.cc.
References System::printSystems().
int rgdb_wait = -1 |
Setting rgdb_wait to a positive integer waits for a remote debugger to connect to that context ID before continuing.
This should really be a parameter on the CPU object or something...
Definition at line 228 of file system.cc.
Referenced by System::registerThreadContext().