gdb: Fix testsuite issue in gdb.arch/amd64-disp-step-avx.exp
[external/binutils.git] / gdb / dwarf2read.c
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
2017-11-04 Tom TromeyReplace really_free_pendings with a scoped_ class
2017-10-18 Keith SeitzIssue complaint instead of assert for invalid/unhandled...
2017-10-17 Keith SeitzRecord and output access specifiers for nested typedefs
2017-10-14 Simon MarchiReplace psymbol_allocation_list with std::vector
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-10-09 Pedro AlvesMake cp_remove_params return a gdb::unique_xmalloc_ptr
2017-10-09 Tom TromeyRemove some cleanups from dwarf2read.c
2017-09-28 Doug Evans(open_and_init_dwp_file): Protect against some segvs
2017-09-27 Ulrich WeigandMake init_type/arch_type take a size in bits
2017-09-27 Tom TromeyConstify save_gdb_index_command
2017-09-26 Walfred Tedeschidwarf2read: Restrict ICC workaround to ICC<14
2017-09-26 Walfred TedeschiMove GDB producer parsing routines to a separate file
2017-09-19 Yao QiUse DISABLE_COPY_AND_ASSIGN
2017-09-15 Simon Marchidwarf2read: Replace copy_string usages with savestring
2017-09-09 Tom TromeyUse std::vector in add_using_directive
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-08 Keith SeitzRemove unused field field_info.fnfields
2017-09-06 Keith SeitzIntroduce dw2_linkage_name and dw2_linkage_name_attr.
2017-09-04 Pedro AlvesMake "p S::method() const::static_var" work too
2017-09-04 Pedro AlvesStop assuming no-debug-info variables have type int
2017-08-24 Jan KratochvilDWARF-5 Fix DW_FORM_implicit_const
2017-08-24 Jan KratochvilDWARF-5: Fix -fdebug-types-section
2017-08-22 Tom TromeyChange gdb_realpath to return a unique_xmalloc_ptr
2017-08-17 Pedro AlvesPlug line_header leaks
2017-08-09 H.J. Lugdb: Fix build failure with GCC 7
2017-08-07 Leszek SwirskiFix dwarf2_string_attr for -gsplit-dwarf
2017-08-03 Tom TromeyIntroduce and use gdb_file_up
2017-07-20 Pedro AlvesUse SYMBOL_MATCHES_SEARCH_NAME some more
2017-07-18 David BlaikieFix Fission (broken by my previous patch)
2017-07-17 Pedro AlvesFix TAB-completion + .gdb_index slowness (generalize...
2017-07-17 Pedro AlvesC++ify dwarf2_per_objfile
2017-07-06 David BlaikieFission support for multiple CUs per DWO file
2017-06-27 Pedro AlvesEliminate make_cleanup_obstack_free, introduce auto_obstack
2017-06-19 Pedro Alves.gdb_index writer: close the file before unlinking it
next