[Lldb-commits] [lldb] [lldb] Refactor LookupInfo object to be per-language (PR #168797)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 3 11:02:03 PST 2025
jimingham wrote:
The change this is repairing did cause a failure - the one described in:
https://github.com/llvm/llvm-project/issues/169913
I have tests for breakpoint serialization and deserialization (which is where this broke) in TestBreakpointSerialization.py but those tests never check that the deserialized breakpoints have the expected number of locations - which is why this wasn't caught. Should be pretty easy to add that extra check, and then there would be at least one test of a failure that the original patch caused in llvm-project.
https://github.com/llvm/llvm-project/pull/168797
More information about the lldb-commits
mailing list