This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 2e9f17c Added a setting that enables saving all .o files from a given [...] new 451ded9 added Linux support for test timeout sampling
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/linux.py | 76 ++++++++++++++++++++++ .../lldbsuite/pre_kill_hook/tests/test_darwin.py | 2 +- .../tests/{test_darwin.py => test_linux.py} | 76 +++++++++++++++------- packages/Python/lldbsuite/test/dosep.py | 21 ++++-- .../lldbsuite/test/test_runner/process_control.py | 34 ++++++---- 5 files changed, 167 insertions(+), 42 deletions(-) create mode 100644 packages/Python/lldbsuite/pre_kill_hook/linux.py copy packages/Python/lldbsuite/pre_kill_hook/tests/{test_darwin.py => test_linux.p [...]