35#define DEBUG_REMOTE_DEBUGGER_CONTROLLER
36#ifdef DEBUG_REMOTE_DEBUGGER_CONTROLLER
37#define DPRINT(...) printf(__VA_ARGS__)
38#define _WHERE() printf("%s:%d - %s\n", __FILE__, __LINE__, __func__)
116 std::string rv=
"hello";
133 const std::string& ) {
#define abortWithError(message)
Word MinimumAddressableUnit
Type for storing a MAU (must be unsigned type!). This limits the maximum size of the simulated minimu...
UInt32 InstructionAddress
MinimumAddressableUnit MAU
TTAMachine::Machine * machine
the architecture definition of the estimated processor
find Finds info of the inner loops in the program
virtual void writeMem(Word address, MAU data, const AddressSpace &)
virtual void writeIMem(const char *data, int size)
CustomDBGController(SimulatorFrontend &frontend, const TTAMachine::Machine &machine, const TTAProgram::Program &program)
virtual std::string registerFileValue(const std::string &rfName, int registerIndex=-1)
MinimumAddressableUnit MAU
virtual void next(int count=1)
virtual SimValue immediateUnitRegisterValue(const std::string &iuName, int index=-1)
virtual void step(double count=1)
virtual InstructionAddress programCounter() const
virtual SimValue FUPortValue(const std::string &fuName, const std::string &portName)
virtual MAU readMem(Word address, const AddressSpace &)
virtual void runUntil(UIntWord address)