summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2017-02-06 19:31:09 +0000
committerPavel Labath <labath@google.com>2017-02-06 19:31:09 +0000
commite8a7b9841c583059115f5136fae3c85880773513 (patch)
tree8376d4a9d125ef7fae83c9ca6932db5ad5166879 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h
parentaafe053c5311df904a337f8782b6122f052e84d2 (diff)
downloadbcm5719-llvm-e8a7b9841c583059115f5136fae3c85880773513.tar.gz
bcm5719-llvm-e8a7b9841c583059115f5136fae3c85880773513.zip
Remove the verbose category in the gdb-remote channel
replace by LLDB_LOGV llvm-svn: 294224
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h
index f5e92b45061..ec0d4b035ff 100644
--- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h
+++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h
@@ -17,7 +17,6 @@
// Project includes
#include "lldb/Core/Log.h"
-#define GDBR_LOG_VERBOSE (1u << 0)
#define GDBR_LOG_PROCESS (1u << 1)
#define GDBR_LOG_THREAD (1u << 2)
#define GDBR_LOG_PACKETS (1u << 3)
OpenPOWER on IntegriCloud