[Lldb-commits] [lldb] Add a breakpoint override resolver feature to lldb (PR #195392)

via lldb-commits lldb-commits at lists.llvm.org
Thu May 7 15:59:27 PDT 2026


jimingham wrote:

I filed:

https://github.com/llvm/llvm-project/issues/196437

for the Windows build failure.  For some reason Python (and Darwin and Linux) define pid_t as an int, but the Host/windows/PosixAPI.h file defines it as a uint32_t.  So if you are unlucky in how your defines go, you can get these two types to conflict.  I don't know enough about Windows to know if it's safe to make the Windows pid_t match the general expectation for that type or not, however.

https://github.com/llvm/llvm-project/pull/195392


More information about the lldb-commits mailing list