summaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
Commit message (Expand)AuthorAgeFilesLines
* C++ify dwarf2_per_objfile_datausers/palves/dwarf2_per_objfilePedro Alves2017-07-141-111/+144
* Fission support for multiple CUs per DWO fileDavid Blaikie2017-07-061-47/+53
* Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves2017-06-271-14/+4
* .gdb_index writer: close the file before unlinking itPedro Alves2017-06-191-1/+5
* Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves2017-06-141-1/+2
* .gdb_index prod perf regression: mapped_symtab now vector of valuesPedro Alves2017-06-121-28/+28
* .gdb_index prod perf regression: Estimate size of psyms_seenPedro Alves2017-06-121-1/+35
* .gdb_index prod perf regression: find before insert in unordered_mapPedro Alves2017-06-121-5/+16
* Code cleanup: dwarf2read.c: Add data_buf::append_uintPedro Alves2017-06-121-29/+29
* Code cleanup: dwarf2read.c: Eliminate ::file_writePedro Alves2017-06-121-20/+2
* Code cleanup: dwarf2read.c:uniquify_cu_indices: Use std::uniquePedro Alves2017-06-121-17/+4
* Code cleanup: C++ify .gdb_index producerJan Kratochvil2017-06-121-434/+275
* Change increment_reading_symtab to return a scoped_restoreTom Tromey2017-04-121-1/+1
* Fix PR c++/21323: GDB thinks char16_t and char32_t are signed in C++Pedro Alves2017-04-121-3/+16
* -Wwrite-strings: The RestPedro Alves2017-04-051-4/+4
* dwarf2read.c: C++fy lnp_state_machinePedro Alves2017-04-041-198/+244
* Make sect_offset and cu_offset strong typedefs instead of structsPedro Alves2017-04-041-320/+321
* dwarf2read.c: Make dir_index and file_name_index strong typedefsPedro Alves2017-04-041-74/+99
* dwarf2read.c: Some C++fycation, use std::vector, std::unique_ptrPedro Alves2017-04-041-180/+128
* dwarf2read.c: Clean up out of bounds handlingPedro Alves2017-03-271-70/+90
* gdb: Make ldirname return a std::stringPedro Alves2017-03-271-56/+61
* Avoid segfault on invalid directory tablePádraig Brady2017-03-241-6/+12
* Support DW_TAG_rvalue_reference typeArtemiy Volkov2017-03-201-4/+11
* Change {lookup,make}_reference_type APIArtemiy Volkov2017-03-201-1/+1
* Big-endian targets: Don't ignore offset into DW_OP_stack_valueAndreas Arnez2017-03-161-0/+25
* DWARF-5: Initialization due to a false compiler warningJan Kratochvil2017-02-261-0/+4
* Use gdb::function_view in iterate_over_symtabs & coPedro Alves2017-02-231-27/+24
* Fix a regression by: Code cleanup: Split dwarf2_ranges_read to a callbackJan Kratochvil2017-02-221-0/+2
* Fix recent compiler warnings.Jan Kratochvil2017-02-211-1/+2
* DWARF-5: DW_FORM_data16Jan Kratochvil2017-02-201-1/+24
* DWARF-5: MacrosJan Kratochvil2017-02-201-38/+40
* DWARF-5: call sitesJan Kratochvil2017-02-201-32/+61
* DWARF-5 basic functionalityJan Kratochvil2017-02-201-132/+648
* Code cleanup: Refactor abbrev_table_read_table cycleJan Kratochvil2017-02-201-10/+11
* Code cleanup: Split dwarf2_ranges_read to a callbackJan Kratochvil2017-02-201-85/+42
* Code cleanup: Split create_debug_types_hash_tableJan Kratochvil2017-02-201-125/+131
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-31/+17
* Remove make_cleanup_discard_psymtabsTom Tromey2017-01-101-3/+2
* Introduce and use gdb::unlinkerTom Tromey2017-01-101-16/+5
* Use class to manage BFD reference countsTom Tromey2017-01-101-39/+30
* Remove make_cleanup_htab_deleteTom Tromey2017-01-101-46/+33
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* PR symtab/16264 - support DW_AT_main_subprogramTom Tromey2016-12-021-12/+21
* Fix PR12616 - gdb does not implement DW_AT_data_bit_offsetAndreas Arnez2016-11-241-0/+4
* Use ui_file_as_string throughout morePedro Alves2016-11-081-6/+6
* Use ui_file_as_string in dwarf2_compute_namePedro Alves2016-11-081-8/+5
* Remove Java supportTom Tromey2016-10-061-100/+22
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-4/+5
* Add gdbarch callback to provide formats for debug info float typesUlrich Weigand2016-09-061-2/+23
* Unify init_type and arch_type interface and helpersUlrich Weigand2016-09-061-34/+30