aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
AgeCommit message (Expand)Author
2017-07-06Fission support for multiple CUs per DWO fileDavid Blaikie
2017-06-27Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves
2017-06-19.gdb_index writer: close the file before unlinking itPedro Alves
2017-06-14Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves
2017-06-12.gdb_index prod perf regression: mapped_symtab now vector of valuesPedro Alves
2017-06-12.gdb_index prod perf regression: Estimate size of psyms_seenPedro Alves
2017-06-12.gdb_index prod perf regression: find before insert in unordered_mapPedro Alves
2017-06-12Code cleanup: dwarf2read.c: Add data_buf::append_uintPedro Alves
2017-06-12Code cleanup: dwarf2read.c: Eliminate ::file_writePedro Alves
2017-06-12Code cleanup: dwarf2read.c:uniquify_cu_indices: Use std::uniquePedro Alves
2017-06-12Code cleanup: C++ify .gdb_index producerJan Kratochvil
2017-04-12Change increment_reading_symtab to return a scoped_restoreTom Tromey
2017-04-12Fix PR c++/21323: GDB thinks char16_t and char32_t are signed in C++Pedro Alves
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-04dwarf2read.c: C++fy lnp_state_machinePedro Alves
2017-04-04Make sect_offset and cu_offset strong typedefs instead of structsPedro Alves
2017-04-04dwarf2read.c: Make dir_index and file_name_index strong typedefsPedro Alves
2017-04-04dwarf2read.c: Some C++fycation, use std::vector, std::unique_ptrPedro Alves
2017-03-27dwarf2read.c: Clean up out of bounds handlingPedro Alves
2017-03-27gdb: Make ldirname return a std::stringPedro Alves
2017-03-24Avoid segfault on invalid directory tablePádraig Brady
2017-03-20Support DW_TAG_rvalue_reference typeArtemiy Volkov
2017-03-20Change {lookup,make}_reference_type APIArtemiy Volkov
2017-03-16Big-endian targets: Don't ignore offset into DW_OP_stack_valueAndreas Arnez
2017-02-26DWARF-5: Initialization due to a false compiler warningJan Kratochvil
2017-02-23Use gdb::function_view in iterate_over_symtabs & coPedro Alves
2017-02-22Fix a regression by: Code cleanup: Split dwarf2_ranges_read to a callbackJan Kratochvil
2017-02-21Fix recent compiler warnings.Jan Kratochvil
2017-02-20DWARF-5: DW_FORM_data16Jan Kratochvil
2017-02-20DWARF-5: MacrosJan Kratochvil
2017-02-20DWARF-5: call sitesJan Kratochvil
2017-02-20DWARF-5 basic functionalityJan Kratochvil
2017-02-20Code cleanup: Refactor abbrev_table_read_table cycleJan Kratochvil
2017-02-20Code cleanup: Split dwarf2_ranges_read to a callbackJan Kratochvil
2017-02-20Code cleanup: Split create_debug_types_hash_tableJan Kratochvil
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-10Remove make_cleanup_discard_psymtabsTom Tromey
2017-01-10Introduce and use gdb::unlinkerTom Tromey
2017-01-10Use class to manage BFD reference countsTom Tromey
2017-01-10Remove make_cleanup_htab_deleteTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-02PR symtab/16264 - support DW_AT_main_subprogramTom Tromey
2016-11-24Fix PR12616 - gdb does not implement DW_AT_data_bit_offsetAndreas Arnez
2016-11-08Use ui_file_as_string throughout morePedro Alves
2016-11-08Use ui_file_as_string in dwarf2_compute_namePedro Alves
2016-10-06Remove Java supportTom Tromey
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-09-06Add gdbarch callback to provide formats for debug info float typesUlrich Weigand
2016-09-06Unify init_type and arch_type interface and helpersUlrich Weigand
2016-09-02Handle DW_OP_form_tls_addressTom Tromey