EnableDebugBuffering ‐ This defaults to false. If true, the debug stream will install signal handlers to dump any buffered debug output. It allows clients to selectively allow the debug stream to install signal handlers if they are certain there will be no conflict.

Synopsis

Declared in <llvm/Support/Debug.h>

extern
bool EnableDebugBuffering;

Created with MrDocs