Searched refs:log_channels (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/lldb/tools/lldb-server/
H A DLLDBServerUtilities.h23 const llvm::StringRef &log_channels,
H A DLLDBServerUtilities.cpp55 const StringRef &log_channels,
61 log_channels.split(channel_array, ":", /*MaxSplit*/ -1, /*KeepEmpty*/ false);
54 SetupLogging(const std::string &log_file, const StringRef &log_channels, uint32_t log_options) argument
H A Dlldb-platform.cpp158 log_channels; // e.g. "lldb process threads:gdb-remote default:linux all" local
196 log_channels = StringRef(optarg);
251 if (!LLDBServerUtilities::SetupLogging(log_file, log_channels, 0))
H A Dlldb-gdbserver.cpp345 log_channels; // e.g. "lldb process threads:gdb-remote default:linux all" local
401 log_channels = Args.getLastArgValue(OPT_log_channels);
421 log_file, log_channels,

Completed in 139 milliseconds