aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-31/+17
2017-01-10Remove make_cleanup_discard_psymtabsTom Tromey1-3/+2
2017-01-10Introduce and use gdb::unlinkerTom Tromey1-16/+5
2017-01-10Use class to manage BFD reference countsTom Tromey1-39/+30
2017-01-10Remove make_cleanup_htab_deleteTom Tromey1-46/+33
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-02PR symtab/16264 - support DW_AT_main_subprogramTom Tromey1-12/+21
2016-11-24Fix PR12616 - gdb does not implement DW_AT_data_bit_offsetAndreas Arnez1-0/+4
2016-11-08Use ui_file_as_string throughout morePedro Alves1-6/+6
2016-11-08Use ui_file_as_string in dwarf2_compute_namePedro Alves1-8/+5
2016-10-06Remove Java supportTom Tromey1-100/+22
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-4/+5
2016-09-06Add gdbarch callback to provide formats for debug info float typesUlrich Weigand1-2/+23
2016-09-06Unify init_type and arch_type interface and helpersUlrich Weigand1-34/+30
2016-09-02Handle DW_OP_form_tls_addressTom Tromey1-0/+1
2016-07-22PR rust/20162 - fix gdb regressions caused by rust 1.10Tom Tromey1-2/+19
2016-07-14Remove some variables but call functions for side effectsTom Tromey1-4/+5
2016-05-30PR 15231: import bare DW_TAG_lexical_blockJan Kratochvil1-19/+34
2016-05-30Code cleanup: dwarf2_get_pc_bounds: -1/0/+1 -> enumJan Kratochvil1-25/+46
2016-05-17Add support for the Rust languageTom Tromey1-6/+17
2016-05-07remove trivialy unused variablesTrevor Saunders1-38/+3
2016-05-03PR symtab/19914 fix handling of dwp + split debugDoug Evans1-3/+17
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