aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-24DWARF-5 Fix DW_FORM_implicit_constJan Kratochvil1-1/+11
2017-08-24DWARF-5: Fix -fdebug-types-sectionJan Kratochvil1-17/+40
2017-08-22Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey1-8/+6
2017-08-17Plug line_header leaksPedro Alves1-33/+56
2017-08-09gdb: Fix build failure with GCC 7H.J. Lu1-1/+2
2017-08-07Fix dwarf2_string_attr for -gsplit-dwarfLeszek Swirski1-1/+2
2017-08-03Introduce and use gdb_file_upTom Tromey1-16/+2
2017-07-20Use SYMBOL_MATCHES_SEARCH_NAME some morePedro Alves1-2/+2
2017-07-18Fix Fission (broken by my previous patch)David Blaikie1-0/+1
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