This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from fec0b80 [gdb-remote] Remove the const char * version of SendPacketAnd [...] new ff4eb53 add hook for calling platform-dependent pre-kill action on a [...]
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: packages/Python/lldbsuite/pre_kill_hook/README.md | 55 ++++++++ .../Python/lldbsuite/pre_kill_hook/__init__.py | 1 + packages/Python/lldbsuite/pre_kill_hook/darwin.py | 46 +++++++ .../{support => pre_kill_hook/tests}/__init__.py | 0 .../lldbsuite/pre_kill_hook/tests/test_darwin.py | 107 +++++++++++++++ packages/Python/lldbsuite/test/dosep.py | 151 +++++++++++++++++---- .../lldbsuite/test/test_runner/process_control.py | 18 +++ 7 files changed, 351 insertions(+), 27 deletions(-) create mode 100644 packages/Python/lldbsuite/pre_kill_hook/README.md create mode 100644 packages/Python/lldbsuite/pre_kill_hook/__init__.py create mode 100644 packages/Python/lldbsuite/pre_kill_hook/darwin.py copy packages/Python/lldbsuite/{support => pre_kill_hook/tests}/__init__.py (100%) create mode 100644 packages/Python/lldbsuite/pre_kill_hook/tests/test_darwin.py