[Lldb-commits] [lldb] [lldb] Expose block id in SBBlock. (PR #184222)

via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 3 10:57:56 PST 2026


jimingham wrote:

The block ID - at least for DWARF - is the DIE offset that defines the block.  So block equality is only valid within one ObjectFile.  So this equality operator is claiming more than it actually knows.

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


More information about the lldb-commits mailing list