Go to the source code of this file.
◆ DEBUG
◆ EPNAME
| #define EPNAME |
( |
|
x | ) |
static const char *epname = x; |
◆ FTRACE
| #define FTRACE |
( |
|
act, |
|
|
|
x |
|
) |
| |
Value:
TRACES(x <<" fn=" << (oh->Name()))
◆ GTRACE
| #define GTRACE |
( |
|
act | ) |
BwmTrace.What & TRACE_ ## act |
◆ TRACE_ALL
◆ TRACE_calls
| #define TRACE_calls 0x0001 |
◆ TRACE_debug
| #define TRACE_debug 0x8000 |
◆ TRACE_delay
| #define TRACE_delay 0x0002 |
◆ TRACE_sched
| #define TRACE_sched 0x0004 |
◆ TRACE_tokens
| #define TRACE_tokens 0x0008 |
◆ TRACES
| #define TRACES |
( |
|
x | ) |
{BwmTrace.Beg(epname,tident); cerr <<x; BwmTrace.End();} |
◆ XTRACE
| #define XTRACE |
( |
|
act, |
|
|
|
target, |
|
|
|
x |
|
) |
| if (GTRACE(act)) TRACES(x <<" fn=" <<target) |
◆ ZTRACE
◆ BwmTrace