aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-09Rename common to gdbsupportTom Tromey1-10/+10
2019-07-01Avoid use-after-free in DWARF debug names codeTom Tromey1-6/+3
2019-06-28Handle either order of name and linkage nameTom Tromey1-2/+8
2019-06-22[gdb] Fix s390x -m31 buildTom de Vries1-18/+24
2019-06-21dwarf2read: Get rid of VEC (dwarf2_section_info_def)Simon Marchi1-34/+12
2019-06-21dwarf2read: Make dwo_file::dbfd a gdb_bfd_ref_ptrSimon Marchi1-6/+4
2019-06-21dwarf2read: C++ify dwo_fileSimon Marchi1-74/+38
2019-06-21dwarf2read: Use bool for dwarf2_section_info fieldsSimon Marchi1-2/+2
2019-06-18[gdb] Fix abstract_to_concrete typeTom de Vries1-4/+9
2019-06-16Write index for dwz -m fileSimon Marchi1-30/+2
2019-06-11Dwarf: Don't add nameless modules to partial symbol tableBernhard Heckel1-8/+9
2019-06-10[gdb] Fix heap-buffer-overflow in cp_find_first_component_auxTom de Vries1-1/+1
2019-06-10[gdb/symtab] Support DW_AT_main_subprogram with -readnow.Tom de Vries1-0/+4
2019-05-29Don't crash is dwarf_decode_macro_bytes's 'body' is NULL, even when '!is_define'Sergio Durigan Junior1-17/+14
2019-05-29Make some DWARF complaints clearerTom Tromey1-6/+19
2019-05-18gdb: Add constructor to struct cu_partial_die_infoAndrew Burgess1-11/+16
2019-05-17[gdb] Fix heap-use-after-free in typename_concatTom de Vries1-10/+32