[Lldb-commits] [PATCH] D89182: [lldb] [Process/FreeBSDRemote] Kill process via PT_KILL
Kamil Rytarowski via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 12 03:33:09 PDT 2020
krytarowski added a comment.
In D89182#2324267 <https://reviews.llvm.org/D89182#2324267>, @labath wrote:
> FWIW, PTHREAD_KILL is strongly discouraged on linux. But if the situation is different on freebsd, then fine.
I think you mean PTRACE_KILL. PT_KILL is fine for BSDs and in case when it is not, it should be fixed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89182/new/
https://reviews.llvm.org/D89182
More information about the lldb-commits
mailing list