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_ULTRA   0xFFFFFFFF
 
#define TDI_DbgPrint(_t_, _x_)
 
#define ASSERT_IRQL(x)
 
#define ASSERT(x)
 
#define assert(x)   ASSERT(x)
 
#define assert_irql(x)   ASSERT_IRQL(x)
 
#define UNIMPLEMENTED    TDI_DbgPrint(MIN_TRACE, ("%s at %s:%d is unimplemented, \ but come back another day.\n", __FUNCTION__, __FILE__, __LINE__));
 
#define CHECKPOINT   do { TDI_DbgPrint(MIN_TRACE, ("%s:%d\n", __FILE__, __LINE__)); } while(0);
 

Macro Definition Documentation

◆ ASSERT

#define ASSERT (   x)

Definition at line 62 of file debug.h.

◆ assert

#define assert (   x)    ASSERT(x)

Definition at line 67 of file debug.h.

◆ ASSERT_IRQL

#define ASSERT_IRQL (   x)

Definition at line 61 of file debug.h.

◆ assert_irql

#define assert_irql (   x)    ASSERT_IRQL(x)

Definition at line 68 of file debug.h.

◆ CHECKPOINT

#define CHECKPOINT   do { TDI_DbgPrint(MIN_TRACE, ("%s:%d\n", __FILE__, __LINE__)); } while(0);

Definition at line 86 of file debug.h.

◆ DEBUG_ULTRA

#define DEBUG_ULTRA   0xFFFFFFFF

Definition at line 18 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.

◆ TDI_DbgPrint

#define TDI_DbgPrint (   _t_,
  _x_ 
)

Definition at line 59 of file debug.h.

◆ UNIMPLEMENTED

#define UNIMPLEMENTED    TDI_DbgPrint(MIN_TRACE, ("%s at %s:%d is unimplemented, \ but come back another day.\n", __FUNCTION__, __FILE__, __LINE__));

Definition at line 79 of file debug.h.