aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-19Remove special support in gdb for Sun's version of stabs.Doug Evans1-3/+1
2015-06-10dwarf2read: call dwarf_finish_line when ending a sequenceSimon Marchi1-1/+1
2015-05-28* dwarf2read.c (record_line_ftype): Remove, duplicate.Doug Evans1-5/+0
2015-05-27Add struct to record dwarf line number state machine.Doug Evans1-152/+249
2015-05-27dwarf2read.c code cleanup, split out check_line_addressDoug Evans1-24/+38
2015-05-27Add set/show debug dwarf-line.Doug Evans1-2/+41
2015-05-27PR symtab/18258Doug Evans1-9/+11
2015-05-26Rename dwarf2 to dwarf in "set debug" and maintenance commands.Doug Evans1-78/+78
2015-05-13dwarf2read.c (die_needs_namespace): Return 1 for DW_TAG_inlined_subroutine.Martin Galvan1-0/+1
2015-05-13revert previous patch, author not setDoug Evans1-1/+0
2015-05-13dwarf2read.c (die_needs_namespace): Return 1 for DW_TAG_inlined_subroutine.Doug Evans1-0/+1
2015-05-12tweak some commentsDoug Evans1-4/+5
2015-05-08Avoid segfault on missing directory table.Sandra Loosemore1-6/+7
2015-05-08Problem printing record with array whose upper bound is record componentJoel Brobecker1-2/+2
2015-05-05DWARF: cannot break on out-of-line function nested inside inlined function.Pierre-Marie de Rodat1-6/+17
2015-04-15Make info fun|var|types interruptable.Doug Evans1-0/+4
2015-03-26Properly intern constants into psymtabAndy Wingo1-3/+14
2015-03-24GDB: rename DYN_ATTR_DATA_LOCATION into DYN_PROP_DATA_LOCATION.Joel Brobecker1-1/+1
2015-03-23PR gdb/18021 - defend against "static virtual" methodsKeith Seitz1-1/+18
2015-03-20[gdb/DWARF] Introduce linked list for dynamic attributesKeven Boell1-5/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-10/+14
2015-03-06New common function "startswith"Gary Benson1-9/+8
2015-02-27Fix struct, union, and enum nesting in C++Tom Tromey1-44/+52
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-21/+21
2015-02-21PR c++/17976, symtab/17821Doug Evans1-2/+14
2015-02-10Change producer_is_gcc function return type to bool.Mark Wielaard1-1/+1
2015-02-10Recognize new DWARF5/GCC5 DW_LANG Fortran 2003 and Fortran 2008 standards.Mark Wielaard1-0/+2
2015-02-09GCC5/DWARFv5 Handle DW_TAG_atomic_type for C11 _Atomic type qualifier.Mark Wielaard1-0/+21
2015-01-31Move vptr_{fieldno,basetype} out of main_type, and update everything accordin...Doug Evans1-5/+5
2015-01-31Move TYPE_SELF_TYPE into new field type_specific.Doug Evans1-3/+6
2015-01-31new callback parameter expansion_notify for expand_symtabs_matchingGary Benson1-1/+15
2015-01-29PR symtab/17890Doug Evans1-0/+10
2015-01-29Merge GCC producer parsers. Allow digits in identifiers.Mark Wielaard1-16/+4
2015-01-29gdb/DWARF: Support for arrays whose bound is a discriminant.Joel Brobecker1-24/+49
2015-01-24Fix 100x slowdown regression on DWZ filesJan Kratochvil1-13/+147
2015-01-23Use GCC5/DWARF5 DW_AT_noreturn to mark functions that don't return normally.Mark Wielaard1-0/+6
2015-01-11dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.Doug Evans1-1/+2
2015-01-02dwarf2read.c (setup_type_unit_groups): Remove outdated comment.Doug Evans1-1/+0
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Replace some symbol accessor macros with functions.Doug Evans1-3/+4
2014-12-17Make buildsym set-up/tear-down more consistent, and document it.Doug Evans1-3/+3
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