llvm-project/llvm/test/tools/llvm-dwarfdump/X86
Spyridoula Gravani 890eedc4e4 [DWARF] Introduce verification for the unit header chain in .debug_info section to llvm-dwarfdump.
This patch adds verification checks for the unit header chain in the .debug_info section.
Specifically, for each unit in the .debug_info section, the verifier checks that:

The unit length is valid (i.e. the unit can actually fit in the .debug_info section)
The dwarf version of the unit is valid
The address size is valid (4 or 8)
The unit type (if the unit is in dwarf5) is valid
The debug_abbrev_offset is valid

llvm-svn: 307975
2017-07-13 23:25:24 +00:00
..
apple_names_verify_data.s [DWARF] Added verification checks for the .apple_names section. 2017-06-29 20:13:05 +00:00
apple_names_verify_form.s [DWARF] Added verification checks for the .apple_names section. 2017-06-29 20:13:05 +00:00
apple_names_verify_num_atoms.s [DWARF] Added verification checks for the .apple_names section. 2017-06-29 20:13:05 +00:00
brief.s
lit.local.cfg
no_apple_names_verify.s [DWARF] Added verification checks for the .apple_names section. 2017-06-29 20:13:05 +00:00
verify_unit_header_chain.s [DWARF] Introduce verification for the unit header chain in .debug_info section to llvm-dwarfdump. 2017-07-13 23:25:24 +00:00