Home
last modified time | relevance | path

Searched refs:log_channel_sp (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Core/
DLog.cpp459 LogChannelSP log_channel_sp(LogChannel::FindPlugin (name)); in ListAllLogChannels() local
460 if (log_channel_sp) in ListAllLogChannels()
461 log_channel_sp->ListCategories (strm); in ListAllLogChannels()
492 LogChannelSP log_channel_sp; in FindPlugin() local
502 log_channel_sp.reset(create_callback()); in FindPlugin()
503 if (log_channel_sp) in FindPlugin()
507 channel_map[log_channel_name] = log_channel_sp; in FindPlugin()
515 log_channel_sp = pos->second; in FindPlugin()
517 return log_channel_sp; in FindPlugin()
DDebugger.cpp2665 LogChannelSP log_channel_sp (LogChannel::FindPlugin (channel)); in EnableLog() local
2666 if (log_channel_sp) in EnableLog()
2668 if (log_channel_sp->Enable (log_stream_sp, log_options, &error_stream, categories)) in EnableLog()
/external/lldb/source/Commands/
DCommandObjectLog.cpp296 LogChannelSP log_channel_sp (LogChannel::FindPlugin(channel.c_str())); in DoExecute() local
297 if (log_channel_sp) in DoExecute()
299log_channel_sp->Disable(args.GetConstArgumentVector(), &result.GetErrorStream()); in DoExecute()
371 LogChannelSP log_channel_sp (LogChannel::FindPlugin(channel.c_str())); in DoExecute() local
372 if (log_channel_sp) in DoExecute()
374 log_channel_sp->ListCategories(&result.GetOutputStream()); in DoExecute()