Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
debug.hh File Reference
#include <stdio.h>
#include "debug_rtfl.hh"
Include dependency graph for debug.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define D_STMT_START   do
 
#define D_STMT_END   while (0)
 
#define D_STMT_NOP   D_STMT_START { } D_STMT_END
 
#define DEBUG_MSG(level, ...)
 
#define STMT_NOP   do { } while (0)
 
#define DBG_IF_RTFL   if(0)
 
#define DBG_OBJ_MSG_S(aspect, prio, msg)   STMT_NOP
 
#define DBG_OBJ_MSGF_S(aspect, prio, fmt, ...)   STMT_NOP
 
#define DBG_OBJ_ENTER0_S(aspect, prio, funname)   STMT_NOP
 
#define DBG_OBJ_ENTER_S(aspect, prio, funname, fmt, ...)   STMT_NOP
 
#define DBG_OBJ_LEAVE_S()   STMT_NOP
 
#define DBG_OBJ_LEAVE_VAL_S(fmt, ...)   STMT_NOP
 

Macro Definition Documentation

◆ D_STMT_END

#define D_STMT_END   while (0)

Definition at line 18 of file debug.hh.

◆ D_STMT_NOP

#define D_STMT_NOP   D_STMT_START { } D_STMT_END

Definition at line 20 of file debug.hh.

◆ D_STMT_START

#define D_STMT_START   do

Definition at line 17 of file debug.hh.

◆ DBG_IF_RTFL

#define DBG_IF_RTFL   if(0)

Definition at line 73 of file debug.hh.

◆ DBG_OBJ_ENTER0_S

#define DBG_OBJ_ENTER0_S (   aspect,
  prio,
  funname 
)    STMT_NOP

Definition at line 77 of file debug.hh.

◆ DBG_OBJ_ENTER_S

#define DBG_OBJ_ENTER_S (   aspect,
  prio,
  funname,
  fmt,
  ... 
)    STMT_NOP

Definition at line 78 of file debug.hh.

◆ DBG_OBJ_LEAVE_S

#define DBG_OBJ_LEAVE_S ( )    STMT_NOP

Definition at line 79 of file debug.hh.

◆ DBG_OBJ_LEAVE_VAL_S

#define DBG_OBJ_LEAVE_VAL_S (   fmt,
  ... 
)    STMT_NOP

Definition at line 80 of file debug.hh.

◆ DBG_OBJ_MSG_S

#define DBG_OBJ_MSG_S (   aspect,
  prio,
  msg 
)    STMT_NOP

Definition at line 75 of file debug.hh.

◆ DBG_OBJ_MSGF_S

#define DBG_OBJ_MSGF_S (   aspect,
  prio,
  fmt,
  ... 
)    STMT_NOP

Definition at line 76 of file debug.hh.

◆ DEBUG_MSG

#define DEBUG_MSG (   level,
  ... 
)

Definition at line 29 of file debug.hh.

◆ STMT_NOP

#define STMT_NOP   do { } while (0)

Definition at line 71 of file debug.hh.