aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-21Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves1-4/+6
2016-03-02Fix detection of gfortran compilers.Bernhard Heckel1-1/+1
2016-01-17GDB SIGSEGV opening a Fortran program compiled with ifortJonas Hahnfeld1-1/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-10gdb: Handle multiple base address in debug_ranges data.Andrew Burgess1-16/+3
2015-11-23gdb/dwarf2read: Minimal handling of non-constant struct sizes.Joel Brobecker1-1/+14
2015-11-17gdb: Fix left shift of negative value.Dominik Vogt1-1/+1
2015-10-29dwarf2read.c: Add castSimon Marchi1-1/+1
2015-10-21fort_dyn_array: add basic fortran dyn array supportKeven Boell1-0/+30
2015-10-13More char constificationPedro Alves1-3/+3
2015-09-30dwarf2read.c (setup_type_unit_groups): Add comment.Doug Evans1-0/+5
2015-09-25Add some more casts (1/2)Simon Marchi1-101/+138
2015-09-25Add casts to memory allocation related callsSimon Marchi1-59/+69
2015-09-20dwarf2read.c (add_partial_symbol): Remove outdated comments.Doug Evans1-6/+0
2015-09-20dwarf2_compute_name: add fixme, don't use same name as parameter for localDoug Evans1-8/+13
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-95/+74
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-2/+16
2015-08-21gdb/dwarf2read.c: rename a field for c++Tom Tromey1-60/+60
2015-08-20Fix language of compilation unit with unknown file extensionPedro Alves1-1/+1
2015-08-19dwarf2read.c: Check type of string valued attributes prior to decoding.Kevin Buettner1-65/+69
2015-08-15psymtab.c (add_psymbol_to_bcache): Remove "val" arg.Doug Evans1-12/+11
2015-08-15Add end_psymtab_common, have all debug info readers call it.Doug Evans1-10/+2
2015-08-13[Ada] Add support for subprogram renamingsPierre-Marie de Rodat1-13/+36
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi1-10/+17
2015-08-03dwarf2read.c: fix latent bugletPedro Alves1-1/+1
2015-07-23Fix crash when reading dummy CUs.Doug Evans1-5/+24
2015-07-18dwarf2read: Allow SEC_ALLOC sections to be located at address 0.Kevin Buettner1-1/+1
2015-07-14Add support reading D modules from DWARFIain Buclaw1-8/+26
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