Go to the source code of this file.
◆ DEBUG_ACT_GET_ACT_NAME
#define DEBUG_ACT_GET_ACT_NAME |
( |
|
actd | ) |
"(no DEBUG; act name unavailable)" |
◆ DEBUG_ACT_SET_ACT_NAME
#define DEBUG_ACT_SET_ACT_NAME |
( |
|
actd, |
|
|
|
name |
|
) |
| |
Value:
Platform-agnostic debug interface for SSM.
TODO: lots of tidying up to get rid of ugly CPP ifdefs etc.
◆ DEBUG_ASSERT
#define DEBUG_ASSERT |
( |
|
assertion, |
|
|
|
... |
|
) |
| |
◆ DEBUG_PRINT
#define DEBUG_PRINT |
( |
|
... | ) |
|
◆ DEBUG_SV_GET_TYPE_NAME
#define DEBUG_SV_GET_TYPE_NAME |
( |
|
svd | ) |
"(no DEBUG; type name unavailable)" |
◆ DEBUG_SV_GET_VALUE_REPR
#define DEBUG_SV_GET_VALUE_REPR |
( |
|
svd, |
|
|
|
sv |
|
) |
| "(no DEBUG; value unavailable)" |
◆ DEBUG_SV_GET_VAR_NAME
#define DEBUG_SV_GET_VAR_NAME |
( |
|
svd | ) |
"(no DEBUG; var name unavailable)" |
◆ DEBUG_SV_SET_TYPE_NAME
#define DEBUG_SV_SET_TYPE_NAME |
( |
|
svd, |
|
|
|
name |
|
) |
| |
◆ DEBUG_SV_SET_VALUE_REPR
#define DEBUG_SV_SET_VALUE_REPR |
( |
|
svd, |
|
|
|
vr |
|
) |
| |
◆ DEBUG_SV_SET_VAR_NAME
#define DEBUG_SV_SET_VAR_NAME |
( |
|
svd, |
|
|
|
name |
|
) |
| |
◆ DEBUG_TRACE
#define DEBUG_TRACE |
( |
|
... | ) |
|