aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-12MIPS: Keep the ISA bit in compressed code addressesMaciej W. Rozycki1-42/+101
2014-12-02PR symtab/17591Doug Evans1-13/+7
2014-12-02dwarf2read.c (peek_die_abbrev): Improve error message text.Doug Evans1-2/+4
2014-11-26Recognize new DWARFv5 C11, C++11 and C++14 DW_LANG constants.Mark Wielaard1-0/+3
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-145/+144
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans1-3/+3
2014-11-18buildsym API cleanupDoug Evans1-35/+26
2014-11-18The result of symtab expansion is always a primary symtab.Doug Evans1-7/+7
2014-11-13PR symtab/17591Doug Evans1-1/+5
2014-11-13dwarf2read.c (update_enumeration_type_from_children): Avoid infinite loop.Doug Evans1-3/+5
2014-11-06Move lookup_block_symbol to block.c, rename to block_lookup_symbol.Doug Evans1-1/+1
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans1-1/+1
2014-10-25Remove second (nested) copy of local var child_die.Doug Evans1-2/+3
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-09-19Check function is GC'edYao Qi1-11/+22
2014-08-28Remove dwarf_decode_lines argumewant_line_infoYao Qi1-10/+6
2014-08-27dwarf2read.c (dwarf_record_line): Fix typo.Doug Evans1-1/+1
2014-08-25Fix grammatical error in commentsYao Qi1-2/+2
2014-08-24Update comments in scan_partial_symbols and add_partial_subprogramYao Qi1-21/+23
2014-08-22Fix pr 17276.Doug Evans1-12/+96
2014-08-22Create a typedef for record_line: record_line_ftype.Doug Evans1-13/+36
2014-08-20Adjust comments with example in itYao Qi1-1/+3
2014-08-18Add support for DW_AT_data_location.Joel Brobecker1-0/+11
2014-08-15(dwarf_decode_lines_1): Move definition of adj_opcode closer to use.Doug Evans1-1/+2
2014-08-15dwarf2read.c (dwarf_decode_lines_1): Add comment.Doug Evans1-0/+2
2014-08-15(dwarf_decode_lines_1): Delete local "column", unused.Doug Evans1-2/+1
2014-08-15(dwarf_decode_lines_1): Delete local basic_block, unused.Doug Evans1-4/+0
2014-08-15Remove pst from dwarf_decode_lines_1Yao Qi1-3/+2
2014-08-07Tweak comments in struct dwarf2_per_cu_dataYao Qi1-2/+2
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-08-06Fix comment in dwarf_decode_lines_1Yao Qi1-1/+2
2014-07-01Handle volatile array types in dwarf2read.c.Mark Wielaard1-19/+37
2014-06-302014-01-07 Michael Eager <eager@eagercon.com>Michael Eager1-1/+2
2014-06-26fix memory errors with demangled name hashTom Tromey1-23/+35
2014-06-20make obstack object allocators more type-safeTom Tromey1-1/+1
2014-06-18constify some blockvector APIsTom Tromey1-1/+1
2014-06-13make calls to help_list use enumeratorTom Tromey1-1/+2
2014-06-02Add support for skeletonless type units.Doug Evans1-129/+272
2014-05-19build_type_unit_groups and moved closer to only caller and renamedDoug Evans1-158/+155
2014-05-19Remove all_type_unit_groups, unused.Doug Evans1-79/+22
2014-05-15* dwarf2read.c (read_structure_type): Delete outdated comments.Doug Evans1-9/+4
2014-04-28dwarf2read.c::read_subrange_type: Handle dynamic lower boundsJoel Brobecker1-5/+1
2014-04-16PR gdb/15827Keith Seitz1-0/+4
2014-04-14implement support for "enum class"Tom Tromey1-0/+11
2014-04-14handle DW_AT_type on an enumerationTom Tromey1-1/+25
2014-04-14vla: support for DW_AT_countSanimir Agovic1-8/+10
2014-04-14type: add c99 variable length array supportSanimir Agovic1-27/+79
2014-04-11Revert the entire VLA series.Joel Brobecker1-88/+34
2014-04-11vla: support for DW_AT_countSanimir Agovic1-8/+10