[Lldb-commits] [PATCH] D28616: Remove a couple of Stream flags
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 12 11:11:33 PST 2017
jingham added a comment.
Is this going to make passing LIBLLDB_LOG_OPTION_VERBOSE to GetLogIfAllCategoriesSet into a "you can't see these logs" operation?
I use this in a couple places where I have detailed information that I usually don't want to see, but in some odd cases I might need it. Loosing this capability would be a shame.
https://reviews.llvm.org/D28616
More information about the lldb-commits
mailing list