This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 7f1a8ffa3 Make sure deleting all breakpoints clears their sites first new 02f603c54 [Commands] Expose statistics through the SBAPI.
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/API/SBStructuredData.h | 1 + include/lldb/API/SBTarget.h | 2 ++ .../{frame_var_scope => stats_api}/Makefile | 0 .../functionalities/stats_api/TestStatisticsAPI.py | 28 ++++++++++++++++++++++ .../test/functionalities/stats_api/main.c | 3 +++ scripts/interface/SBTarget.i | 2 ++ source/API/SBTarget.cpp | 21 ++++++++++++++++ 7 files changed, 57 insertions(+) copy packages/Python/lldbsuite/test/functionalities/{frame_var_scope => stats_api} [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/stats_api/TestSt [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/stats_api/main.c