summaryrefslogtreecommitdiffstats
path: root/tools/lldb-server/LLDBServerUtilities.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lldb-server/LLDBServerUtilities.cpp')
-rw-r--r--tools/lldb-server/LLDBServerUtilities.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lldb-server/LLDBServerUtilities.cpp b/tools/lldb-server/LLDBServerUtilities.cpp
index 8df4875..438d9f1 100644
--- a/tools/lldb-server/LLDBServerUtilities.cpp
+++ b/tools/lldb-server/LLDBServerUtilities.cpp
@@ -42,7 +42,7 @@ LLDBServerUtilities::SetupLogging(const std::string& log_file,
}
SmallVector<StringRef, 32> channel_array;
- log_channels.split(channel_array, ":");
+ log_channels.split(channel_array, ":", /*MaxSplit*/ -1, /*KeepEmpty*/ false);
for (auto channel_with_categories : channel_array)
{
StreamString error_stream;
OpenPOWER on IntegriCloud