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

  /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)
  /external/lldb/tools/lldb-platform/
lldb-platform.cpp 38 int g_debug = 0; variable
43 { "debug", no_argument, &g_debug, 1 },
  /build/tools/atree/
atree.cpp 15 bool g_debug = getenv("ATREE_DEBUG") != NULL;
83 if (g_debug) {
159 g_debug = true;

Completed in 53 milliseconds