Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectLog.cpp285 if (Log::GetLogChannelCallbacks (ConstString(channel.c_str()), log_callbacks)) in DoExecute()
359 if (Log::GetLogChannelCallbacks (ConstString(channel.c_str()), log_callbacks)) in DoExecute()
/external/lldb/include/lldb/Core/
DLog.h88 GetLogChannelCallbacks (const ConstString &channel,
/external/lldb/source/Core/
DLog.cpp352 Log::GetLogChannelCallbacks (const ConstString &channel, Log::Callbacks &log_callbacks) in GetLogChannelCallbacks() function in Log
DDebugger.cpp2658 if (Log::GetLogChannelCallbacks (ConstString(channel), log_callbacks)) in EnableLog()