Home
last modified time | relevance | path

Searched refs:LogChannel (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDLog.h186 class LogChannel : public PluginInterface
189 LogChannel();
191 virtual ~LogChannel();
209 DISALLOW_COPY_AND_ASSIGN(LogChannel);
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDLog.cpp382 LogChannelSP log_channel_sp (LogChannel::FindPlugin (channel)); in EnableLogChannel()
496 LogChannelSP log_channel_sp(LogChannel::FindPlugin (name)); in ListAllLogChannels()
533 LogChannel::FindPlugin (const char *plugin_name) in FindPlugin()
563 LogChannel::LogChannel () : in LogChannel() function in LogChannel
568 LogChannel::~LogChannel () in ~LogChannel()
HDPluginManager.cpp1378 #pragma mark LogChannel
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDLogChannelDWARF.h32 class LogChannelDWARF : public lldb_private::LogChannel
52 static lldb_private::LogChannel *
HDLogChannelDWARF.cpp25 LogChannel () in LogChannelDWARF()
48 LogChannel*
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectLog.cpp295 LogChannelSP log_channel_sp (LogChannel::FindPlugin(channel.c_str())); in DoExecute()
370 LogChannelSP log_channel_sp (LogChannel::FindPlugin(channel.c_str())); in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-private-interfaces.h28 typedef LogChannel* (*LogChannelCreateInstance) ();
HDlldb-forward.h122 class LogChannel; variable
338 typedef std::shared_ptr<lldb_private::LogChannel> LogChannelSP;