[all-commits] [llvm/llvm-project] 535da1: [lldb] checks if lldb can trace/attach/set a break...
David CARLIER via All-commits
all-commits at lists.llvm.org
Sun Feb 11 00:18:04 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 535da10842c7309e9eeaf9828cf6bb034fecaf16
https://github.com/llvm/llvm-project/commit/535da10842c7309e9eeaf9828cf6bb034fecaf16
Author: David CARLIER <devnexen at gmail.com>
Date: 2024-02-11 (Sun, 11 Feb 2024)
Changed paths:
M lldb/source/Plugins/Process/FreeBSD/NativeProcessFreeBSD.cpp
Log Message:
-----------
[lldb] checks if lldb can trace/attach/set a breakpoint a process or load a file to debug on FreeBSD.
before having the generic EINVAL message, we check if the
`security.bsd.unprivileged_proc_debug` allows process debugging.
close #79634
More information about the All-commits
mailing list