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

  /external/lldb/source/Core/
Log.cpp 459 LogChannelSP log_channel_sp(LogChannel::FindPlugin (name));
460 if (log_channel_sp)
461 log_channel_sp->ListCategories (strm);
492 LogChannelSP log_channel_sp; local
502 log_channel_sp.reset(create_callback());
503 if (log_channel_sp)
507 channel_map[log_channel_name] = log_channel_sp;
515 log_channel_sp = pos->second;
517 return log_channel_sp;
Debugger.cpp     [all...]
  /external/lldb/source/Commands/
CommandObjectLog.cpp 296 LogChannelSP log_channel_sp (LogChannel::FindPlugin(channel.c_str()));
297 if (log_channel_sp)
299 log_channel_sp->Disable(args.GetConstArgumentVector(), &result.GetErrorStream());
371 LogChannelSP log_channel_sp (LogChannel::FindPlugin(channel.c_str()));
372 if (log_channel_sp)
374 log_channel_sp->ListCategories(&result.GetOutputStream());

Completed in 89 milliseconds