[Lldb-commits] [PATCH] D30942: Remove some ProcFileReader occurences
Kamil Rytarowski via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 15 09:09:12 PDT 2017
krytarowski added a comment.
For your interest. NetBSD will not use procfs for any operation.
Today I implemented reading the process map with sysctl(7):
https://github.com/NetBSD/pkgsrc-wip/commit/d4af36204feb616dd83f5f3ffb871a4b7274e5e0
procfs is used by SunOS.. but for regular debuggers they offer libproc - API in C.. and their debugging facilities are very different from Linux and BSD.
Repository:
rL LLVM
https://reviews.llvm.org/D30942
More information about the lldb-commits
mailing list