aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-27gdb: Make ldirname return a std::stringPedro Alves1-56/+61
2017-03-24Avoid segfault on invalid directory tablePádraig Brady1-6/+12
2017-03-20Support DW_TAG_rvalue_reference typeArtemiy Volkov1-4/+11
2017-03-20Change {lookup,make}_reference_type APIArtemiy Volkov1-1/+1
2017-03-16Big-endian targets: Don't ignore offset into DW_OP_stack_valueAndreas Arnez1-0/+25
2017-02-26DWARF-5: Initialization due to a false compiler warningJan Kratochvil1-0/+4
2017-02-23Use gdb::function_view in iterate_over_symtabs & coPedro Alves1-27/+24
2017-02-22Fix a regression by: Code cleanup: Split dwarf2_ranges_read to a callbackJan Kratochvil1-0/+2
2017-02-21Fix recent compiler warnings.Jan Kratochvil1-1/+2
2017-02-20DWARF-5: DW_FORM_data16Jan Kratochvil1-1/+24
2017-02-20DWARF-5: MacrosJan Kratochvil1-38/+40
2017-02-20DWARF-5: call sitesJan Kratochvil1-32/+61
2017-02-20DWARF-5 basic functionalityJan Kratochvil1-132/+648
2017-02-20Code cleanup: Refactor abbrev_table_read_table cycleJan Kratochvil1-10/+11
2017-02-20Code cleanup: Split dwarf2_ranges_read to a callbackJan Kratochvil1-85/+42
2017-02-20Code cleanup: Split create_debug_types_hash_tableJan Kratochvil1-125/+131
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