Go to the source code of this file.
|
static cl::opt< bool, true > | Debug ("debug", cl::desc("Enable debug output"), cl::Hidden, cl::location(DebugFlag)) |
|
static cl::opt< unsigned > | DebugBufferSize ("debug-buffer-size", cl::desc("Buffer the last N characters of debug output ""until program termination. ""[default 0 -- immediate print-out]"), cl::Hidden, cl::init(0)) |
|
static std::string | CurrentDebugType |
|
static DebugOnlyOpt | DebugOnlyOptLoc |
|
static cl::opt< DebugOnlyOpt,
true, cl::parser< std::string > > | DebugOnly ("debug-only", cl::desc("Enable a specific type of debug output"), cl::Hidden, cl::value_desc("debug string"), cl::location(DebugOnlyOptLoc), cl::ValueRequired) |
|
static void debug_user_sig_handler |
( |
void * |
Cookie | ) |
|
|
static |
std::string CurrentDebugType |
|
static |
cl::opt<bool, true> Debug("debug", cl::desc("Enable debug output"), cl::Hidden, cl::location(DebugFlag)) |
|
static |
cl::opt<unsigned> DebugBufferSize("debug-buffer-size", cl::desc("Buffer the last N characters of debug output ""until program termination. ""[default 0 -- immediate print-out]"), cl::Hidden, cl::init(0)) |
|
static |
DebugOnlyOpt DebugOnlyOptLoc |
|
static |