[Lldb-commits] [lldb] [lldb/Symbol] Relax LineEntry validity for PC-less frames (PR #158811)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 3 09:58:24 PST 2025


clayborg wrote:

Lots of things might break in LLDB if the `LineEntry::IsValid()` changes. `LineEntry` objects are used for single stepping as those rely on address ranges for doing this stepping and if a `LineEntry` claims it is valid, we might try to single step with no valid address range. I worry that this change might break a lot of things in LLDB.

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


More information about the lldb-commits mailing list