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

Macro Definition Documentation

◆ assert

#define assert (   x)    ASSERT(x)

Definition at line 62 of file debug.h.

◆ ASSERT_IRQL

#define ASSERT_IRQL (   x)

Definition at line 55 of file debug.h.

◆ assert_irql

#define assert_irql (   x)    ASSERT_IRQL(x)

Definition at line 63 of file debug.h.

◆ ASSERT_IRQL_EQUAL

#define ASSERT_IRQL_EQUAL (   x)

Definition at line 56 of file debug.h.

◆ CHECKPOINT

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

Definition at line 81 of file debug.h.

◆ DEBUG_MEMORY

#define DEBUG_MEMORY   0x00000100

Definition at line 18 of file debug.h.

◆ DEBUG_ULTRA

#define DEBUG_ULTRA   0xFFFFFFFF

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

◆ NDIS_DbgPrint

#define NDIS_DbgPrint (   _t_,
  _x_ 
)

Definition at line 53 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    NDIS_DbgPrint(MIN_TRACE, ("%s at %s:%d is unimplemented, \ but come back another day.\n", __FUNCTION__, __FILE__, __LINE__));

Definition at line 74 of file debug.h.