This patch updates the following test, which is falling to match ASM lines on AIX for two reasons:
- .debug_info is mapped to .dwinfo, so the test fails to match debug_info before DW_TAG_label occurs
- AIX uses inline strings, so DW_AT_NAME format is different and does not match DW_AT_decl_file in the next line.
Can we use a RE to match both debug_info and dwinfo? Section name should be with more sense than cu_begin0?