probinson added inline comments.
================
Comment at: source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp:442
+ ReadDescriptors(debug_line_data, offset_ptr);
+ uint8_t dirCount = debug_line_data.GetU8(offset_ptr);
+ for (int i = 0; i < dirCount; ++i) {
----------------
clayborg wrote:
> We might verify that this is indeed correct by looking at compiler sources.
> Seems weird to limit dirs to 255
The directory count is a ULEB not a ubyte.
https://reviews.llvm.org/D51935
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits