summaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
AgeCommit message (Expand)Author
2018-01-10language_get_symbol_name_matcher -> get_symbol_name_matcherPedro Alves
2018-01-10Ada: make verbatim matcher override other language matchers (PR gdb/22670)Pedro Alves
2018-01-01Add support for dynamic DW_AT_byte_stride.Joel Brobecker
2018-01-01treat Ada DW_TAG_unspecified_type DIEs as stub typesJoel Brobecker
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-30dwarf2read: Silence -Wenum-compare-switch warningSimon Marchi
2017-12-30Make mapped_debug_names and mapped_index finalSimon Marchi
2017-12-14DWARF-5 .debug_names DW_IDX_type_unit fixJan Kratochvil
2017-12-11Unbreak build for non-ELF portsPedro Alves
2017-12-08dwarf2read.c: Rewrite/simplify mock_mapped_indexPedro Alves
2017-12-08Support wildmatching in .debug_names too.Pedro Alves
2017-12-08dwarf2read.c:mapped_index, use gdb::array_view, simplify symbol tablePedro Alves
2017-12-08DWARF-5: .debug_names index consumerJan Kratochvil
2017-12-08Refactor: Move some generic code out of .gdb_index codeJan Kratochvil
2017-12-08Change dwarf2_initialize_objfile's return valueJan Kratochvil
2017-12-08DWARF-5: .debug_names index producerJan Kratochvil
2017-12-07Record nested typesKeith Seitz
2017-12-05Remove some unused variablesSimon Marchi
2017-12-01Add support for the readnever conceptSergio Durigan Junior
2017-12-01Revert "Add support for the readnever concept"Sergio Durigan Junior
2017-12-01Add support for the readnever conceptSergio Durigan Junior
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves
2017-11-21Fix mapped_index::find_name_components_bounds upper bound computationPedro Alves
2017-11-21Unit test name-component bounds searching directlyPedro Alves
2017-11-210xff chars in name components table; cp-name-parser lex UTF-8 identifiersPedro Alves
2017-11-17Use an enum to represent subclasses of symbolTom Tromey
2017-11-17Make template_symbol derive from symbolTom Tromey
2017-11-17Handle dereferencing Rust trait objectsTom Tromey
2017-11-08Remove symbolp vectorTom Tromey
2017-11-08lookup_name_info::make_ignore_paramsPedro Alves
2017-11-08Reorder/reindent dw2_expand_symtabs_matching & friendsPedro Alves
2017-11-08Optimize .gdb_index symbol name searchingPedro Alves
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves
2017-11-08Per-language symbol name hashing algorithmPedro Alves
2017-11-04Replace really_free_pendings with a scoped_ classTom Tromey
2017-10-18Issue complaint instead of assert for invalid/unhandled DW_AT_accessibilityKeith Seitz
2017-10-16Record and output access specifiers for nested typedefsKeith Seitz
2017-10-14Replace psymbol_allocation_list with std::vectorSimon Marchi
2017-10-11Constify add_prefix_cmdTom Tromey
2017-10-09Make cp_remove_params return a gdb::unique_xmalloc_ptrPedro Alves
2017-10-08Remove some cleanups from dwarf2read.cTom Tromey
2017-09-28(open_and_init_dwp_file): Protect against some segvsDoug Evans
2017-09-27Make init_type/arch_type take a size in bitsUlrich Weigand
2017-09-27Constify save_gdb_index_commandTom Tromey
2017-09-26dwarf2read: Restrict ICC workaround to ICC<14Walfred Tedeschi
2017-09-26Move GDB producer parsing routines to a separate fileWalfred Tedeschi
2017-09-19Use DISABLE_COPY_AND_ASSIGNYao Qi
2017-09-15dwarf2read: Replace copy_string usages with savestringSimon Marchi
2017-09-09Use std::vector in add_using_directiveTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin