This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from f03fecab1 Allow relative file paths when settings source breakpoints new 0a38570e3 [Command] Implement `statistics` command.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/Target/Target.h | 23 +++++ include/lldb/lldb-private-enumerations.h | 12 +++ .../{frame_var_scope => stats}/Makefile | 0 .../TestStats.py} | 0 .../lldbsuite/test/functionalities/stats/main.c | 18 ++++ source/Commands/CommandObjectExpression.cpp | 13 ++- source/Commands/CommandObjectFrame.cpp | 11 +- source/Commands/CommandObjectStats.cpp | 112 +++++++++++++++++++-- source/Commands/CommandObjectStats.h | 6 +- source/Interpreter/CommandInterpreter.cpp | 2 +- source/Target/Target.cpp | 15 +-- 11 files changed, 188 insertions(+), 24 deletions(-) copy packages/Python/lldbsuite/test/functionalities/{frame_var_scope => stats}/Mak [...] copy packages/Python/lldbsuite/test/functionalities/{frame_var_scope/TestFrameVari [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/stats/main.c