aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-08Move DWARF code to dwarf2/ subdirectoryTom Tromey1-25534/+0
2020-02-08Remove die_reader_specs::comp_dirTom Tromey1-11/+0
2020-02-08Change attr_form_is_block to be a methodTom Tromey1-20/+20
2020-02-08Change some attribute functions to be methodsTom Tromey1-44/+44
2020-02-08Create dwarf2/attribute.[ch]Tom Tromey1-168/+1
2020-02-08Create dwarf2/abbrev.[ch]Tom Tromey1-224/+5
2020-02-08Change section functions to be methods of dwarf2_section_infoTom Tromey1-69/+69
2020-02-08Create dwarf2/section.[ch]Tom Tromey1-175/+0
2020-02-08Create dwarf2/leb.[ch]Tom Tromey1-129/+1
2020-01-26Consolidate partial symtab dependency readingTom Tromey1-19/+1
2020-01-26Introduce partial_symtab::expand_psymtab methodTom Tromey1-13/+11
2020-01-26Consolidate psymtab "Reading" messagesTom Tromey1-31/+13
2020-01-26Introduce partial_symtab::read_symtab methodTom Tromey1-40/+33
2020-01-26Turn start_psymtab_common into a constructorTom Tromey1-1/+1
2020-01-26Change allocate_psymtab to be a constructorTom Tromey1-1/+1
2020-01-26Change some psymtab fields to boolTom Tromey1-6/+6
2020-01-24gdb: Include end of sequence markers in the line tableAndrew Burgess1-3/+5
2020-01-23gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi1-20/+18
2020-01-19Replace init_cutu_and_read_dies with a classTom Tromey1-323/+227
2020-01-13Dwarf 5: Handle debug_str_offsets and indexed attributes that have base offsets.Ali Tamur1-92/+228
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-08Change section_offsets to a std::vectorTom Tromey1-27/+22
2020-01-08Use std::string in dwarf2read.cTom Tromey1-8/+5
2020-01-08Use std::vector in abbrev_table_read_tableTom Tromey1-23/+8
2020-01-08Use unique_xmalloc_ptr in fixup_go_packagingTom Tromey1-9/+7
2020-01-08Remove some explicit memory management from dwarf2read.cTom Tromey1-88/+55
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-27Make symbol_set_names a member functionChristian Biesinger1-3/+3
2019-12-26Fix printing ULONGEST variables on x86-32Ruslan Kabatsayev1-3/+3
2019-12-20Use enum bitfield for the calling_convention attribute of a subroutineTankut Baris Aktemur1-2/+30
2019-12-20gdb: recognize new DWARF attributes: defaulted, deleted, calling conv.Tankut Baris Aktemur1-0/+61
2019-12-16Use a member function to set a symbol's languageChristian Biesinger1-2/+2
2019-12-16Use an accessor function for general_symbol_info::languageChristian Biesinger1-1/+1
2019-12-04Remove gdbarch_bits_big_endianTom Tromey1-1/+1
2019-12-04Add scalar_storage_order support for floating pointTom Tromey1-20/+29
2019-12-04Silence maybe-uninitialized warning in dwarf2read.cTom Tromey1-1/+1
2019-12-01gdb: Dynamic string length supportAndrew Burgess1-15/+84
2019-12-01gdb/dwarf: Introduce dwarf2_per_cu_int_type functionAndrew Burgess1-11/+24
2019-12-01gdb/fortran: array stride supportAndrew Burgess1-1/+46
2019-11-30Correctly compute length of DW_TAG_variant_part unionTom Tromey1-3/+8
2019-11-27Fix BZ 25065 - Ensure that physnames are computed for inherited DIEsKevin Buettner1-0/+3
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-8/+8
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot1-11/+21
2019-11-19Replace "if (attr)" with "if (attr != nullptr)".Ali Tamur1-48/+48
2019-11-12Make struct symbol inherit from general_symbol_infoChristian Biesinger1-4/+3
2019-10-31gdb/fortran: Add new 'info modules' commandAndrew Burgess1-1/+27
2019-10-29Change some arguments to gdb::string_view instead of name+lenChristian Biesinger1-15/+14
2019-10-21DWARF 5 support: Handle line table and file indexesAli Tamur1-75/+108
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-6/+6
2019-10-17[gdb] Fix typos in commentsTom de Vries1-2/+2