|
OpenASIP 2.2
|
#include "CustomDBGController.hh"#include "SimValue.hh"#include "SimulatorFrontend.hh"#include <cstdio>
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__) |
Typedefs | |
| typedef MinimumAddressableUnit | MAU |
Stub file for user's custom debugger control
Definition in file CustomDBGController.cc.
| #define _WHERE | ( | ) | printf("%s:%d - %s\n", __FILE__, __LINE__, __func__) |
Definition at line 38 of file CustomDBGController.cc.
| #define DEBUG_REMOTE_DEBUGGER_CONTROLLER |
Definition at line 35 of file CustomDBGController.cc.
| #define DPRINT | ( | ... | ) | printf(__VA_ARGS__) |
Definition at line 37 of file CustomDBGController.cc.
| typedef MinimumAddressableUnit MAU |
Definition at line 44 of file CustomDBGController.cc.