Introduce class psymtab_storage
[deliverable/binutils-gdb.git] / gdb / dwarf2read.c
2019-01-10  Tom TromeyIntroduce class psymtab_storage
2019-01-10  Tom TromeySimplify calls to init_psymbol_list
2019-01-10  Tom TromeyChange add_psymbol_to_list to use an enum
2019-01-10  Tom TromeyRemove parameters from start_psymtab_common
2019-01-10  Tom TromeyRemove some unneeded psymtab initializations
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-24  Tom TromeySimplify dwarf2_find_containing_comp_unit
2018-12-17  Andrew Burgessgdb/dwarf: Convert some predicates from int to bool
2018-12-07  Pedro AlvesFix gdb build on 32-bit hosts w/ --enable-64-bit-bfd
2018-11-30  Sergio Durigan JuniorFix dwarf2read.c:dwarf2_find_containing_comp_unit's...
2018-11-07  Andrew Burgessgdb: Guard against NULL dereference in dwarf2_init_inte...
2018-10-31  Andrew Burgessgdb: Handle ICC's unexpected void return type
2018-10-26  Tom TromeyRemove DEF_VECs from symtab.h
2018-10-09  Gary BensonFix buffer overrun found by Coverity
2018-10-08  John DarringtonGDB: Work around buggy dwarf line information produced...
2018-10-05  Tom TromeySimple -Wshadow=local fixes
2018-10-03  Simon MarchiRemove struct keyword in range-based for
2018-10-03  Tom TromeyAvoid undefined behavior in read_signed_leb128
2018-10-03  Tom TromeyAvoid undefined behavior in read_subrange_type
2018-09-05  Tom de Vries[gdb/exp] Handle DW_OP_GNU_variable_value refs to abstr...
2018-08-31  Tom TromeySet TYPE_LENGTH on a variant part
2018-08-23  Kevin BuettnerRecord explicit block ranges from dwarf2read.c
2018-08-07  Simon MarchiAdd DWARF index cache
2018-08-07  Simon MarchiMake index reading functions more modular
2018-08-07  Simon MarchiReplace some uses of xstrprintf with string_printf
2018-08-02  Tom TromeyAllow "info address" of a template parameter
2018-07-26  Tom TromeyMake psymbols and psymtabs independent of the program...
2018-07-26  Tom TromeyIntroduce accessors for psymtab high and low fields
2018-07-26  Andrew Burgessgdb: Add switch to disable DWARF stack unwinders
2018-07-25  Tom de Vries[gdb/symtab] Warn about unresolved DW_AT_upper_bound...
2018-07-24  Keith SeitzSet CU language before processing any DIEs (symtab...
2018-07-20  Tom TromeyConvert the DWARF reader to new-style buildysm
2018-07-20  Tom TromeyParameterize cp_scan_for_anonymous_namespaces
2018-07-20  Tom TromeyIntroduce buildsym-legacy.h
2018-07-20  Tom TromeyRemove buildsym_init
2018-07-20  Tom TromeyMove the symbol lists to buildsym_compunit
2018-07-20  Tom TromeySet list_in_scope later in DWARF reader
2018-07-20  Tom TromeyDo not look at file symbols when reading psymtabs
2018-07-20  Tom TromeyRemove the "listhead" argument from finish_block
2018-07-20  Tom TromeyMove current_subfile to buildsym_compunit
2018-07-20  Tom TromeyMove the context stack to buildsym_compunit
2018-07-16  Tom TromeyUse outermost_context_p in more places
2018-07-16  Tom TromeyMove the using directives to buildsym_compunit
2018-07-16  Tom TromeyMove processing_gcc to stabsread
2018-07-04  Tom de Vries[gdb/symtab] Fix version check in dwarf compilation...
2018-06-28  Tom TromeyMake dwarf2_free_objfile static
2018-06-27  Omair JavaidFix lost line info for symbol at addr zero
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
next
This page took 0.315873 seconds and 107 git commands to generate.