Add attribute::as_unsigned method
authorTom Tromey <tom@tromey.com>
Wed, 30 Sep 2020 00:49:08 +0000 (18:49 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 30 Sep 2020 02:29:07 +0000 (20:29 -0600)
commitd4df075e8b946da354dc11690a793cf5c17394aa
tree4c83c093d28cdb13a977411cd2b0d7a753023439
parentbf23a26804608145c316c7516b1aceecc055a888
Add attribute::as_unsigned method

This introduces a new attribute::as_unsigned method and changes a few
spots to use it.

gdb/ChangeLog
2020-09-29  Tom Tromey  <tom@tromey.com>

* dwarf2/read.c (dw2_get_file_names_reader)
(dwarf2_build_include_psymtabs, handle_DW_AT_stmt_list)
(dwarf2_cu::setup_type_unit_groups, fill_in_loclist_baton)
(dwarf2_symbol_mark_computed): Use as_unsigned.
* dwarf2/attribute.h (struct attribute) <as_unsigned>: New
method.
<form_is_section_offset>: Update comment.
gdb/ChangeLog
gdb/dwarf2/attribute.h
gdb/dwarf2/read.c
This page took 0.024891 seconds and 4 git commands to generate.