diff options
author | George Rimar <grimar@accesssoftek.com> | 2018-12-03 10:33:40 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2018-12-03 10:33:40 +0000 |
commit | 6d85c5832813c043216360abc56cb2c0a9207006 (patch) | |
tree | b2b4bda6ce38a0a815e888da69a0b1530a04fd4c /lldb/packages/Python/lldbsuite/test/functionalities/non-overlapping-index-variable-i/main.cpp | |
parent | 4cf35b4ab0bd34f23a986a2dc6b2fafc953f434f (diff) | |
download | bcm5719-llvm-6d85c5832813c043216360abc56cb2c0a9207006.tar.gz bcm5719-llvm-6d85c5832813c043216360abc56cb2c0a9207006.zip |
[llvm-dwarfdump] - Stop printing the bogus empty section name on invalid dwarf.
When there is no .debug_addr section for some reason,
llvm-dwarfdump would print the bogus empty section name when dumping ranges
in .debug_info:
DW_AT_ranges [DW_FORM_rnglistx] (indexed (0x0) rangelist = 0x00000004
[0x0000000000000000, 0x0000000000000001) ""
[0x0000000000000000, 0x0000000000000002) "")
That happens because of the code which uses 0 (zero) as a section index as a default value.
The code should use -1ULL instead because technically 0 is a valid zero section index
in ELF and -1ULL is a special constant used that means "no section available".
This is mostly a fix for the overall correctness/safety of the code,
but a test case is provided too.
Differential revision: https://reviews.llvm.org/D55113
llvm-svn: 348115
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/non-overlapping-index-variable-i/main.cpp')
0 files changed, 0 insertions, 0 deletions