[all-commits] [llvm/llvm-project] d6f5e0: [lldb] Kill the inferior instead of detaching duri...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Dec 9 18:40:23 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d6f5e08199f6454b488814b618aaf17b4a49c8bf
https://github.com/llvm/llvm-project/commit/d6f5e08199f6454b488814b618aaf17b4a49c8bf
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-12-09 (Wed, 09 Dec 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/lldbtest.py
M lldb/test/API/types/AbstractBase.py
M lldb/test/Shell/lit-lldb-init.in
M lldb/tools/lldb-test/lldb-test.cpp
Log Message:
-----------
[lldb] Kill the inferior instead of detaching during test suite runs
Kill (rather than detach) form the inferior if debugserver loses its
connection to lldb to prevent zombie processes.
Differential revision: https://reviews.llvm.org/D92908
More information about the All-commits
mailing list