psymtab.c (add_psymbol_to_bcache): Remove "val" arg.
[external/binutils.git] / gdb / dwarf2read.c
2015-08-16 Doug Evanspsymtab.c (add_psymbol_to_bcache): Remove "val" arg.
2015-08-15 Doug EvansAdd end_psymtab_common, have all debug info readers...
2015-08-13 Pierre-Marie de... [Ada] Add support for subprogram renamings
2015-08-06 Simon MarchiAdd casts for legitimate integer to enum conversions
2015-08-03 Pedro Alvesdwarf2read.c: fix latent buglet
2015-07-23 Doug EvansFix crash when reading dummy CUs.
2015-07-18 Kevin Buettnerdwarf2read: Allow SEC_ALLOC sections to be located...
2015-07-14 Iain BuclawAdd support reading D modules from DWARF
2015-06-19 Doug EvansRemove special support in gdb for Sun's version of...
2015-06-10 Simon Marchidwarf2read: call dwarf_finish_line when ending a sequence
2015-05-28 Doug Evans* dwarf2read.c (record_line_ftype): Remove, duplicate.
2015-05-27 Doug EvansAdd struct to record dwarf line number state machine.
2015-05-27 Doug Evansdwarf2read.c code cleanup, split out check_line_address
2015-05-27 Doug EvansAdd set/show debug dwarf-line.
2015-05-27 Doug EvansPR symtab/18258
2015-05-26 Doug EvansRename dwarf2 to dwarf in "set debug" and maintenance...
2015-05-13 Martin Galvandwarf2read.c (die_needs_namespace): Return 1 for DW_TAG...
2015-05-13 Doug Evansrevert previous patch, author not set
2015-05-13 Doug Evansdwarf2read.c (die_needs_namespace): Return 1 for DW_TAG...
2015-05-12 Doug Evanstweak some comments
2015-05-08 Sandra LoosemoreAvoid segfault on missing directory table.
2015-05-08 Joel BrobeckerProblem printing record with array whose upper bound...
2015-05-05 Pierre-Marie de... DWARF: cannot break on out-of-line function nested...
2015-04-15 Doug EvansMake info fun|var|types interruptable.
2015-03-26 Andy WingoProperly intern constants into psymtab
2015-03-24 Joel BrobeckerGDB: rename DYN_ATTR_DATA_LOCATION into DYN_PROP_DATA_L...
2015-03-23 Keith SeitzPR gdb/18021 - defend against "static virtual" methods
2015-03-20 Keven Boell[gdb/DWARF] Introduce linked list for dynamic attributes
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-06 Gary BensonNew common function "startswith"
2015-02-27 Tom TromeyFix struct, union, and enum nesting in C++
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-22 Doug EvansPR c++/17976, symtab/17821
2015-02-10 Mark WielaardChange producer_is_gcc function return type to bool.
2015-02-10 Mark WielaardRecognize new DWARF5/GCC5 DW_LANG Fortran 2003 and...
2015-02-09 Mark WielaardGCC5/DWARFv5 Handle DW_TAG_atomic_type for C11 _Atomic...
2015-02-01 Doug EvansMove vptr_{fieldno,basetype} out of main_type, and...
2015-02-01 Doug EvansMove TYPE_SELF_TYPE into new field type_specific.
2015-01-31 Gary Bensonnew callback parameter expansion_notify for expand_symt...
2015-01-29 Doug EvansPR symtab/17890
2015-01-29 Mark WielaardMerge GCC producer parsers. Allow digits in identifiers.
2015-01-29 Joel Brobeckergdb/DWARF: Support for arrays whose bound is a discrimi...
2015-01-24 Jan KratochvilFix 100x slowdown regression on DWZ files
2015-01-23 Mark WielaardUse GCC5/DWARF5 DW_AT_noreturn to mark functions that...
2015-01-12 Doug Evansdwarf2read.c (compute_delayed_physnames): Use TYPE_FN_F...
2015-01-02 Doug Evansdwarf2read.c (setup_type_unit_groups): Remove outdated...
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23 Doug EvansReplace some symbol accessor macros with functions.
2014-12-17 Doug EvansMake buildsym set-up/tear-down more consistent, and...
2014-12-12 Maciej W. RozyckiMIPS: Keep the ISA bit in compressed code addresses
2014-12-03 Doug EvansPR symtab/17591
2014-12-03 Doug Evansdwarf2read.c (peek_die_abbrev): Improve error message...
2014-11-26 Mark WielaardRecognize new DWARFv5 C11, C++11 and C++14 DW_LANG...
2014-11-20 Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-11-18 Doug Evanssymtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR...
2014-11-18 Doug Evansbuildsym API cleanup
2014-11-18 Doug EvansThe result of symtab expansion is always a primary...
2014-11-14 Doug EvansPR symtab/17591
2014-11-13 Doug Evansdwarf2read.c (update_enumeration_type_from_children...
2014-11-07 Doug EvansMove lookup_block_symbol to block.c, rename to block_lo...
2014-11-07 Doug EvansDelete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE...
2014-10-26 Doug EvansRemove second (nested) copy of local var child_die.
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-09-19 Yao QiCheck function is GC'ed
2014-08-28 Yao QiRemove dwarf_decode_lines argumewant_line_info
2014-08-27 Doug Evansdwarf2read.c (dwarf_record_line): Fix typo.
2014-08-25 Yao QiFix grammatical error in comments
2014-08-24 Yao QiUpdate comments in scan_partial_symbols and add_partial...
2014-08-23 Doug EvansFix pr 17276.
2014-08-22 Doug EvansCreate a typedef for record_line: record_line_ftype.
2014-08-20 Yao QiAdjust comments with example in it
2014-08-18 Joel BrobeckerAdd support for DW_AT_data_location.
2014-08-15 Doug Evans(dwarf_decode_lines_1): Move definition of adj_opcode...
2014-08-15 Doug Evansdwarf2read.c (dwarf_decode_lines_1): Add comment.
2014-08-15 Doug Evans(dwarf_decode_lines_1): Delete local "column", unused.
2014-08-15 Doug Evans(dwarf_decode_lines_1): Delete local basic_block, unused.
2014-08-14 Yao QiRemove pst from dwarf_decode_lines_1
2014-08-07 Yao QiTweak comments in struct dwarf2_per_cu_data
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-08-06 Yao QiFix comment in dwarf_decode_lines_1
2014-07-01 Mark WielaardHandle volatile array types in dwarf2read.c.
2014-07-01 Michael Eager2014-01-07 Michael Eager <eager@eagercon.com>
2014-06-26 Tom Tromeyfix memory errors with demangled name hash
2014-06-20 Tom Tromeymake obstack object allocators more type-safe
2014-06-18 Tom Tromeyconstify some blockvector APIs
2014-06-13 Tom Tromeymake calls to help_list use enumerator
2014-06-03 Doug EvansAdd support for skeletonless type units.
2014-05-19 Doug Evansbuild_type_unit_groups and moved closer to only caller...
2014-05-19 Doug EvansRemove all_type_unit_groups, unused.
2014-05-15 Doug Evans* dwarf2read.c (read_structure_type): Delete outdated...
2014-04-28 Joel Brobeckerdwarf2read.c::read_subrange_type: Handle dynamic lower...
2014-04-16 Keith SeitzPR gdb/15827
2014-04-14 Tom Tromeyimplement support for "enum class"
2014-04-14 Tom Tromeyhandle DW_AT_type on an enumeration
2014-04-14 Sanimir Agovicvla: support for DW_AT_count
2014-04-14 Sanimir Agovictype: add c99 variable length array support
2014-04-11 Joel BrobeckerRevert the entire VLA series.
2014-04-11 Sanimir Agovicvla: support for DW_AT_count
2014-04-11 Sanimir Agovictype: add c99 variable length array support
next