OpenASIP
2.0
|
#include "RemoteController.hh"
#include "SimValue.hh"
#include "ProgramImageGenerator.hh"
#include "BinaryEncoding.hh"
#include "BEMGenerator.hh"
#include "Binary.hh"
#include "ProgramWriter.hh"
#include <cstdio>
#include <iostream>
Go to the source code of this file.
Macros | |
#define | DEBUG_REMOTE_DEBUGGER_CONTROLLER |
#define | _DPRINT(...) printf(__VA_ARGS__) |
#define | _WHERE() printf("%s:%d - %s\n", __FILE__, __LINE__, __func__) |
Definition in file RemoteController.cc.
#define _DPRINT | ( | ... | ) | printf(__VA_ARGS__) |
Definition at line 39 of file RemoteController.cc.
#define _WHERE | ( | ) | printf("%s:%d - %s\n", __FILE__, __LINE__, __func__) |
Definition at line 40 of file RemoteController.cc.
#define DEBUG_REMOTE_DEBUGGER_CONTROLLER |
Definition at line 36 of file RemoteController.cc.