[Lldb-commits] [PATCH] D45547: [Command] Implement `stats`
Jason Molenda via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 11 17:41:20 PDT 2018
jasonmolenda added a comment.
Ah, no you couldn't set up a command alias like that. Still, if the full name was statistics, you could type 'stat' and it would match. 'stats' wouldn't, though.
I do think decoupling the disabling action from the dumping action would be an improvement. You may want to dump the current statistics multiple times during a sequence of commands, without disabling / re-enabling every time. And dropping the header/footer from the results.
https://reviews.llvm.org/D45547
More information about the lldb-commits
mailing list