Lines Matching refs:DEBUG

12310     meson: Don't forget to define DEBUG!
12331 x86emu: Fix type conversion warnings on x86_64 with DEBUG
12345 fbdevhw: Fix inconsistent #if DEBUG usage
12347 fbdevhw is the only file in X's source that actually uses #if DEBUG to
12348 check for debugging instead of #ifdef DEBUG. This is contrary to
12349 everything else that checks the DEBUG macro in the source, so let's make
58825 Fix Xephyr compilation when DEBUG is enabled
58827 When DEBUG is enabled Xephyr compilation fails:
79777 Fixes format mismatch errors when building with DEBUG defined on
90899 Introduced in e3f296d91dfe6b827195e1d387e1a04aa73b85c3, when the ifdef DEBUG
115921 Cygwin/X: Avoid a collision between DEBUG and a token name
115923 Rename a token to avoid a collision between DEBUG defined via AC_DEFINE
129186 xfree86: Remove superfluous ifdef DEBUG checks.
129194 xfree86: Remove superfluous ifdef DEBUG checks.
146710 gl: include assert.h if we're compiling with DEBUG.
150255 converted to #ifndef DEBUG instead. There should be no ABI consequences
152439 ifdef DEBUG, and ditch a couple of random bits that were never used.
172390 DebugF is ErrorF when DEBUG is defined, else a no-op.
172405 Also change #ifdef DEBUG/ErrorF/#endif to DebugF in FixKeyState.
173594 Clean up a bunch of debugging ErrorFs to be hidden behind #ifdef DEBUG.
175220 define DEBUG in DIX
175222 Which makes #ifdef DEBUG actually useful. Incredible.
177696 Coverity #983: Move some risky debugging code inside #ifdef DEBUG.
185785 Fix debugging ErrorF() so it compiles when DEBUG is true.