mib added inline comments.

================
Comment at: lldb/source/Commands/CommandObjectLog.cpp:167
       buffer_size.Clear();
+      handler = eLogHandlerStream;
       log_options = 0;
----------------
clayborg wrote:
> Do we want to define a "eLogHandlerDefault" which points to 
> "eLogHandlerStream"?
I was hoping we could use a type alias for this, that marks `eLogHandlerStream` 
as `eLogHandlerDefault` but I couldn't find of a nice C++ way to do it :/ 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128323/new/

https://reviews.llvm.org/D128323

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

Reply via email to