]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/dwarf2read.c
Rename gdb exception types
[thirdparty/binutils-gdb.git] / gdb / dwarf2read.c
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-04-06  Tom TromeyRevert the header-sorting patch
2019-04-06  Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-04-01  Andrew Burgessgdb: Add $_cimag and $_creal internal functions
2019-04-01  Tom TromeyHandle DW_AT_ranges when reading partial symtabs
2019-03-25  Tom TromeyMore block constification
2019-03-11  Tom TromeyRemove redundant assignment from dwarf2_find_containing...
2019-03-07  Tom TromeyC++-ify bcache
2019-02-25  John BaldwinFix BFD leak in dwarf2_get_dwz_file.
2019-02-25  Jordan RupprechtFix crash when loading dwp files
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-16  Keith SeitzIntroduce dwarf2_cu::get_builder
2019-01-10  Keith Seitzgdb/23712: Remove dw2_add_symbol_to_list
2019-01-10  Tom TromeyAdd psymtab_storage::allocate_dependencies
2019-01-10  Tom TromeyAllocate the address map on the psymtab obstack
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
next