summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2017-02-06 19:31:05 +0000
committerPavel Labath <labath@google.com>2017-02-06 19:31:05 +0000
commitaafe053c5311df904a337f8782b6122f052e84d2 (patch)
tree8593b21617fe9f6fbbd73a9f983393b784b900f1 /lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp
parent2f8d5739b539d0bdabef03d017e1a3ed80bd1dbd (diff)
downloadbcm5719-llvm-aafe053c5311df904a337f8782b6122f052e84d2.tar.gz
bcm5719-llvm-aafe053c5311df904a337f8782b6122f052e84d2.zip
Remove the verbose category in the posix channel
replace by LLDB_LOGV llvm-svn: 294223
Diffstat (limited to 'lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp')
-rw-r--r--lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp b/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp
index 0c5a518d1c9..f2d4e38033e 100644
--- a/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp
+++ b/lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp
@@ -84,8 +84,6 @@ static uint32_t GetFlagBits(const char *arg) {
return POSIX_LOG_STEP;
else if (::strcasecmp(arg, "thread") == 0)
return POSIX_LOG_THREAD;
- else if (::strcasecmp(arg, "verbose") == 0)
- return POSIX_LOG_VERBOSE;
else if (::strncasecmp(arg, "watch", 5) == 0)
return POSIX_LOG_WATCHPOINTS;
return 0;
OpenPOWER on IntegriCloud