Don't call touchwin in tui_gen_win_info::refresh_window
[external/binutils.git] / gdb / dwarf2read.c
2019-08-26 Simon Marchidwarf2read: fix compilation issue with gcc 4.8
2019-08-25 Simon Marchidwarf2read: replace gdb::optional<bool> with enum
2019-08-09 Tom de Vries[gdb] Fix gdb.dwarf2/varval.exp with -fPIE/-pie
2019-08-07 Tom TromeyIntroduce obstack_strndup
2019-08-07 Tom TromeyAdd obstack_strdup overload taking a std::string
2019-08-07 Tom TromeyUse obstack_strdup more
2019-08-06 Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-08-05 Simon MarchiRemove some variables in favor of using gdb::optional
2019-07-12 Andrew Burgessgdb: Carry default property type around with dynamic...
2019-07-12 Andrew Burgessgdb/dwarf: Ensure the target type of ranges is not...
2019-07-09 Tom TromeyRename common to gdbsupport
2019-07-01 Tom TromeyAvoid use-after-free in DWARF debug names code
2019-06-28 Tom TromeyHandle either order of name and linkage name
2019-06-22 Tom de Vries[gdb] Fix s390x -m31 build
2019-06-21 Simon Marchidwarf2read: Get rid of VEC (dwarf2_section_info_def)
2019-06-21 Simon Marchidwarf2read: Make dwo_file::dbfd a gdb_bfd_ref_ptr
2019-06-21 Simon Marchidwarf2read: C++ify dwo_file
2019-06-21 Simon Marchidwarf2read: Use bool for dwarf2_section_info fields
2019-06-18 Tom de Vries[gdb] Fix abstract_to_concrete type
2019-06-16 Simon MarchiWrite index for dwz -m file
2019-06-11 Bernhard HeckelDwarf: Don't add nameless modules to partial symbol...
2019-06-10 Tom de Vries[gdb] Fix heap-buffer-overflow in cp_find_first_compone...
2019-06-10 Tom de Vries[gdb/symtab] Support DW_AT_main_subprogram with -readnow.
2019-05-29 Sergio Durigan JuniorDon't crash is dwarf_decode_macro_bytes's 'body' is...
2019-05-29 Tom TromeyMake some DWARF complaints clearer
2019-05-18 Andrew Burgessgdb: Add constructor to struct cu_partial_die_info
2019-05-17 Tom de Vries[gdb] Fix heap-use-after-free in typename_concat
2019-05-15 Sergio Durigan JuniorDon't crash if dwarf_decode_macro_bytes's 'body' is...
2019-05-08 Tom TromeyConvert dwarf2_per_objfile to type-safe registry API
2019-05-04 Tom TromeyRemove "struct" from foreach statements
2019-04-30 Ali TamurSupport DW_FORM_strx1, _strx2, _strx3, _strx4 forms.
2019-04-30 Tom TromeyFix crash in dwarf2read.c with template parameters
2019-04-30 Andrew Burgessgdb/fortran: better types for components of complex...
2019-04-25 Ali Tamur[PATCH] Support for DW_FORM_strx tag
2019-04-23 Tom TromeyRemove unused overload of line_header::file_name_at
2019-04-23 Ali TamurSupport for DW_OP_addrx and DW_FORM_addrx tags
2019-04-17 Tom TromeyAvoid crash in dwarf2_init_complex_target_type
2019-04-13 Andrew Burgessgdb: Fix failure in gdb.base/complex-parts.exp for...
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
next