[Lldb-commits] [lldb] [lldb][test] check if CoreDumping info is supported (PR #160333)
Jacob Lalonde via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 24 13:14:21 PDT 2025
Jlalond wrote:
> CoreDumping in /proc/pid/stat was added in kernel 4.15, this causes the test to fail in older kernel versions. see https://man7.org/linux/man-pages/man5/proc_pid_status.5.html
Note, it's `/proc/pid/status` not stat for the coredumping field.
https://github.com/llvm/llvm-project/pull/160333
More information about the lldb-commits
mailing list