/netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
H A D | ChangeLog-9899 | 1912 (decode_line_info): Keep track of address ranges that a compilation 1922 (decode_line_info): Add variable STASH and initialize it to point 2071 * dwarf2.c (decode_line_info): Remove unused variable first_time. 2180 (decode_line_info): Don't try to infer lo_pc and hi_pc from the 2194 * dwarf2.c (decode_line_info): Initialize table->files and 2200 * dwarf2.c (decode_line_info): Don't truncate address to least 2499 (decode_line_info): Likewise for dwarf_line_buffer assignment. 2587 * dwarf2.c (decode_line_info): Don't truncate address to least 4916 (decode_line_info): Replace bdf* argument with 'comp_unit*' argument. 4921 decode_line_info. [all …]
|
H A D | ChangeLog-2017 | 1595 (decode_line_info <DW_LNE_define_file>): Use line_info_add_file_name. 1600 * dwarf2.c (decode_line_info): Ensure line_ptr stays within 1631 * dwarf2.c (decode_line_info): Properly free line sequences on error. 1646 * dwarf2.c (decode_line_info): Fail on lh.line_range of zero 1652 * dwarf2.c (decode_line_info): Correct .debug_line unit_length check. 2145 * dwarf2.c (decode_line_info): Fix test for an overlong line info 3042 * dwarf2.c (read_formatted_entries, decode_line_info): Likewise. 3162 (decode_line_info): Likewise. 3190 (decode_line_info, parse_comp_unit): Support DWARF 5.
|
H A D | ChangeLog-2010 | 471 (decode_line_info): Likewise. 2507 (decode_line_info): Complain about unknown versions of .debug_line. 2801 (read_attribute_value, decode_line_info): Likewise. 2805 (scan_unit_for_symbols, parse_comp_unit, decode_line_info): Likewise.
|
H A D | ChangeLog-0203 | 1248 * dwarf2.c (decode_line_info): Cope with an initially empty 3879 (decode_line_info): Only free filename if it is not NULL. 3897 (decode_line_info): Likewise. 3912 (decode_line_info): Free the allocated filename returned by 5728 * dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info, 6454 * dwarf2.c (decode_line_info): Update to correctly decode 7864 * dwarf2.c (decode_line_info): Handle older, non-standard, 64-bit 7882 * dwarf2.c (decode_line_info): Check unit->addr_size 9144 (decode_line_info): Likewise. 10884 (decode_line_info): Likewise.
|
H A D | ChangeLog-2005 | 2078 * dwarf2.c (decode_line_info): Revert last change. Instead set 2201 * dwarf2.c (decode_line_info): Properly set low_pc. 2997 (decode_line_info): Likewise. 3689 (decode_line_info): Change arange_add call to pass bfd and arange
|
H A D | ChangeLog-2012 | 1145 (decode_line_info): Record discriminator information instead 2143 * dwarf2.c (decode_line_info): Ignore
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | ChangeLog-9899 | 1912 (decode_line_info): Keep track of address ranges that a compilation 1922 (decode_line_info): Add variable STASH and initialize it to point 2071 * dwarf2.c (decode_line_info): Remove unused variable first_time. 2180 (decode_line_info): Don't try to infer lo_pc and hi_pc from the 2194 * dwarf2.c (decode_line_info): Initialize table->files and 2200 * dwarf2.c (decode_line_info): Don't truncate address to least 2499 (decode_line_info): Likewise for dwarf_line_buffer assignment. 2587 * dwarf2.c (decode_line_info): Don't truncate address to least 4916 (decode_line_info): Replace bdf* argument with 'comp_unit*' argument. 4921 decode_line_info. [all …]
|
H A D | ChangeLog-2017 | 1595 (decode_line_info <DW_LNE_define_file>): Use line_info_add_file_name. 1600 * dwarf2.c (decode_line_info): Ensure line_ptr stays within 1631 * dwarf2.c (decode_line_info): Properly free line sequences on error. 1646 * dwarf2.c (decode_line_info): Fail on lh.line_range of zero 1652 * dwarf2.c (decode_line_info): Correct .debug_line unit_length check. 2145 * dwarf2.c (decode_line_info): Fix test for an overlong line info 3042 * dwarf2.c (read_formatted_entries, decode_line_info): Likewise. 3162 (decode_line_info): Likewise. 3190 (decode_line_info, parse_comp_unit): Support DWARF 5.
|
H A D | ChangeLog-2010 | 471 (decode_line_info): Likewise. 2507 (decode_line_info): Complain about unknown versions of .debug_line. 2801 (read_attribute_value, decode_line_info): Likewise. 2805 (scan_unit_for_symbols, parse_comp_unit, decode_line_info): Likewise.
|
H A D | dwarf2.c | 2599 decode_line_info (struct comp_unit *unit) in decode_line_info() function 4631 unit->line_table = decode_line_info (unit); in comp_unit_maybe_decode_line_info()
|
H A D | ChangeLog-0203 | 1248 * dwarf2.c (decode_line_info): Cope with an initially empty 3879 (decode_line_info): Only free filename if it is not NULL. 3897 (decode_line_info): Likewise. 3912 (decode_line_info): Free the allocated filename returned by 5728 * dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info, 6454 * dwarf2.c (decode_line_info): Update to correctly decode 7864 * dwarf2.c (decode_line_info): Handle older, non-standard, 64-bit 7882 * dwarf2.c (decode_line_info): Check unit->addr_size 9144 (decode_line_info): Likewise. 10884 (decode_line_info): Likewise.
|
H A D | ChangeLog-2005 | 2078 * dwarf2.c (decode_line_info): Revert last change. Instead set 2201 * dwarf2.c (decode_line_info): Properly set low_pc. 2997 (decode_line_info): Likewise. 3689 (decode_line_info): Change arange_add call to pass bfd and arange
|
H A D | ChangeLog-2012 | 1145 (decode_line_info): Record discriminator information instead 2143 * dwarf2.c (decode_line_info): Ignore
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-9899 | 1912 (decode_line_info): Keep track of address ranges that a compilation 1922 (decode_line_info): Add variable STASH and initialize it to point 2071 * dwarf2.c (decode_line_info): Remove unused variable first_time. 2180 (decode_line_info): Don't try to infer lo_pc and hi_pc from the 2194 * dwarf2.c (decode_line_info): Initialize table->files and 2200 * dwarf2.c (decode_line_info): Don't truncate address to least 2499 (decode_line_info): Likewise for dwarf_line_buffer assignment. 2587 * dwarf2.c (decode_line_info): Don't truncate address to least 4916 (decode_line_info): Replace bdf* argument with 'comp_unit*' argument. 4921 decode_line_info. [all …]
|
H A D | ChangeLog-2017 | 1595 (decode_line_info <DW_LNE_define_file>): Use line_info_add_file_name. 1600 * dwarf2.c (decode_line_info): Ensure line_ptr stays within 1631 * dwarf2.c (decode_line_info): Properly free line sequences on error. 1646 * dwarf2.c (decode_line_info): Fail on lh.line_range of zero 1652 * dwarf2.c (decode_line_info): Correct .debug_line unit_length check. 2145 * dwarf2.c (decode_line_info): Fix test for an overlong line info 3042 * dwarf2.c (read_formatted_entries, decode_line_info): Likewise. 3162 (decode_line_info): Likewise. 3190 (decode_line_info, parse_comp_unit): Support DWARF 5.
|
H A D | ChangeLog-2010 | 471 (decode_line_info): Likewise. 2507 (decode_line_info): Complain about unknown versions of .debug_line. 2801 (read_attribute_value, decode_line_info): Likewise. 2805 (scan_unit_for_symbols, parse_comp_unit, decode_line_info): Likewise.
|
H A D | ChangeLog-0203 | 1248 * dwarf2.c (decode_line_info): Cope with an initially empty 3879 (decode_line_info): Only free filename if it is not NULL. 3897 (decode_line_info): Likewise. 3912 (decode_line_info): Free the allocated filename returned by 5728 * dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info, 6454 * dwarf2.c (decode_line_info): Update to correctly decode 7864 * dwarf2.c (decode_line_info): Handle older, non-standard, 64-bit 7882 * dwarf2.c (decode_line_info): Check unit->addr_size 9144 (decode_line_info): Likewise. 10884 (decode_line_info): Likewise.
|
H A D | ChangeLog-2005 | 2078 * dwarf2.c (decode_line_info): Revert last change. Instead set 2201 * dwarf2.c (decode_line_info): Properly set low_pc. 2997 (decode_line_info): Likewise. 3689 (decode_line_info): Change arange_add call to pass bfd and arange
|
H A D | ChangeLog-2012 | 1145 (decode_line_info): Record discriminator information instead 2143 * dwarf2.c (decode_line_info): Ignore
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | ChangeLog-9899 | 1912 (decode_line_info): Keep track of address ranges that a compilation 1922 (decode_line_info): Add variable STASH and initialize it to point 2071 * dwarf2.c (decode_line_info): Remove unused variable first_time. 2180 (decode_line_info): Don't try to infer lo_pc and hi_pc from the 2194 * dwarf2.c (decode_line_info): Initialize table->files and 2200 * dwarf2.c (decode_line_info): Don't truncate address to least 2499 (decode_line_info): Likewise for dwarf_line_buffer assignment. 2587 * dwarf2.c (decode_line_info): Don't truncate address to least 4916 (decode_line_info): Replace bdf* argument with 'comp_unit*' argument. 4921 decode_line_info. [all …]
|
H A D | ChangeLog-2017 | 1595 (decode_line_info <DW_LNE_define_file>): Use line_info_add_file_name. 1600 * dwarf2.c (decode_line_info): Ensure line_ptr stays within 1631 * dwarf2.c (decode_line_info): Properly free line sequences on error. 1646 * dwarf2.c (decode_line_info): Fail on lh.line_range of zero 1652 * dwarf2.c (decode_line_info): Correct .debug_line unit_length check. 2145 * dwarf2.c (decode_line_info): Fix test for an overlong line info 3042 * dwarf2.c (read_formatted_entries, decode_line_info): Likewise. 3162 (decode_line_info): Likewise. 3190 (decode_line_info, parse_comp_unit): Support DWARF 5.
|
H A D | ChangeLog-2010 | 471 (decode_line_info): Likewise. 2507 (decode_line_info): Complain about unknown versions of .debug_line. 2801 (read_attribute_value, decode_line_info): Likewise. 2805 (scan_unit_for_symbols, parse_comp_unit, decode_line_info): Likewise.
|
H A D | dwarf2.c | 2681 decode_line_info (struct comp_unit *unit) in decode_line_info() function 4716 unit->line_table = decode_line_info (unit); in comp_unit_maybe_decode_line_info()
|
H A D | ChangeLog-0203 | 1248 * dwarf2.c (decode_line_info): Cope with an initially empty 3879 (decode_line_info): Only free filename if it is not NULL. 3897 (decode_line_info): Likewise. 3912 (decode_line_info): Free the allocated filename returned by 5728 * dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info, 6454 * dwarf2.c (decode_line_info): Update to correctly decode 7864 * dwarf2.c (decode_line_info): Handle older, non-standard, 64-bit 7882 * dwarf2.c (decode_line_info): Check unit->addr_size 9144 (decode_line_info): Likewise. 10884 (decode_line_info): Likewise.
|
H A D | ChangeLog-2005 | 2078 * dwarf2.c (decode_line_info): Revert last change. Instead set 2201 * dwarf2.c (decode_line_info): Properly set low_pc. 2997 (decode_line_info): Likewise. 3689 (decode_line_info): Change arange_add call to pass bfd and arange
|