ReactOS 0.4.15-dev-7953-g1f49173
debug.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NORMAL_MASK   0x000000FF
 
#define SPECIAL_MASK   0xFFFFFF00
 
#define MIN_TRACE   0x00000001
 
#define MID_TRACE   0x00000002
 
#define MAX_TRACE   0x00000003
 
#define DEBUG_CHECK   0x00000100
 
#define DEBUG_IRP   0x00000200
 
#define DEBUG_ULTRA   0xFFFFFFFF
 
#define AFD_DbgPrint(_t_, _x_)
 
#define ASSERTKM(x)
 
#define ASSERT(x)
 
#define assert(x)   ASSERT(x)
 
#define UNIMPLEMENTED
 
#define CHECKPOINT    AFD_DbgPrint(DEBUG_CHECK, ("\n"));
 
#define CP   CHECKPOINT
 

Macro Definition Documentation

◆ AFD_DbgPrint

#define AFD_DbgPrint (   _t_,
  _x_ 
)

Definition at line 60 of file debug.h.

◆ ASSERT

#define ASSERT (   x)

Definition at line 64 of file debug.h.

◆ assert

#define assert (   x)    ASSERT(x)

Definition at line 71 of file debug.h.

◆ ASSERTKM

#define ASSERTKM (   x)

Definition at line 62 of file debug.h.

◆ CHECKPOINT

#define CHECKPOINT    AFD_DbgPrint(DEBUG_CHECK, ("\n"));

Definition at line 89 of file debug.h.

◆ CP

#define CP   CHECKPOINT

Definition at line 92 of file debug.h.

◆ DEBUG_CHECK

#define DEBUG_CHECK   0x00000100

Definition at line 18 of file debug.h.

◆ DEBUG_IRP

#define DEBUG_IRP   0x00000200

Definition at line 19 of file debug.h.

◆ DEBUG_ULTRA

#define DEBUG_ULTRA   0xFFFFFFFF

Definition at line 20 of file debug.h.

◆ MAX_TRACE

#define MAX_TRACE   0x00000003

Definition at line 16 of file debug.h.

◆ MID_TRACE

#define MID_TRACE   0x00000002

Definition at line 15 of file debug.h.

◆ MIN_TRACE

#define MIN_TRACE   0x00000001

Definition at line 14 of file debug.h.

◆ NORMAL_MASK

#define NORMAL_MASK   0x000000FF

Definition at line 12 of file debug.h.

◆ SPECIAL_MASK

#define SPECIAL_MASK   0xFFFFFF00

Definition at line 13 of file debug.h.

◆ UNIMPLEMENTED

#define UNIMPLEMENTED
Value:
AFD_DbgPrint(MIN_TRACE, ("%s at %s:%d is unimplemented, " \
"but come back another day.\n", __FUNCTION__, __FILE__, __LINE__));
#define __FUNCTION__
Definition: types.h:116
#define MIN_TRACE
Definition: debug.h:14
#define AFD_DbgPrint(_t_, _x_)
Definition: debug.h:60

Definition at line 82 of file debug.h.