| /NextBSD/contrib/llvm/tools/lldb/tools/lldb-server/ |
| HD | LLDBServerUtilities.cpp | 29 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/ |
| HD | Log.h | 54 …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,
|
| HD | Logging.h | 87 EnableLog (lldb::StreamSP &log_stream_sp, uint32_t log_options, const char **categories, Stream *fe…
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ |
| HD | ProcessPOSIXLog.cpp | 123 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()
|
| HD | ProcessPOSIXLog.h | 71 EnableLog (lldb::StreamSP &log_stream_sp, uint32_t log_options,
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | ProcessGDBRemoteLog.cpp | 126 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()
|
| HD | ProcessGDBRemoteLog.h | 54 …EnableLog (lldb::StreamSP &log_stream_sp, uint32_t log_options, const char **categories, Stream *f…
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | Log.cpp | 369 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()
|
| HD | Logging.cpp | 171 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()
|
| HD | Debugger.cpp | 1276 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/ |
| HD | LogChannelDWARF.cpp | 126 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()
|
| HD | LogChannelDWARF.h | 68 Enable (lldb::StreamSP &log_stream_sp,
|