[Commands] Add a (currently empty) `stats` command.
authorDavide Italiano <davide@freebsd.org>
Fri, 23 Mar 2018 21:55:48 +0000 (21:55 +0000)
committerDavide Italiano <davide@freebsd.org>
Fri, 23 Mar 2018 21:55:48 +0000 (21:55 +0000)
commit10166c74683ccc4680c5db8437cb43bc2b8bb065
tree4bf5355cb67ab8f47b9924555b97085ff0477949
parent6660fd0f959e2e07db47729fb6112b7a823a67c2
[Commands] Add a (currently empty) `stats` command.

This one will be used to print statistics about lldb sessions
(including, e.g. number of expression evaluation succeeded or
failed). I decided to commit the skeleton first so that we have
a clean reference on how a command should be implemented.
My future commits are going to populate this command and test
it.

<rdar://problem/36555975>

llvm-svn: 328378
lldb/lldb.xcodeproj/project.pbxproj
lldb/source/Commands/CMakeLists.txt
lldb/source/Commands/CommandObjectStats.cpp [new file with mode: 0644]
lldb/source/Commands/CommandObjectStats.h [new file with mode: 0644]
lldb/source/Interpreter/CommandInterpreter.cpp