[lldb] Add completion support for log enable/disable/list
authorRaphael Isemann <teemperor@gmail.com>
Tue, 24 Sep 2019 07:18:09 +0000 (07:18 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Tue, 24 Sep 2019 07:18:09 +0000 (07:18 +0000)
commit6ba63d8851aee10de0e5719faee27a4d3f996b58
tree39b04d9316a6383476ad51d6b3bd451f16139456
parentbd2a910a63f298aa38fac282f1ed858c21075eeb
[lldb] Add completion support for log enable/disable/list

Reviewers: #lldb, JDevlieghere

Reviewed By: JDevlieghere

Subscribers: JDevlieghere, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D67903

llvm-svn: 372691
lldb/include/lldb/Utility/Log.h
lldb/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py
lldb/source/Commands/CommandObjectLog.cpp
lldb/source/Utility/Log.cpp