This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from b3156955f Change test to use uint64_t to support compiling for 32-bit a [...] new 8df13bb97 Stop-hooks weren't getting called on step-out. Fix that.
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/Thread.h | 11 ++++++ .../stop-hooks}/Makefile | 0 .../functionalities/stop-hooks/TestStopHooks.py | 45 ++++++++++++++++++++++ .../test/functionalities/stop-hooks/main.c | 14 +++++++ source/Target/StopInfo.cpp | 8 ++-- source/Target/Thread.cpp | 5 +++ 6 files changed, 79 insertions(+), 4 deletions(-) copy packages/Python/lldbsuite/test/{expression_command/dont_allow_jit => function [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/stop-hooks/TestS [...] create mode 100644 packages/Python/lldbsuite/test/functionalities/stop-hooks/main.c