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

  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIXLog.cpp 27 static Log * g_log = NULL; variable
33 return g_log;
111 if (g_log)
112 flag_bits = g_log->GetMask().Get();
117 if (g_log)
118 g_log->SetStream(log_stream_sp);
120 g_log = new Log(log_stream_sp);
123 if (g_log)
147 g_log->GetMask().Reset(flag_bits);
148 g_log->GetOptions().Reset(log_options)
    [all...]
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDPLog.cpp 26 static Log * g_log = NULL; variable
32 return g_log;
101 if (g_log)
102 flag_bits = g_log->GetMask().Get();
107 if (g_log)
108 g_log->SetStream(log_stream_sp);
110 g_log = new Log(log_stream_sp);
113 if (g_log)
146 g_log->GetMask().Reset(flag_bits);
147 g_log->GetOptions().Reset(log_options)
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemoteLog.cpp 26 static Log * g_log = NULL; variable
32 return g_log;
112 if (g_log)
113 flag_bits = g_log->GetMask().Get();
118 if (g_log)
119 g_log->SetStream(log_stream_sp);
121 g_log = new Log(log_stream_sp);
124 if (g_log)
157 g_log->GetMask().Reset(flag_bits);
158 g_log->GetOptions().Reset(log_options)
    [all...]
  /external/lldb/source/
lldb-log.cpp 31 static Log * g_log = NULL; variable
37 return g_log;
169 if (g_log)
170 flag_bits = g_log->GetMask().Get();
177 if (g_log)
178 g_log->SetStream(log_stream_sp);
180 g_log = new Log(log_stream_sp);
183 if (g_log)
220 return g_log;
224 g_log->GetMask().Reset(flag_bits)
    [all...]

Completed in 346 milliseconds