[Lldb-commits] [PATCH] D67903: [lldb] Add completion support for log enable/disable/list
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 23 09:28:22 PDT 2019
JDevlieghere accepted this revision as: JDevlieghere.
JDevlieghere added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lldb/source/Utility/Log.cpp:49
+
+void Log::ListCategories(llvm::raw_ostream &stream,
+ const ChannelMap::value_type &entry) {
----------------
Is this used outside of CommandObjectLog? Otherwise this should probably go there.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67903/new/
https://reviews.llvm.org/D67903
More information about the lldb-commits
mailing list