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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to