summaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
Commit message (Expand)AuthorAgeFilesLines
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Revert the header-sorting patchTom Tromey2019-04-061-57/+51
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-51/+57
* gdb: Add $_cimag and $_creal internal functionsAndrew Burgess2019-04-011-1/+35
* Handle DW_AT_ranges when reading partial symtabsTom Tromey2019-04-011-0/+19
* More block constificationTom Tromey2019-03-241-3/+3
* Remove redundant assignment from dwarf2_find_containing_comp_unitTom Tromey2019-03-111-1/+0
* C++-ify bcacheTom Tromey2019-03-071-1/+0
* Fix BFD leak in dwarf2_get_dwz_file.John Baldwin2019-02-251-1/+1
* Fix crash when loading dwp filesJordan Rupprecht2019-02-251-2/+1
* Normalize includes to use common/Tom Tromey2019-01-251-3/+3
* Introduce dwarf2_cu::get_builderKeith Seitz2019-01-161-116/+155
* gdb/23712: Remove dw2_add_symbol_to_listKeith Seitz2019-01-101-21/+4
* Add psymtab_storage::allocate_dependenciesTom Tromey2019-01-101-6/+4
* Allocate the address map on the psymtab obstackTom Tromey2019-01-101-3/+3
* Introduce class psymtab_storageTom Tromey2019-01-101-14/+16
* Simplify calls to init_psymbol_listTom Tromey2019-01-101-3/+1
* Change add_psymbol_to_list to use an enumTom Tromey2019-01-101-25/+20
* Remove parameters from start_psymtab_commonTom Tromey2019-01-101-3/+1
* Remove some unneeded psymtab initializationsTom Tromey2019-01-101-6/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Simplify dwarf2_find_containing_comp_unitTom Tromey2018-12-241-5/+2
* gdb/dwarf: Convert some predicates from int to boolAndrew Burgess2018-12-171-29/+29
* Fix gdb build on 32-bit hosts w/ --enable-64-bit-bfdPedro Alves2018-12-071-1/+7
* Fix dwarf2read.c:dwarf2_find_containing_comp_unit's binary searchSergio Durigan Junior2018-11-301-1/+2
* gdb: Guard against NULL dereference in dwarf2_init_integer_typeAndrew Burgess2018-11-071-1/+2
* gdb: Handle ICC's unexpected void return typeAndrew Burgess2018-10-311-6/+43
* Remove DEF_VECs from symtab.hTom Tromey2018-10-261-12/+7
* Fix buffer overrun found by CoverityGary Benson2018-10-091-2/+3
* GDB: Work around buggy dwarf line information produced by Codewarrior Version...John Darrington2018-10-081-1/+18
* Simple -Wshadow=local fixesTom Tromey2018-10-041-26/+24
* Remove struct keyword in range-based forSimon Marchi2018-10-031-1/+1
* Avoid undefined behavior in read_signed_leb128Tom Tromey2018-10-031-3/+3
* Avoid undefined behavior in read_subrange_typeTom Tromey2018-10-031-2/+2
* [gdb/exp] Handle DW_OP_GNU_variable_value refs to abstract diesTom de Vries2018-09-051-2/+41
* Set TYPE_LENGTH on a variant partTom Tromey2018-08-311-0/+12
* Record explicit block ranges from dwarf2read.cKevin Buettner2018-08-231-0/+4
* Add DWARF index cacheSimon Marchi2018-08-071-0/+45
* Make index reading functions more modularSimon Marchi2018-08-071-44/+78
* Replace some uses of xstrprintf with string_printfSimon Marchi2018-08-071-14/+12
* Allow "info address" of a template parameterTom Tromey2018-08-021-1/+23
* Make psymbols and psymtabs independent of the program spaceTom Tromey2018-07-261-50/+61
* Introduce accessors for psymtab high and low fieldsTom Tromey2018-07-261-8/+8
* gdb: Add switch to disable DWARF stack unwindersAndrew Burgess2018-07-261-2/+2
* [gdb/symtab] Warn about unresolved DW_AT_upper_bound/DW_AT_countTom de Vries2018-07-261-2/+17
* Set CU language before processing any DIEs (symtab/23010 et al)Keith Seitz2018-07-241-6/+22
* Convert the DWARF reader to new-style buildysmTom Tromey2018-07-201-126/+164
* Parameterize cp_scan_for_anonymous_namespacesTom Tromey2018-07-201-1/+2
* Introduce buildsym-legacy.hTom Tromey2018-07-201-1/+1