BRL-CAD
|
Go to the source code of this file.
Macros | |
#define | BU_DEBUG_OFF 0 /* No debugging */ |
#define | BU_DEBUG_COREDUMP 0x00000001 /* bu_bomb() should dump core on exit */ |
#define | BU_DEBUG_UNUSED_0 0x00000002 /* Unallocated */ |
#define | BU_DEBUG_UNUSED_1 0x00000004 /* Unallocated */ |
#define | BU_DEBUG_UNUSED_2 0x00000008 /* Unallocated */ |
#define | BU_DEBUG_PARALLEL 0x00000010 /* Parallel debug logging */ |
#define | BU_DEBUG_UNUSED_3 0x00000020 /* Unallocated */ |
#define | BU_DEBUG_BACKTRACE 0x00000040 /* Log backtrace details during abnormal exit */ |
#define | BU_DEBUG_ATTACH 0x00000080 /* Waits for a debugger to attach during a crash */ |
#define | BU_DEBUG_MATH 0x00000100 /* Fundamental math routines (plane.c, mat.c) */ |
#define | BU_DEBUG_PTBL 0x00000200 /* bu_ptbl_() logging */ |
#define | BU_DEBUG_AVS 0x00000400 /* bu_avs_() logging */ |
#define | BU_DEBUG_MAPPED_FILE 0x00000800 /* bu_mapped_file logging */ |
#define | BU_DEBUG_PATHS 0x00001000 /* File and path debug logging */ |
#define | BU_DEBUG_UNUSED_4 0x00002000 /* Unallocated */ |
#define | BU_DEBUG_UNUSED_5 0x00004000 /* Unallocated */ |
#define | BU_DEBUG_UNUSED_6 0x00008000 /* Unallocated */ |
#define | BU_DEBUG_TABDATA 0x00010000 /* LIBBN: tabdata */ |
#define | BU_DEBUG_UNUSED_7 0x00020000 /* Unallocated */ |
#define | BU_DEBUG_UNUSED_8 0x00040000 /* Unallocated */ |
#define | BU_DEBUG_UNUSED_9 0x00080000 /* Unallocated */ |
#define | BU_DEBUG_FORMAT |
Variables | |
unsigned int | bu_debug |