summaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
Commit message (Expand)AuthorAgeFilesLines
* More char constificationPedro Alves2015-10-131-3/+3
* dwarf2read.c (setup_type_unit_groups): Add comment.Doug Evans2015-09-301-0/+5
* Add some more casts (1/2)Simon Marchi2015-09-251-101/+138
* Add casts to memory allocation related callsSimon Marchi2015-09-251-59/+69
* dwarf2read.c (add_partial_symbol): Remove outdated comments.Doug Evans2015-09-201-6/+0
* dwarf2_compute_name: add fixme, don't use same name as parameter for localDoug Evans2015-09-201-8/+13
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-95/+74
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-2/+16
* gdb/dwarf2read.c: rename a field for c++Tom Tromey2015-08-211-60/+60
* Fix language of compilation unit with unknown file extensionPedro Alves2015-08-201-1/+1
* dwarf2read.c: Check type of string valued attributes prior to decoding.Kevin Buettner2015-08-191-65/+69
* psymtab.c (add_psymbol_to_bcache): Remove "val" arg.Doug Evans2015-08-151-12/+11
* Add end_psymtab_common, have all debug info readers call it.Doug Evans2015-08-151-10/+2
* [Ada] Add support for subprogram renamingsPierre-Marie de Rodat2015-08-131-13/+36
* Add casts for legitimate integer to enum conversionsSimon Marchi2015-08-061-10/+17
* dwarf2read.c: fix latent bugletPedro Alves2015-08-031-1/+1
* Fix crash when reading dummy CUs.Doug Evans2015-07-231-5/+24
* dwarf2read: Allow SEC_ALLOC sections to be located at address 0.Kevin Buettner2015-07-181-1/+1
* Add support reading D modules from DWARFIain Buclaw2015-07-141-8/+26
* Remove special support in gdb for Sun's version of stabs.Doug Evans2015-06-191-3/+1
* dwarf2read: call dwarf_finish_line when ending a sequenceSimon Marchi2015-06-101-1/+1
* * 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