aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-05[gdb/exp] Handle DW_OP_GNU_variable_value refs to abstract diesTom de Vries1-2/+41
2018-08-31Set TYPE_LENGTH on a variant partTom Tromey1-0/+12
2018-08-23Record explicit block ranges from dwarf2read.cKevin Buettner1-0/+4
2018-08-07Add DWARF index cacheSimon Marchi1-0/+45
2018-08-07Make index reading functions more modularSimon Marchi1-44/+78
2018-08-07Replace some uses of xstrprintf with string_printfSimon Marchi1-14/+12
2018-08-02Allow "info address" of a template parameterTom Tromey1-1/+23
2018-07-26Make psymbols and psymtabs independent of the program spaceTom Tromey1-50/+61
2018-07-26Introduce accessors for psymtab high and low fieldsTom Tromey1-8/+8
2018-07-26gdb: Add switch to disable DWARF stack unwindersAndrew Burgess1-2/+2
2018-07-26[gdb/symtab] Warn about unresolved DW_AT_upper_bound/DW_AT_countTom de Vries1-2/+17
2018-07-24Set CU language before processing any DIEs (symtab/23010 et al)Keith Seitz1-6/+22
2018-07-20Convert the DWARF reader to new-style buildysmTom Tromey1-126/+164
2018-07-20Parameterize cp_scan_for_anonymous_namespacesTom Tromey1-1/+2
2018-07-20Introduce buildsym-legacy.hTom Tromey1-1/+1