Allow ARC target to be configured with --with-cpu=<cpu-name>.
[external/binutils.git] / gdb / dwarf2read.c
2016-05-30 Jan KratochvilPR 15231: import bare DW_TAG_lexical_block
2016-05-30 Jan KratochvilCode cleanup: dwarf2_get_pc_bounds: -1/0/+1 -> enum
2016-05-17 Tom TromeyAdd support for the Rust language
2016-05-08 Trevor Saundersremove trivialy unused variables
2016-05-03 Doug EvansPR symtab/19914 fix handling of dwp + split debug
2016-04-21 Pedro AlvesAdd missing sentinel 'char *' casts in concat/reconcat...
2016-03-02 Bernhard HeckelFix detection of gfortran compilers.
2016-01-17 Jonas HahnfeldGDB SIGSEGV opening a Fortran program compiled with...
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-10 Andrew Burgessgdb: Handle multiple base address in debug_ranges data.
2015-11-23 Joel Brobeckergdb/dwarf2read: Minimal handling of non-constant struct...
2015-11-17 Dominik Vogtgdb: Fix left shift of negative value.
2015-10-29 Simon Marchidwarf2read.c: Add cast
2015-10-21 Keven Boellfort_dyn_array: add basic fortran dyn array support
2015-10-13 Pedro AlvesMore char constification
2015-09-30 Doug Evansdwarf2read.c (setup_type_unit_groups): Add comment.
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-09-21 Doug Evansdwarf2read.c (add_partial_symbol): Remove outdated...
2015-09-20 Doug Evansdwarf2_compute_name: add fixme, don't use same name...
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-25 Pierre-Marie de... DWARF: handle non-local references in nested functions
2015-08-21 Tom Tromeygdb/dwarf2read.c: rename a field for c++
2015-08-20 Pedro AlvesFix language of compilation unit with unknown file...
2015-08-19 Kevin Buettnerdwarf2read.c: Check type of string valued attributes...
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.
next