Home
last modified time | relevance | path

Searched refs:g_log_enabled (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIXLog.cpp26 static bool g_log_enabled = false; variable
31 if (!g_log_enabled) in GetLog()
99 g_log_enabled = false; in DisableLog()
149 g_log_enabled = true; in EnableLog()
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDPLog.cpp25 static bool g_log_enabled = false; variable
30 if (!g_log_enabled) in GetLog()
89 g_log_enabled = false; in DisableLog()
149 g_log_enabled = true; in EnableLog()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemoteLog.cpp25 static bool g_log_enabled = false; variable
30 if (!g_log_enabled) in GetLog()
98 g_log_enabled = false; in DisableLog()
160 g_log_enabled = true; in EnableLog()
/external/lldb/source/
Dlldb-log.cpp30 static bool g_log_enabled = false; variable
35 if (!g_log_enabled) in GetLog()
157 g_log_enabled = false; in DisableLog()
227 g_log_enabled = true; in EnableLog()