summaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
Commit message (Expand)AuthorAgeFilesLines
* gdb/fortran: Nested subroutine supportAndrew Burgess2019-09-241-19/+44
* bfd macro conversion to inline functionsAlan Modra2019-09-201-7/+7
* bfd_section_* macrosAlan Modra2019-09-191-60/+60
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-5/+5
* Change the type of copy_names from int to boolChristian Biesinger2019-09-111-2/+2
* Add Ada support for .debug_namesTom Tromey2019-09-101-125/+158
* Fix latent bug in .debug_names file-name handlingTom Tromey2019-09-101-3/+9
* Change map_matching_symbols to take a lookup_name_infoTom Tromey2019-09-101-2/+1
* Change map_matching_symbols to take a symbol_found_callback_ftypeTom Tromey2019-09-101-7/+7
* DWARF 5 support: Handle dwo_idAli Tamur2019-09-091-25/+94
* Change lookup_symbol's block_index parameter type to block_enumSimon Marchi2019-09-071-5/+4
* Handle biased typesTom Tromey2019-09-031-1/+6
* dwarf2read: fix compilation issue with gcc 4.8Simon Marchi2019-08-251-5/+6
* dwarf2read: replace gdb::optional<bool> with enumSimon Marchi2019-08-251-5/+10
* [gdb] Fix gdb.dwarf2/varval.exp with -fPIE/-pieTom de Vries2019-08-091-2/+8
* Introduce obstack_strndupTom Tromey2019-08-061-4/+4
* Add obstack_strdup overload taking a std::stringTom Tromey2019-08-061-17/+8
* Use obstack_strdup moreTom Tromey2019-08-061-17/+7
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-3/+3
* Remove some variables in favor of using gdb::optionalSimon Marchi2019-08-041-47/+30
* gdb: Carry default property type around with dynamic propertiesAndrew Burgess2019-07-121-38/+82
* gdb/dwarf: Ensure the target type of ranges is not voidAndrew Burgess2019-07-121-40/+52
* Rename common to gdbsupportTom Tromey2019-07-091-10/+10
* Avoid use-after-free in DWARF debug names codeTom Tromey2019-07-011-6/+3
* Handle either order of name and linkage nameTom Tromey2019-06-281-2/+8
* [gdb] Fix s390x -m31 buildTom de Vries2019-06-221-18/+24
* dwarf2read: Get rid of VEC (dwarf2_section_info_def)Simon Marchi2019-06-211-34/+12
* dwarf2read: Make dwo_file::dbfd a gdb_bfd_ref_ptrSimon Marchi2019-06-211-6/+4
* dwarf2read: C++ify dwo_fileSimon Marchi2019-06-211-74/+38
* dwarf2read: Use bool for dwarf2_section_info fieldsSimon Marchi2019-06-211-2/+2
* [gdb] Fix abstract_to_concrete typeTom de Vries2019-06-181-4/+9
* Write index for dwz -m fileSimon Marchi2019-06-161-30/+2
* Dwarf: Don't add nameless modules to partial symbol tableBernhard Heckel2019-06-111-8/+9
* [gdb] Fix heap-buffer-overflow in cp_find_first_component_auxTom de Vries2019-06-101-1/+1
* [gdb/symtab] Support DW_AT_main_subprogram with -readnow.Tom de Vries2019-06-101-0/+4
* Don't crash is dwarf_decode_macro_bytes's 'body' is NULL, even when '!is_define'Sergio Durigan Junior2019-05-291-17/+14
* Make some DWARF complaints clearerTom Tromey2019-05-291-6/+19
* gdb: Add constructor to struct cu_partial_die_infoAndrew Burgess2019-05-181-11/+16
* [gdb] Fix heap-use-after-free in typename_concatTom de Vries2019-05-171-10/+32
* Don't crash if dwarf_decode_macro_bytes's 'body' is NULLSergio Durigan Junior2019-05-151-1/+18
* Convert dwarf2_per_objfile to type-safe registry APITom Tromey2019-05-081-37/+6
* Remove "struct" from foreach statementsTom Tromey2019-05-031-1/+1
* Support DW_FORM_strx1, _strx2, _strx3, _strx4 forms.Ali Tamur2019-04-301-4/+46
* Fix crash in dwarf2read.c with template parametersTom Tromey2019-04-301-7/+28
* gdb/fortran: better types for components of complex numbersAndrew Burgess2019-04-301-9/+29
* [PATCH] Support for DW_FORM_strx tagAli Tamur2019-04-251-2/+9
* Remove unused overload of line_header::file_name_atTom Tromey2019-04-231-8/+0
* Support for DW_OP_addrx and DW_FORM_addrx tagsAli Tamur2019-04-221-5/+15
* Avoid crash in dwarf2_init_complex_target_typeTom Tromey2019-04-171-1/+1
* gdb: Fix failure in gdb.base/complex-parts.exp for x86-32Andrew Burgess2019-04-131-0/+10