[Lldb-commits] [PATCH] D45547: [Command] Implement `stats`

Davide Italiano via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 12 16:54:44 PDT 2018


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





More information about the lldb-commits mailing list