aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-17Fix TAB-completion + .gdb_index slowness (generalize filename_seen_cache)Pedro Alves1-45/+60
2017-07-17C++ify dwarf2_per_objfilePedro Alves1-133/+164
2017-07-06Fission support for multiple CUs per DWO fileDavid Blaikie1-47/+53
2017-06-27Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves1-14/+4
2017-06-19.gdb_index writer: close the file before unlinking itPedro Alves1-1/+5
2017-06-14Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves1-1/+2
2017-06-12.gdb_index prod perf regression: mapped_symtab now vector of valuesPedro Alves1-28/+28
2017-06-12.gdb_index prod perf regression: Estimate size of psyms_seenPedro Alves1-1/+35
2017-06-12.gdb_index prod perf regression: find before insert in unordered_mapPedro Alves1-5/+16
2017-06-12Code cleanup: dwarf2read.c: Add data_buf::append_uintPedro Alves1-29/+29
2017-06-12Code cleanup: dwarf2read.c: Eliminate ::file_writePedro Alves1-20/+2
2017-06-12Code cleanup: dwarf2read.c:uniquify_cu_indices: Use std::uniquePedro Alves1-17/+4
2017-06-12Code cleanup: C++ify .gdb_index producerJan Kratochvil1-434/+275
2017-04-12Change increment_reading_symtab to return a scoped_restoreTom Tromey1-1/+1
2017-04-12Fix PR c++/21323: GDB thinks char16_t and char32_t are signed in C++Pedro Alves1-3/+16
2017-04-05-Wwrite-strings: The RestPedro Alves1-4/+4
2017-04-04dwarf2read.c: C++fy lnp_state_machinePedro Alves1-198/+244
2017-04-04Make sect_offset and cu_offset strong typedefs instead of structsPedro Alves1-320/+321
2017-04-04dwarf2read.c: Make dir_index and file_name_index strong typedefsPedro Alves1-74/+99
2017-04-04dwarf2read.c: Some C++fycation, use std::vector, std::unique_ptrPedro Alves1-180/+128
2017-03-27dwarf2read.c: Clean up out of bounds handlingPedro Alves1-70/+90
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