aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-10Remove some unneeded psymtab initializationsTom Tromey1-6/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-24Simplify dwarf2_find_containing_comp_unitTom Tromey1-5/+2
2018-12-17gdb/dwarf: Convert some predicates from int to boolAndrew Burgess1-29/+29
2018-12-07Fix gdb build on 32-bit hosts w/ --enable-64-bit-bfdPedro Alves1-1/+7
2018-11-30Fix dwarf2read.c:dwarf2_find_containing_comp_unit's binary searchSergio Durigan Junior1-1/+2
2018-11-07gdb: Guard against NULL dereference in dwarf2_init_integer_typeAndrew Burgess1-1/+2
2018-10-31gdb: Handle ICC's unexpected void return typeAndrew Burgess1-6/+43
2018-10-26Remove DEF_VECs from symtab.hTom Tromey1-12/+7
2018-10-09Fix buffer overrun found by CoverityGary Benson1-2/+3
2018-10-08GDB: Work around buggy dwarf line information produced by Codewarrior Version...John Darrington1-1/+18
2018-10-04Simple -Wshadow=local fixesTom Tromey1-26/+24
2018-10-03Remove struct keyword in range-based forSimon Marchi1-1/+1
2018-10-03Avoid undefined behavior in read_signed_leb128Tom Tromey1-3/+3
2018-10-03Avoid undefined behavior in read_subrange_typeTom Tromey1-2/+2