55 #ifndef ETISS_INCLUDE_GDB_GDBCORE_H_
56 #define ETISS_INCLUDE_GDB_GDBCORE_H_
58 #include "etiss/jit/CPU.h"
provides to architecture dependent registers as defined by gdb
static const unsigned INVALIDMAPPING
virtual etiss::uint64 getInstructionPointer(ETISS_CPU *cpu)
allows to calculate the index of the instruction to be executed for breakpoint checks.
virtual unsigned mappedRegisterCount()
returns the number of registers in the gdb defined register list
virtual std::string mapRegister(unsigned index)
the returned string identifies the register at the given index as defined by gdb.
virtual bool isLittleEndian()
returns true if the values are expected to be little endian
Page Table Entry (PTE) defines the composition of Page Frame Number (PFN) and relavant flags.
basic cpu state structure needed for execution of any cpu architecture.