minus-squaresenkora@lemmy.ziptolinuxmemes@lemmy.world•No Mercylinkfedilinkarrow-up3·5 months agoI haven’t tried this, but if you just need the parent to call waitpid on the child’s pid then you should be able to do that by attaching to the process via gdb, breaking, and then manually invoking waitpid and continuing. linkfedilink
minus-squaresenkora@lemmy.ziptolinuxmemes@lemmy.world•Htop toolinkfedilinkarrow-up1·9 months ago100% equals one full core. Higher numbers are possible for multithreaded processes. linkfedilink
I haven’t tried this, but if you just need the parent to call waitpid on the child’s pid then you should be able to do that by attaching to the process via gdb, breaking, and then manually invoking waitpid and continuing.