aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-11type: add c99 variable length array supportSanimir Agovic1-27/+79
2014-04-11vla: introduce new bound type abstraction adapt usesSanimir Agovic1-18/+25
2014-04-11refactoring: rename create_range_type to create_static_range_typeSanimir Agovic1-3/+3
2014-04-03(read_cutu_die_from_dwo): Update function comment to match previous change.Doug Evans1-2/+2
2014-04-03 * dwarf2read.c (read_cutu_die_from_dwo): Fix assertion, at most oneDoug Evans1-2/+2
2014-04-01* dwarf2read.c (read_cutu_die_from_dwo): Improve comment.Doug Evans1-3/+5
2014-03-31dwarf2read.c (read_cutu_die_from_dwo): Delete unused local comp_dir_string.Doug Evans1-1/+0
2014-03-27 * dwarf2read.c (read_str_index): Delete arg cu. All callers updated.Doug Evans1-4/+4
2014-03-27 * dwarf2read.c (init_cutu_and_read_dies_no_follow): Fix comments.Doug Evans1-12/+10
2014-03-27 * dwarf2read.c (struct dwarf2_cu): Improve comments for membersDoug Evans1-2/+2
2014-03-07* dwarf2read.c (read_str_index): Rename local dwo_name to objf_name.Doug Evans1-5/+5
2014-03-07read_cutu_die_from_dwo: Misc minor cleanups.Doug Evans1-4/+3
2014-02-26DWARF: Read constant-class addresses correctlyJoel Brobecker1-28/+48
2014-02-26start change to progspace independenceTom Tromey1-1/+1
2014-02-26Add comment in dwarf2read.c::read_subrange_typeJoel Brobecker1-0/+7
2014-02-26DWARF: Set enum type "flag_enum" and "unsigned" flags at type creation.Joel Brobecker1-16/+66
2014-02-26DWARF: Add array DW_AT_bit_stride and DW_AT_byte_stride supportJoel Brobecker1-3/+15
2014-02-20fix whitespace in previous commitDoug Evans1-0/+1
2014-02-20Fix PR symtab/16581Doug Evans1-2/+28
2014-01-16dwarf2read.c (open_and_init_dwp_file): Fix typo in comment.Doug Evans1-1/+1
2014-01-15* dwarf2read.c (open_and_init_dwp_file): Use pulongest to print uint32_t.Doug Evans1-4/+6
2014-01-15move the "main" data into the per-BFD objectTom Tromey1-1/+1
2014-01-15make language_of_main staticTom Tromey1-7/+1
2014-01-14psymtab cleanup patch 2/3Doug Evans1-3/+3
2014-01-13PR symtab/16426Doug Evans1-0/+9
2014-01-13replace XMALLOC with XNEWTom Tromey1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-19fortran: enable ptype/whatis for modules.Keven Boell1-0/+20
2013-12-11 * dwarf2read.c (lookup_dwo_cutu): Include name of dwp file inDoug Evans1-5/+19
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-13PR c++/7539Keith Seitz1-1/+74