[Lldb-commits] [lldb] [lldb] checks beforehand if lldb can trace/attach a process on FreeBSD. (PR #79662)
Ed Maste via lldb-commits
lldb-commits at lists.llvm.org
Sat Feb 10 16:23:57 PST 2024
emaste wrote:
commit message probably needs updating for the logic change (no longer beforehand)
Another reason to defer the check until failure occurs - if the user happens to be running lldb as root ptrace will be able to attach independent of the state of that sysctl
https://github.com/llvm/llvm-project/pull/79662
More information about the lldb-commits
mailing list