ARM-software / devlib

Library for interaction with and instrumentation of remote devices.
Apache License 2.0
47 stars 78 forks source link

Target.get_pids_of() relies on system's ps #637

Open douglas-raillard-arm opened 1 year ago

douglas-raillard-arm commented 1 year ago

Target.get_pids_of() does not use busybox and just call the ps command with -C option. This breaks on systems where this option is not supported, like on busybox ps implementation.