HomeSort by relevance Sort by last modified time
    Searched full:g_debug (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/tools/valgrind/
valgrind.sh 94 # G_DEBUG=fatal_warnings: make GTK abort on any critical or warning assertions.
96 # comment out the G_DEBUG=fatal_warnings line.
107 G_DEBUG=fatal_warnings \
  /external/lldb/tools/debugserver/source/
DNBLog.cpp 16 static int g_debug = 0; variable
38 return g_debug;
45 g_debug = g;
126 // Print debug strings if and only if the global g_debug is set to
132 if (DNBLogEnabled () && g_debug)
143 // Print debug strings if and only if the global g_debug is set to
149 if (DNBLogEnabled () && g_debug && g_verbose)
ChangeLog     [all...]
  /build/tools/atree/
atree.cpp 15 bool g_debug = getenv("ATREE_DEBUG") != NULL;
83 if (g_debug) {
159 g_debug = true;
  /external/lldb/tools/lldb-platform/
lldb-platform.cpp 38 int g_debug = 0; variable
43 { "debug", no_argument, &g_debug, 1 },
  /external/harfbuzz_ng/test/api/
Makefile.am 69 G_DEBUG=gc-friendly \

Completed in 376 milliseconds