aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-16DWARF reader: Reject sections with invalid sizesKeith Seitz1-0/+9
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess1-1/+0
2019-10-15gdb: Remove use of VEC from dwarf2read.cAndrew Burgess1-37/+24
2019-10-14gdb: remove unused includes from dwarf2read.cSimon Marchi1-12/+0
2019-10-03Avoid crash on single-field union in RustTom Tromey1-3/+3
2019-10-03gdb/fortran: Nested subroutine supportAndrew Burgess1-19/+45
2019-10-03gdb: Remove whitespace in 'std::vector <...>'Andrew Burgess1-2/+2
2019-10-02Handle copy relocationsTom Tromey1-18/+26
2019-10-02Change SYMBOL_VALUE_ADDRESS to be an rvalueTom Tromey1-7/+12
2019-10-02gdb: Remove a use of VEC from dwarf2read.{c,h}Andrew Burgess1-8/+9
2019-09-30[PATCH v2 2/4] DWARF 5 support: Handle DW_FORM_strxAli Tamur1-0/+10
2019-09-30Remove extra whitespaces at the end of lines.Ali Tamur1-5/+5
2019-09-20bfd macro conversion to inline functionsAlan Modra1-7/+7
2019-09-19bfd_section_* macrosAlan Modra1-60/+60
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-5/+5
2019-09-11Change the type of copy_names from int to boolChristian Biesinger1-2/+2
2019-09-10Add Ada support for .debug_namesTom Tromey1-125/+158
2019-09-10Fix latent bug in .debug_names file-name handlingTom Tromey1-3/+9
2019-09-10Change map_matching_symbols to take a lookup_name_infoTom Tromey1-2/+1
2019-09-10Change map_matching_symbols to take a symbol_found_callback_ftypeTom Tromey1-7/+7
2019-09-09DWARF 5 support: Handle dwo_idAli Tamur1-25/+94
2019-09-07Change lookup_symbol's block_index parameter type to block_enumSimon Marchi1-5/+4
2019-09-03Handle biased typesTom Tromey1-1/+6
2019-08-25dwarf2read: fix compilation issue with gcc 4.8Simon Marchi1-5/+6
2019-08-25dwarf2read: replace gdb::optional<bool> with enumSimon Marchi1-5/+10
2019-08-09[gdb] Fix gdb.dwarf2/varval.exp with -fPIE/-pieTom de Vries1-2/+8
2019-08-06Introduce obstack_strndupTom Tromey1-4/+4
2019-08-06Add obstack_strdup overload taking a std::stringTom Tromey1-17/+8
2019-08-06Use obstack_strdup moreTom Tromey1-17/+7
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-3/+3
2019-08-04Remove some variables in favor of using gdb::optionalSimon Marchi1-47/+30
2019-07-12gdb: Carry default property type around with dynamic propertiesAndrew Burgess1-38/+82
2019-07-12gdb/dwarf: Ensure the target type of ranges is not voidAndrew Burgess1-40/+52