mirror of
https://github.com/radareorg/radare2.git
synced 2025-04-01 17:11:51 +00:00

* Fixes #4875: Refactor process listing * Move procfs-based process listing into linux_debug.c, guarded by __linux__ * Provide a warning and eprintf a TODO on the remaining platforms. * Break reusable parts into linux_get_proc_pid and call it as needed. * Add/remove comments for clarity * Address feedback and re-enable non-Linux