Searched refs:_rtDebugFlag (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/libroot/os/
H A Ddebug.c57 bool _rtDebugFlag = true; variable
191 return _rtDebugFlag;
198 bool previous = _rtDebugFlag;
199 _rtDebugFlag = flag;
210 if (!_rtDebugFlag)
228 if (!_rtDebugFlag)
/haiku/headers/os/support/
H A DDebug.h21 extern bool _rtDebugFlag;
46 #define PRINT_OBJECT(OBJ) if (_rtDebugFlag) { \
58 #define DEBUGGER(MSG) if (_rtDebugFlag) debugger(MSG)
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c61 int _rtDebugFlag; variable
H A Dlibroot_stubs_legacy.c89 int _rtDebugFlag; variable

Completed in 133 milliseconds