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