[PATCH] D32492: [llvm-dwarfdump] - Change format for .gdb_index dump.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 02:13:25 PDT 2017


>This bit here ^ "the value is one byte beyond the end" is what I mean by a half open range.

>
>If a range in a range list includes bytes at offset/address 5, 6, 7, and 8. Then the range would be emitted as "5, 9" which is half open or written mathematically [5, 9)

Thanks for explanation ! At first for some reason I was thinking about something very different then simple algebra range interpretation.

George.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170427/537397f3/attachment.html>


More information about the llvm-commits mailing list