[Lldb-commits] [lldb] [lldb] Add support for synthetic LineEntry objects without valid address ranges (PR #158811)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 4 10:52:11 PST 2025
https://github.com/bulbazord approved this pull request.
I do like the `is_synthetic` member better than an optional `AddressRange` because it conveys the intent better. In the future, it might also be able to explain why another field might appear invalid or otherwise strange.
https://github.com/llvm/llvm-project/pull/158811
More information about the lldb-commits
mailing list