aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-15Don't crash if dwarf_decode_macro_bytes's 'body' is NULLSergio Durigan Junior1-1/+18
2019-05-08Convert dwarf2_per_objfile to type-safe registry APITom Tromey1-37/+6
2019-05-03Remove "struct" from foreach statementsTom Tromey1-1/+1
2019-04-30Support DW_FORM_strx1, _strx2, _strx3, _strx4 forms.Ali Tamur1-4/+46
2019-04-30Fix crash in dwarf2read.c with template parametersTom Tromey1-7/+28
2019-04-30gdb/fortran: better types for components of complex numbersAndrew Burgess1-9/+29
2019-04-25[PATCH] Support for DW_FORM_strx tagAli Tamur1-2/+9
2019-04-23Remove unused overload of line_header::file_name_atTom Tromey1-8/+0
2019-04-22Support for DW_OP_addrx and DW_FORM_addrx tagsAli Tamur1-5/+15
2019-04-17Avoid crash in dwarf2_init_complex_target_typeTom Tromey1-1/+1
2019-04-13gdb: Fix failure in gdb.base/complex-parts.exp for x86-32Andrew Burgess1-0/+10
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-04-06Revert the header-sorting patchTom Tromey1-57/+51
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-51/+57
2019-04-01gdb: Add $_cimag and $_creal internal functionsAndrew Burgess1-1/+35
2019-04-01Handle DW_AT_ranges when reading partial symtabsTom Tromey1-0/+19
2019-03-24More block constificationTom Tromey1-3/+3
2019-03-11Remove redundant assignment from dwarf2_find_containing_comp_unitTom Tromey1-1/+0
2019-03-07C++-ify bcacheTom Tromey1-1/+0
2019-02-25Fix BFD leak in dwarf2_get_dwz_file.John Baldwin1-1/+1
2019-02-25Fix crash when loading dwp filesJordan Rupprecht1-2/+1
2019-01-25Normalize includes to use common/Tom Tromey1-3/+3
2019-01-16Introduce dwarf2_cu::get_builderKeith Seitz1-116/+155
2019-01-10gdb/23712: Remove dw2_add_symbol_to_listKeith Seitz1-21/+4
2019-01-10Add psymtab_storage::allocate_dependenciesTom Tromey1-6/+4
2019-01-10Allocate the address map on the psymtab obstackTom Tromey1-3/+3
2019-01-10Introduce class psymtab_storageTom Tromey1-14/+16
2019-01-10Simplify calls to init_psymbol_listTom Tromey1-3/+1
2019-01-10Change add_psymbol_to_list to use an enumTom Tromey1-25/+20
2019-01-10Remove parameters from start_psymtab_commonTom Tromey1-3/+1