dextool.plugin.mutate.backend.linux_process

Members

Functions

kill
KillResult kill(const ref PidSession p, int signal)

trusted: no memory is manipulated thus it is memory safe.

spawnSession
PidSession spawnSession(const char[][] args, string stdout_p = null, string stderr_p = null, bool debug_ = false)

Fork to a new session and process group.

Meta

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)

This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

This module contains process funtions to use session groups when running processes.

License

MPL-2