[Lldb-commits] [lldb] [lldb][Process/FreeBSDKernelCore] Add assertion for pcb (PR #183969)
Minsoo Choo via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 12 09:46:27 PDT 2026
================
----------------
mchoo7 wrote:
I included it for `offsetof()`. For [C](https://man.freebsd.org/cgi/man.cgi?query=offsetof&sektion=3&manpath=Debian+12.9.0) it's in `<stddef.h>` and for [C++](https://en.cppreference.com/w/cpp/types/offsetof.html) it's `<cstddef>`. I haven't tried compiling with `<cstddef>` though.
https://github.com/llvm/llvm-project/pull/183969
More information about the lldb-commits
mailing list