Home
last modified time | relevance | path

Searched refs:log_stream_sp (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/tools/lldb-server/
HDLLDBServerUtilities.cpp29 lldb::StreamSP log_stream_sp; in SetupLogging() local
32 log_stream_sp.reset(new StreamFile(stdout, false)); in SetupLogging()
41 log_stream_sp.reset(new StreamFile(log_file.c_str(), options)); in SetupLogging()
53 bool success = Log::EnableLogChannel(log_stream_sp, in SetupLogging()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDLog.h54 …typedef Log *(*EnableCallback)(lldb::StreamSP &log_stream_sp, uint32_t log_options, const char **c…
78 EnableLogChannel(lldb::StreamSP &log_stream_sp, uint32_t log_options, const char *channel,
82 … EnableAllLogChannels(lldb::StreamSP &log_stream_sp, uint32_t log_options, const char **categories,
199 lldb::StreamSP &log_stream_sp, uint32_t log_options,
HDLogging.h87 EnableLog (lldb::StreamSP &log_stream_sp, uint32_t log_options, const char **categories, Stream *fe…
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
HDProcessPOSIXLog.cpp123 ProcessPOSIXLog::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **args, Strea… in EnableLog() argument
132 if (log_stream_sp) in EnableLog()
135 g_log->SetStream(log_stream_sp); in EnableLog()
137 g_log = new Log(log_stream_sp); in EnableLog()
HDProcessPOSIXLog.h71 EnableLog (lldb::StreamSP &log_stream_sp, uint32_t log_options,
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemoteLog.cpp126 ProcessGDBRemoteLog::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **categor… in EnableLog() argument
135 if (log_stream_sp) in EnableLog()
138 g_log->SetStream(log_stream_sp); in EnableLog()
140 g_log = new Log(log_stream_sp); in EnableLog()
HDProcessGDBRemoteLog.h54 …EnableLog (lldb::StreamSP &log_stream_sp, uint32_t log_options, const char **categories, Stream *f…
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDLog.cpp369 Log::EnableLogChannel(lldb::StreamSP &log_stream_sp, in EnableLogChannel() argument
378 log_callbacks.enable (log_stream_sp, log_options, categories, &error_stream); in EnableLogChannel()
385 if (log_channel_sp->Enable (log_stream_sp, log_options, &error_stream, categories)) in EnableLogChannel()
405 StreamSP &log_stream_sp, in EnableAllLogChannels() argument
415 pos->second.enable (log_stream_sp, log_options, categories, feedback_strm); in EnableAllLogChannels()
421 channel_pos->second->Enable (log_stream_sp, log_options, feedback_strm, categories); in EnableAllLogChannels()
HDLogging.cpp171 lldb_private::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **categories, St… in EnableLog() argument
182 if (log_stream_sp) in EnableLog()
185 g_log->SetStream(log_stream_sp); in EnableLog()
187 g_log = new Log(log_stream_sp); in EnableLog()
HDDebugger.cpp1276 StreamSP log_stream_sp; in EnableLog() local
1279 log_stream_sp = m_log_callback_stream_sp; in EnableLog()
1285 log_stream_sp = GetOutputFile(); in EnableLog()
1291 log_stream_sp = pos->second.lock(); in EnableLog()
1292 if (!log_stream_sp) in EnableLog()
1299 log_stream_sp.reset (new StreamFile (log_file, options)); in EnableLog()
1300 m_log_streams[log_file] = log_stream_sp; in EnableLog()
1303 assert (log_stream_sp.get()); in EnableLog()
1308 return Log::EnableLogChannel(log_stream_sp, log_options, channel, categories, error_stream); in EnableLog()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDLogChannelDWARF.cpp126 StreamSP &log_stream_sp, in Enable() argument
135 m_log_ap->SetStream(log_stream_sp); in Enable()
137 m_log_ap.reset(new Log (log_stream_sp)); in Enable()
HDLogChannelDWARF.h68 Enable (lldb::StreamSP &log_stream_sp,