[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:52:39 PST 2025


https://github.com/clayborg commented:

How does anyone find a `LineEntry` with no address ranges. Is there anything we can put into the address fields of a `LineEntry` that has no PC value that helps to identify where it comes from? Code or byte offset? Is this for a specific target like wasm?

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


More information about the lldb-commits mailing list