Regenerate configure and pot files with updated binutils version number.
[external/binutils.git] / gdb / dwarf2read.c
2018-06-12 Simon MarchiRename some functions, index -> gdb_index
2018-06-11 Simon MarchiRemove more "struct" keywords in range-based for loops
2018-06-09 Tom TromeyRemove a VEC from dwarf2read.c
2018-06-01 Tom TromeyRemove type_name_no_tag and rename type_name_no_tag_or_...
2018-06-01 Tom TromeyRemove TYPE_TAG_NAME
2018-06-01 Tom TromeyThread language through c_type_print_args
2018-05-30 Simon MarchiRemove "struct" keyword in range-based for loops
2018-05-23 Tom TromeyRemove symfile_complaints
2018-05-21 Tom TromeyUse std::unique_ptr in dwarf2_read_debug_names
2018-05-18 Tom TromeyAllocate dwz_file with new
2018-05-18 Tom TromeyAllocate dwp_file with new
2018-05-18 Tom TromeyUse new to allocate mapped_index
2018-05-18 Simon MarchiRemove mapped_index::total_size
2018-05-17 Tom TromeyFix for dwz-related crash
2018-05-14 Tom TromeyClear rust_unions in rust_union_quirks
2018-05-05 Tom TromeyFix "fall through" comments
2018-04-30 Tom TromeyAdd initial type alignment support
2018-04-30 Simon MarchiUse bool in read_index_from_section
2018-04-27 Tom TromeyEnable -Wsuggest-override
2018-04-17 Tom TromeyConditionally drop the discriminant field in quirk_rust...
2018-04-17 Tom TromeyFix crash in quirk_rust_enum
2018-04-07 Simon MarchiMake dwarf2_per_objfile::all_type_units an std::vector
2018-04-07 Simon MarchiMake dwarf2_per_objfile::all_comp_units an std::vector
2018-04-07 Simon MarchiRemove some usages of get_dwarf2_per_objfile
2018-04-07 Simon MarchiReplace dw2_get_cu/dw2_get_cutu with methods of dwarf2_...
2018-04-07 Simon MarchiRemove some unused variables in dwarf2read.c
2018-04-06 Tom TromeyIntroduce a gdb_ref_ptr specialization for struct value
2018-03-30 Tom TromeyRemove free_dwo_file_cleanup
2018-03-30 Tom TromeyRemove parameter from free_dwo_file
2018-03-30 Tom TromeyRemove free_cached_comp_units cleanups
2018-03-27 Simon MarchiMove DWARF index-related things to a separate file
2018-03-27 Joel Brobeckerproblem looking up some symbols when they have a linkag...
2018-03-26 Simon MarchiRemove DEF_VEC_I(offset_type)
2018-03-23 Keith SeitzAdd psymbols for nested types
2018-03-12 Tom TromeyUse std::vector for field lists in dwarf2read.c
2018-03-12 Tom TromeyRemove cleanup from build_type_psymtabs_1
2018-03-01 Tom TromeyFix Rust enum test failures
2018-02-28 Sergio Durigan JuniorCreate new common/pathstuff.[ch]
2018-02-26 Tom TromeyHandle DW_TAG_variant_part and DW_TAG_variant
2018-02-26 Tom TromeyConvert Rust to use discriminated unions
2018-02-26 Yao QiMove read_partial_die to partial_die_info::read
2018-02-26 Yao QiMove fixup_partial_die to partial_die_info::fixup
2018-02-26 Yao QiRemove one argument abbrev_len in read_partial_die
2018-02-26 Yao QiClass-fy partial_die_info
2018-02-26 Yao QiChange find_partial_die_in_comp_unit to dwarf2_cu:...
2018-02-26 Yao QiDon't check abbrev is NULL in read_partial_die
2018-02-26 Yao QiRe-write partial_die_info allocation in load_partial_dies
2018-02-23 Simon Marchidwarf: Make sect_offset 64-bits
2018-02-16 Yao QiNew class allocate_on_obstack
2018-02-14 Tom TromeyChange openp et al to use a unique_xmalloc_ptr
2018-02-13 Simon MarchiUse enum flags for flags passed to openp
2018-02-12 Andrew Burgessgdb: Remove cleanup from dw2_do_instantiate_symtab
2018-02-05 Joel BrobeckerMove comment in gdb/dwarf2read.c::dwarf2_physname
2018-01-28 Simon MarchiRemove dwarf2_per_objfile_free and use after free of...
2018-01-22 Joel BrobeckerAda/DWARF: Assume the Ada compiler produces descriptive...
2018-01-18 Yao QiMake abbrev_table::abbrevs private
2018-01-17 Tom TromeyRemove symbolp typedef
2018-01-17 Tom TromeyRemove objfile argument from add_dyn_prop
2018-01-17 Tom TromeyChange dwarf2_cu::method_info to be a std::vector
2018-01-17 Simon MarchiAllocate dwarf2_cu with new
2018-01-17 Tom TromeyAllocate abbrev_table with new
2018-01-17 Tom TromeyUnify new_symbol and new_symbol_full
2018-01-10 Pedro Alveslanguage_get_symbol_name_matcher -> get_symbol_name_matcher
2018-01-10 Pedro AlvesAda: make verbatim matcher override other language...
2018-01-09 Xavier RoirandFix breakpoint add on inlined function using function...
2018-01-07 Simon MarchiRemove dwarf2_cu::dwarf2_per_objfile
2018-01-07 Simon MarchiRemove dwarf2_per_objfile global
2018-01-07 Simon MarchiReplace objfile field in dwarf2_cu and dwarf2_per_cu_da...
2018-01-02 Joel BrobeckerAdd support for dynamic DW_AT_byte_stride.
2018-01-02 Joel Brobeckertreat Ada DW_TAG_unspecified_type DIEs as stub types
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-31 Simon Marchidwarf2read: Silence -Wenum-compare-switch warning
2017-12-30 Simon MarchiMake mapped_debug_names and mapped_index final
2017-12-14 Jan KratochvilDWARF-5 .debug_names DW_IDX_type_unit fix
2017-12-11 Pedro AlvesUnbreak build for non-ELF ports
2017-12-08 Pedro Alvesdwarf2read.c: Rewrite/simplify mock_mapped_index
2017-12-08 Pedro AlvesSupport wildmatching in .debug_names too.
2017-12-08 Pedro Alvesdwarf2read.c:mapped_index, use gdb::array_view, simplif...
2017-12-08 Jan KratochvilDWARF-5: .debug_names index consumer
2017-12-08 Jan KratochvilRefactor: Move some generic code out of .gdb_index...
2017-12-08 Jan KratochvilChange dwarf2_initialize_objfile's return value
2017-12-08 Jan KratochvilDWARF-5: .debug_names index producer
2017-12-07 Keith SeitzRecord nested types
2017-12-05 Simon MarchiRemove some unused variables
2017-12-02 Sergio Durigan JuniorAdd support for the readnever concept
2017-12-01 Sergio Durigan JuniorRevert "Add support for the readnever concept"
2017-12-01 Sergio Durigan JuniorAdd support for the readnever concept
2017-11-29 Pedro AlvesMake "break foo" find "A::foo", A::B::foo", etc. [C...
2017-11-21 Pedro AlvesFix mapped_index::find_name_components_bounds upper...
2017-11-21 Pedro AlvesUnit test name-component bounds searching directly
2017-11-21 Pedro Alves0xff chars in name components table; cp-name-parser...
2017-11-17 Tom TromeyUse an enum to represent subclasses of symbol
2017-11-17 Tom TromeyMake template_symbol derive from symbol
2017-11-17 Tom TromeyHandle dereferencing Rust trait objects
2017-11-08 Tom TromeyRemove symbolp vector
2017-11-08 Pedro Alveslookup_name_info::make_ignore_params
2017-11-08 Pedro AlvesReorder/reindent dw2_expand_symtabs_matching & friends
2017-11-08 Pedro AlvesOptimize .gdb_index symbol name searching
2017-11-08 Pedro AlvesIntroduce lookup_name_info and generalize Ada's FULL...
2017-11-08 Pedro AlvesPer-language symbol name hashing algorithm
next