Dillo
Macros
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

#define D_STMT_END   while (0)
#define D_STMT_NOP   D_STMT_START { } D_STMT_END
#define D_STMT_START   do
#define DBG_IF_RTFL   if(0)
#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
#define DBG_OBJ_MSG_S (   aspect,
  prio,
  msg 
)    STMT_NOP
#define DBG_OBJ_MSGF_S (   aspect,
  prio,
  fmt,
  ... 
)    STMT_NOP
#define DEBUG_MSG (   level,
  ... 
)
#define STMT_NOP   do { } while (0)