OpenASIP  2.0
Macros | Typedefs
CustomDBGController.cc File Reference
#include "CustomDBGController.hh"
#include "SimValue.hh"
#include "SimulatorFrontend.hh"
#include <cstdio>
Include dependency graph for CustomDBGController.cc:

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
 

Detailed Description

Author
Kalle Raiskila 2014

Stub file for user's custom debugger control

Definition in file CustomDBGController.cc.

Macro Definition Documentation

◆ _WHERE

#define _WHERE ( )    printf("%s:%d - %s\n", __FILE__, __LINE__, __func__)

Definition at line 38 of file CustomDBGController.cc.

◆ DEBUG_REMOTE_DEBUGGER_CONTROLLER

#define DEBUG_REMOTE_DEBUGGER_CONTROLLER

Definition at line 35 of file CustomDBGController.cc.

◆ DPRINT

#define DPRINT (   ...)    printf(__VA_ARGS__)

Definition at line 37 of file CustomDBGController.cc.

Typedef Documentation

◆ MAU

Definition at line 44 of file CustomDBGController.cc.