summaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
Commit message (Expand)AuthorAgeFilesLines
* * dwarf2read.c (record_line_ftype): Remove, duplicate.Doug Evans2015-05-281-5/+0
* Add struct to record dwarf line number state machine.Doug Evans2015-05-271-152/+249
* dwarf2read.c code cleanup, split out check_line_addressDoug Evans2015-05-271-24/+38
* Add set/show debug dwarf-line.Doug Evans2015-05-271-2/+41
* PR symtab/18258Doug Evans2015-05-271-9/+11
* Rename dwarf2 to dwarf in "set debug" and maintenance commands.Doug Evans2015-05-261-78/+78
* dwarf2read.c (die_needs_namespace): Return 1 for DW_TAG_inlined_subroutine.Martin Galvan2015-05-131-0/+1
* revert previous patch, author not setDoug Evans2015-05-131-1/+0
* dwarf2read.c (die_needs_namespace): Return 1 for DW_TAG_inlined_subroutine.Doug Evans2015-05-131-0/+1
* tweak some commentsDoug Evans2015-05-121-4/+5
* Avoid segfault on missing directory table.Sandra Loosemore2015-05-081-6/+7
* Problem printing record with array whose upper bound is record componentJoel Brobecker2015-05-081-2/+2
* DWARF: cannot break on out-of-line function nested inside inlined function.Pierre-Marie de Rodat2015-05-051-6/+17
* Make info fun|var|types interruptable.Doug Evans2015-04-151-0/+4
* Properly intern constants into psymtabAndy Wingo2015-03-261-3/+14
* GDB: rename DYN_ATTR_DATA_LOCATION into DYN_PROP_DATA_LOCATION.Joel Brobecker2015-03-241-1/+1
* PR gdb/18021 - defend against "static virtual" methodsKeith Seitz2015-03-231-1/+18
* [gdb/DWARF] Introduce linked list for dynamic attributesKeven Boell2015-03-201-5/+1
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-10/+14
* New common function "startswith"Gary Benson2015-03-061-9/+8
* Fix struct, union, and enum nesting in C++Tom Tromey2015-02-271-44/+52
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-21/+21
* PR c++/17976, symtab/17821Doug Evans2015-02-211-2/+14
* Change producer_is_gcc function return type to bool.Mark Wielaard2015-02-101-1/+1
* Recognize new DWARF5/GCC5 DW_LANG Fortran 2003 and Fortran 2008 standards.Mark Wielaard2015-02-101-0/+2
* GCC5/DWARFv5 Handle DW_TAG_atomic_type for C11 _Atomic type qualifier.Mark Wielaard2015-02-091-0/+21
* Move vptr_{fieldno,basetype} out of main_type, and update everything accordin...Doug Evans2015-01-311-5/+5
* Move TYPE_SELF_TYPE into new field type_specific.Doug Evans2015-01-311-3/+6
* new callback parameter expansion_notify for expand_symtabs_matchingGary Benson2015-01-311-1/+15
* PR symtab/17890Doug Evans2015-01-291-0/+10
* Merge GCC producer parsers. Allow digits in identifiers.Mark Wielaard2015-01-291-16/+4
* gdb/DWARF: Support for arrays whose bound is a discriminant.Joel Brobecker2015-01-291-24/+49
* Fix 100x slowdown regression on DWZ filesJan Kratochvil2015-01-241-13/+147
* Use GCC5/DWARF5 DW_AT_noreturn to mark functions that don't return normally.Mark Wielaard2015-01-231-0/+6
* dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.Doug Evans2015-01-111-1/+2
* dwarf2read.c (setup_type_unit_groups): Remove outdated comment.Doug Evans2015-01-021-1/+0
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-3/+4
* Make buildsym set-up/tear-down more consistent, and document it.Doug Evans2014-12-171-3/+3
* MIPS: Keep the ISA bit in compressed code addressesMaciej W. Rozycki2014-12-121-42/+101
* PR symtab/17591Doug Evans2014-12-021-13/+7
* dwarf2read.c (peek_die_abbrev): Improve error message text.Doug Evans2014-12-021-2/+4
* Recognize new DWARFv5 C11, C++11 and C++14 DW_LANG constants.Mark Wielaard2014-11-261-0/+3
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-145/+144
* symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans2014-11-181-3/+3
* buildsym API cleanupDoug Evans2014-11-181-35/+26
* The result of symtab expansion is always a primary symtab.Doug Evans2014-11-181-7/+7
* PR symtab/17591Doug Evans2014-11-131-1/+5
* dwarf2read.c (update_enumeration_type_from_children): Avoid infinite loop.Doug Evans2014-11-131-3/+5
* Move lookup_block_symbol to block.c, rename to block_lookup_symbol.Doug Evans2014-11-061-1/+1