davide added inline comments.
================
Comment at: lldb/source/Commands/CommandObjectStats.cpp:37
+
+ if (target->GetCollectingStats() == true) {
+ result.AppendError("stats already enabled");
----------------
xiaobai wrote:
> nit: You can drop the `== true`
Thanks, I'll fix these!
https://reviews.llvm.org/D45547
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
