Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp65 Args channel_then_categories(channel_with_categories); in SetupLogging() local
66 std::string channel(channel_then_categories.GetArgumentAtIndex(0)); in SetupLogging()
67 channel_then_categories.Shift(); // Shift off the channel in SetupLogging()
71 channel_then_categories.GetArgumentArrayRef(), error_stream); in SetupLogging()