#include <stdlib.h>
#include <stdio.h>
Go to the source code of this file.
◆ DIAG_DBG_LVL
◆ DIAG_DevEMsg
#define DIAG_DevEMsg |
( |
|
... | ) |
|
Value:{ fputs("ERROR: ", stdout); \
fprintf(stdout, __VA_ARGS__); fputs("\n", stdout); \
fprintf(stdout, "\t[%s:%d]\n", __FILE__, __LINE__); } \
}
Definition at line 256 of file diagnostics.h.
◆ DIAG_DevIf
◆ DIAG_DevMsg
#define DIAG_DevMsg |
( |
|
level, |
|
|
|
... |
|
) |
| |
Value: fprintf(stdout, "msg* [%d]: ", level); \
fprintf(stdout, __VA_ARGS__); fputs("\n", stdout); }
Definition at line 246 of file diagnostics.h.
◆ DIAG_Die
Value:
DIAG_EXTERN void Diagnostics_TheMostVisitedBreakpointInHistory(const char *filenm, unsigned int lineno)
Definition at line 267 of file diagnostics.h.
◆ DIAG_EMsg
Value:{ fputs("ERROR: ", stdout); \
fprintf(stdout, __VA_ARGS__); fputs("\n", stdout); \
}
Definition at line 251 of file diagnostics.h.
◆ DIAG_EXTERN
#define DIAG_EXTERN extern |
◆ DIAG_If
◆ DIAG_Msg
#define DIAG_Msg |
( |
|
level, |
|
|
|
... |
|
) |
| |
Value: fprintf(stdout, "msg [%d]: ", level); \
fprintf(stdout, __VA_ARGS__); fputs("\n", stdout); }
Definition at line 241 of file diagnostics.h.
◆ DIAG_MsgIf
#define DIAG_MsgIf |
( |
|
ifexpr, |
|
|
|
... |
|
) |
| |
Value:if (ifexpr) { \
fputs("msg: ", stdout); \
fprintf(stdout, __VA_ARGS__); fputs("\n", stdout); }
Definition at line 236 of file diagnostics.h.
◆ Diagnostics_GetDiagnosticFilterLevel()
DIAG_EXTERN int Diagnostics_GetDiagnosticFilterLevel |
( |
| ) |
|
◆ Diagnostics_SetDiagnosticFilterLevel()
DIAG_EXTERN void Diagnostics_SetDiagnosticFilterLevel |
( |
int |
lvl | ) |
|
◆ Diagnostics_TheMostVisitedBreakpointInHistory()
DIAG_EXTERN void Diagnostics_TheMostVisitedBreakpointInHistory |
( |
const char * |
filenm, |
|
|
unsigned int |
lineno |
|
) |
| |
◆ DIAG_DBG_LVL_PUB
◆ DIAG_UnexpectedInput
const char* DIAG_UnexpectedInput |
◆ DIAG_UnexpectedOpr
const char* DIAG_UnexpectedOpr |
◆ DIAG_Unimplemented
const char* DIAG_Unimplemented |