summaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
Commit message (Expand)AuthorAgeFilesLines
* Check function is GC'edYao Qi2014-09-191-11/+22
* Remove dwarf_decode_lines argumewant_line_infoYao Qi2014-08-281-10/+6
* dwarf2read.c (dwarf_record_line): Fix typo.Doug Evans2014-08-271-1/+1
* Fix grammatical error in commentsYao Qi2014-08-251-2/+2
* Update comments in scan_partial_symbols and add_partial_subprogramYao Qi2014-08-241-21/+23
* Fix pr 17276.Doug Evans2014-08-221-12/+96
* Create a typedef for record_line: record_line_ftype.Doug Evans2014-08-221-13/+36
* Adjust comments with example in itYao Qi2014-08-201-1/+3
* Add support for DW_AT_data_location.Joel Brobecker2014-08-181-0/+11
* (dwarf_decode_lines_1): Move definition of adj_opcode closer to use.Doug Evans2014-08-151-1/+2
* dwarf2read.c (dwarf_decode_lines_1): Add comment.Doug Evans2014-08-151-0/+2
* (dwarf_decode_lines_1): Delete local "column", unused.Doug Evans2014-08-151-2/+1
* (dwarf_decode_lines_1): Delete local basic_block, unused.Doug Evans2014-08-151-4/+0
* Remove pst from dwarf_decode_lines_1Yao Qi2014-08-151-3/+2
* Tweak comments in struct dwarf2_per_cu_dataYao Qi2014-08-071-2/+2
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Fix comment in dwarf_decode_lines_1Yao Qi2014-08-061-1/+2
* Handle volatile array types in dwarf2read.c.Mark Wielaard2014-07-011-19/+37
* 2014-01-07 Michael Eager <eager@eagercon.com>Michael Eager2014-06-301-1/+2
* fix memory errors with demangled name hashTom Tromey2014-06-261-23/+35
* make obstack object allocators more type-safeTom Tromey2014-06-201-1/+1
* constify some blockvector APIsTom Tromey2014-06-181-1/+1
* make calls to help_list use enumeratorTom Tromey2014-06-131-1/+2
* Add support for skeletonless type units.Doug Evans2014-06-021-129/+272
* build_type_unit_groups and moved closer to only caller and renamedDoug Evans2014-05-191-158/+155
* Remove all_type_unit_groups, unused.Doug Evans2014-05-191-79/+22
* * dwarf2read.c (read_structure_type): Delete outdated comments.Doug Evans2014-05-151-9/+4
* dwarf2read.c::read_subrange_type: Handle dynamic lower boundsJoel Brobecker2014-04-281-5/+1
* PR gdb/15827Keith Seitz2014-04-161-0/+4
* implement support for "enum class"Tom Tromey2014-04-141-0/+11
* handle DW_AT_type on an enumerationTom Tromey2014-04-141-1/+25
* vla: support for DW_AT_countSanimir Agovic2014-04-141-8/+10
* type: add c99 variable length array supportSanimir Agovic2014-04-141-27/+79
* Revert the entire VLA series.Joel Brobecker2014-04-111-88/+34
* vla: support for DW_AT_countSanimir Agovic2014-04-111-8/+10
* type: add c99 variable length array supportSanimir Agovic2014-04-111-27/+79
* vla: introduce new bound type abstraction adapt usesSanimir Agovic2014-04-111-18/+25
* refactoring: rename create_range_type to create_static_range_typeSanimir Agovic2014-04-111-3/+3
* (read_cutu_die_from_dwo): Update function comment to match previous change.Doug Evans2014-04-031-2/+2
* * dwarf2read.c (read_cutu_die_from_dwo): Fix assertion, at most oneDoug Evans2014-04-031-2/+2
* * dwarf2read.c (read_cutu_die_from_dwo): Improve comment.Doug Evans2014-04-011-3/+5
* dwarf2read.c (read_cutu_die_from_dwo): Delete unused local comp_dir_string.Doug Evans2014-03-311-1/+0
* * dwarf2read.c (read_str_index): Delete arg cu. All callers updated.Doug Evans2014-03-271-4/+4
* * dwarf2read.c (init_cutu_and_read_dies_no_follow): Fix comments.Doug Evans2014-03-271-12/+10
* * dwarf2read.c (struct dwarf2_cu): Improve comments for membersDoug Evans2014-03-271-2/+2
* * dwarf2read.c (read_str_index): Rename local dwo_name to objf_name.Doug Evans2014-03-071-5/+5
* read_cutu_die_from_dwo: Misc minor cleanups.Doug Evans2014-03-071-4/+3
* DWARF: Read constant-class addresses correctlyJoel Brobecker2014-02-261-28/+48
* start change to progspace independenceTom Tromey2014-02-261-1/+1