Feature or enhancement
Proposal:
Modules/_remote_debugging/subprocess.c should include libproc.h, since that is where the proc_* functions are actually declared. It should also use proc_listpids rather than proc_listallpids since it provides the same functionality while being available on more OS versions.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
Feature or enhancement
Proposal:
Modules/_remote_debugging/subprocess.cshould includelibproc.h, since that is where theproc_*functions are actually declared. It should also useproc_listpidsrather thanproc_listallpidssince it provides the same functionality while being available on more OS versions.Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs