Use std::string in dwarf2read.c
[deliverable/binutils-gdb.git] / gdb / dwarf2read.c
2020-01-08  Tom TromeyUse std::string in dwarf2read.c
2020-01-08  Tom TromeyUse std::vector in abbrev_table_read_table
2020-01-08  Tom TromeyUse unique_xmalloc_ptr in fixup_go_packaging
2020-01-08  Tom TromeyRemove some explicit memory management from dwarf2read.c
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-27  Christian BiesingerMake symbol_set_names a member function
2019-12-25  Ruslan KabatsayevFix printing ULONGEST variables on x86-32
2019-12-20  Tankut Baris AktemurUse enum bitfield for the calling_convention attribute...
2019-12-20  Tankut Baris Aktemurgdb: recognize new DWARF attributes: defaulted, deleted...
2019-12-16  Christian BiesingerUse a member function to set a symbol's language
2019-12-16  Christian BiesingerUse an accessor function for general_symbol_info::language
2019-12-04  Tom TromeyRemove gdbarch_bits_big_endian
2019-12-04  Tom TromeyAdd scalar_storage_order support for floating point
2019-12-04  Tom TromeySilence maybe-uninitialized warning in dwarf2read.c
2019-12-01  Andrew Burgessgdb: Dynamic string length support
2019-12-01  Andrew Burgessgdb/dwarf: Introduce dwarf2_per_cu_int_type function
2019-12-01  Andrew Burgessgdb/fortran: array stride support
2019-12-01  Tom TromeyCorrectly compute length of DW_TAG_variant_part union
2019-11-27  Kevin BuettnerFix BZ 25065 - Ensure that physnames are computed for...
2019-11-22  Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-21  Peeter JootAdjust byte order variable display/change if DW_AT_endi...
2019-11-19  Ali TamurReplace "if (attr)" with "if (attr != nullptr)".
2019-11-12  Christian BiesingerMake struct symbol inherit from general_symbol_info
2019-10-31  Andrew Burgessgdb/fortran: Add new 'info modules' command
2019-10-29  Christian BiesingerChange some arguments to gdb::string_view instead of...
2019-10-21  Ali TamurDWARF 5 support: Handle line table and file indexes
2019-10-18  Tom de Vries[gdb] Fix more typos in comments
2019-10-17  Tom de Vries[gdb] Fix typos in comments
2019-10-16  Keith SeitzDWARF reader: Reject sections with invalid sizes
2019-10-15  Andrew Burgessgdb: Remove vec.{c,h} and update code to not include...
2019-10-15  Andrew Burgessgdb: Remove use of VEC from dwarf2read.c
2019-10-14  Simon Marchigdb: remove unused includes from dwarf2read.c
2019-10-04  Tom TromeyAvoid crash on single-field union in Rust
2019-10-03  Andrew Burgessgdb/fortran: Nested subroutine support
2019-10-03  Andrew Burgessgdb: Remove whitespace in 'std::vector <...>'
2019-10-02  Tom TromeyHandle copy relocations
2019-10-02  Tom TromeyChange SYMBOL_VALUE_ADDRESS to be an rvalue
2019-10-02  Andrew Burgessgdb: Remove a use of VEC from dwarf2read.{c,h}
2019-10-01  Ali Tamur[PATCH v2 2/4] DWARF 5 support: Handle DW_FORM_strx
2019-09-30  Ali TamurRemove extra whitespaces at the end of lines.
2019-09-20  Alan Modrabfd macro conversion to inline functions
2019-09-19  Alan Modrabfd_section_* macros
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-09-11  Christian BiesingerChange the type of copy_names from int to bool
2019-09-10  Tom TromeyAdd Ada support for .debug_names
2019-09-10  Tom TromeyFix latent bug in .debug_names file-name handling
2019-09-10  Tom TromeyChange map_matching_symbols to take a lookup_name_info
2019-09-10  Tom TromeyChange map_matching_symbols to take a symbol_found_call...
2019-09-10  Ali TamurDWARF 5 support: Handle dwo_id
2019-09-07  Simon MarchiChange lookup_symbol's block_index parameter type to...
2019-09-03  Tom TromeyHandle biased types
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
next
This page took 0.319933 seconds and 107 git commands to generate.