labath added inline comments.

================
Comment at: include/lldb/Utility/Log.h:259-260
+//
+// For convenience, log may either be a Log instance or an unsigned value
+// specifying log categories.
+//
----------------
The thing to remember here is that we have multiple log channels. So the 
unsigned value must be a category from the "lldb" channel. That is by far the 
most prevalent channel, so it's probably fine that we don't have a shorthand 
way of specifying the other channels, but it should be called out explicitly.


https://reviews.llvm.org/D43912



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to