summaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Remove unused field field_info.fnfieldsKeith Seitz2017-09-081-4/+0
* Introduce dw2_linkage_name and dw2_linkage_name_attr.Keith Seitz2017-09-061-26/+38
* Make "p S::method() const::static_var" work tooPedro Alves2017-09-041-0/+43
* Stop assuming no-debug-info variables have type intPedro Alves2017-09-041-2/+1
* DWARF-5 Fix DW_FORM_implicit_constJan Kratochvil2017-08-241-1/+11
* DWARF-5: Fix -fdebug-types-sectionJan Kratochvil2017-08-241-17/+40
* Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey2017-08-221-8/+6
* Plug line_header leaksPedro Alves2017-08-171-33/+56
* gdb: Fix build failure with GCC 7H.J. Lu2017-08-091-1/+2
* Fix dwarf2_string_attr for -gsplit-dwarfLeszek Swirski2017-08-071-1/+2
* Introduce and use gdb_file_upTom Tromey2017-08-031-16/+2
* Use SYMBOL_MATCHES_SEARCH_NAME some morePedro Alves2017-07-201-2/+2
* Fix Fission (broken by my previous patch)David Blaikie2017-07-181-0/+1
* Fix TAB-completion + .gdb_index slowness (generalize filename_seen_cache)Pedro Alves2017-07-171-45/+60
* C++ify dwarf2_per_objfilePedro Alves2017-07-171-133/+164
* 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