[Lldb-commits] [lldb] [lldb-dap] Fix test_exit_status_message_sigterm test. (PR #90223)

Miro Bucko via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 26 10:51:12 PDT 2024


mbucko wrote:

> What about trying to use a python builtin like https://docs.python.org/3/library/multiprocessing.html#multiprocessing.active_children?

It seems that multiprocessing doesn't provide a way to iteratively list the subprocesses and there is no other built in python library afaik.
Do you know if it's possible to add 'psutil' as a dependency so that it's installed before the tests are run?

https://github.com/llvm/llvm-project/pull/90223


More information about the lldb-commits mailing list