#include "config_debug.h"


Go to the source code of this file.
Defines | |
| #define | ID Initial_DEBUG |
Functions/Subroutines | |
| void | DEBUG_Init_Config (void) |
| void | DEBUG_Push_Config (BOOL use_default) |
| BOOL | DEBUG_Pop_Config (void) |
| static void | DEBUG_Configure_Alignment (char *val) |
| void | DEBUG_Configure (void) |
Variables | |
| static DEBUG_FLAGS | Default_DEBUG |
| DEBUG_FLAGS | Initial_DEBUG |
| static char * | Debug_Alignment_Name = NULL |
| DEBUG_FLAGS * | Current_DEBUG = &Initial_DEBUG |
| static OPTION_DESC | Options_DEBUG [] |
| #define ID Initial_DEBUG |
Definition at line 180 of file config_debug.cxx.
Referenced by EKAPI_GetOperandInfo4Grp(), EKAPI_Op2Fu(), EKAPI_Op2Opndsgrp(), EKAPI_OpName4id(), f0_record(), f1_record(), f8_record(), and main().
Definition at line 477 of file config_debug.cxx.
References add_cray_args(), Cray_Woff(), Debug_Alignment_Name, DEBUG_Configure_Alignment(), DEBUG_Conform_Check, DEBUG_Conform_Check_Set, DEBUG_Cray_Port, DEBUG_Div_Check, DEBUG_Div_Check_Set, DEBUG_Equiv_Warning, DEBUG_Equiv_Warning_Set, DEBUG_Full_Interface_Check, DEBUG_Full_Interface_Check_Set, DEBUG_Fullwarn, DEBUG_Int32_Overflow_Check, DEBUG_Int32_Overflow_Check_Set, DEBUG_Int_Overflow_Check, DEBUG_Pointer_Increment_Warning, DEBUG_Pointer_Increment_Warning_Set, DEBUG_Printf_Warning, DEBUG_Printf_Warning_Set, DEBUG_Shift_Check, DEBUG_Shift_Check_Set, DEBUG_Shift_Warning, DEBUG_Shift_Warning_Set, DEBUG_Subscript_Check, DEBUG_Trap_Uv, DEBUG_Trap_Uv_Rjustify, DEBUG_Trap_Uv_Set, DEBUG_Trunc_Check, DEBUG_Trunc_Check_Set, DEBUG_Trunc_Warning, DEBUG_Trunc_Warning_Set, DIV_OFLOW_CHECK, DIV_ZERO_CHECK, debug_flags::error, ES_ADVISORY, Min_Error_Severity, msg, OLIST_next, OLIST_val, Rag_Handle_Woff_Args(), debug_flags::remark, debug_flags::warning, and debug_flags::woff.
Referenced by Configure_Source().
| static void DEBUG_Configure_Alignment | ( | char * | val | ) | [static] |
Definition at line 443 of file config_debug.cxx.
References ALIGN_COMPOSE, ALIGN_FIXADE, ALIGN_NORMAL, DEBUG_Alignment, DEBUG_Alignment_Normal, DevWarn, EC_Inv_OPT, ErrMsg(), INT32, len, strlen(), and strncasecmp().
Referenced by DEBUG_Configure().
Definition at line 379 of file config_debug.cxx.
References EC_No_Mem, ErrMsg(), malloc, and debug_flags::next.
char* Debug_Alignment_Name = NULL [static] |
DEBUG_FLAGS Default_DEBUG [static] |
Definition at line 83 of file config_debug.cxx.
Definition at line 127 of file config_debug.cxx.
OPTION_DESC Options_DEBUG[] [static] |
Definition at line 182 of file config_debug.cxx.
1.5.6