]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/dwarf2/read.c
Remove leftover references to dwarf2_per_cu_data::dwarf2_per_objfile
[thirdparty/binutils-gdb.git] / gdb / dwarf2 / read.c
2020-05-27  Simon MarchiRemove leftover references to dwarf2_per_cu_data::dwarf...
2020-05-27  Simon MarchiAdd dwarf2_per_objfile parameter to get_die_type_at_offset
2020-05-27  Simon MarchiAdd dwarf2_per_objfile parameter to free_one_cached_com...
2020-05-27  Simon MarchiRemove dwarf2_per_cu_data::objfile ()
2020-05-27  Simon MarchiAdd dwarf2_per_objfile parameters to dwarf2_fetch_...
2020-05-27  Simon MarchiAdd dwarf2_per_objfile parameter to dwarf2_read_addr_index
2020-05-27  Simon MarchiRemove dwarf2_per_cu_data::text_offset
2020-05-27  Simon MarchiMove int type methods out of dwarf2_per_cu_data
2020-05-27  Simon MarchiRemove reference to dwarf2_per_cu_data::dwarf2_per_objf...
2020-05-27  Simon MarchiPass dwarf2_cu objects to dwo-related functions, instea...
2020-05-27  Simon MarchiAdd dwarf2_per_objfile parameter to process_full_{comp...
2020-05-27  Simon MarchiAdd dwarf2_per_objfile parameter to recursively_compute...
2020-05-27  Simon MarchiAdd dwarf2_per_objfile parameter to create_partial_symtab
2020-05-27  Simon MarchiRemove dwarf2_per_cu_data::dwarf2_per_objfile reference...
2020-05-27  Simon MarchiMake queue_and_load_dwo_tu receive a dwarf2_cu
2020-05-27  Simon MarchiAdd dwarf2_per_objfile parameter to cutu_reader's const...
2020-05-27  Simon MarchiUse bfd_get_filename instead of objfile_name in lookup_...
2020-05-27  Simon MarchiMake dwarf2_get_dwz_file take a dwarf2_per_bfd
2020-05-27  Simon MarchiAdd dwarf2_per_bfd field to dwarf2_per_cu_data
2020-05-27  Simon MarchiRemove dwarf2_cu->per_cu->dwarf2_per_objfile references
2020-05-27  Simon MarchiRemove reference to dwarf2_per_cu_data::dwarf2_per_objf...
2020-05-27  Simon MarchiAdd dwarf2_per_objfile field to dwarf2_cu
2020-05-27  Simon MarchiMove die_type_hash to dwarf2_per_objfile
2020-05-27  Simon MarchiRemove symtab links from dwarf2_psymtab and dwarf2_per_...
2020-05-27  Simon MarchiSplit dwarf2_per_objfile into dwarf2_per_objfile and...
2020-05-27  Tom TromeyAdd dwarf2_per_objfile member to DWARF batons
2020-05-27  Tom TromeyAdd dwarf2_per_cu_data::index
2020-05-27  Tom TromeyAdd "objfile" parameter to two partial_symtab methods
2020-05-27  Tom TromeyIntroduce dwarf2_per_objfile::obstack
2020-05-23  Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22  Simon Marchigdb: remove TYPE_FIELDS macro
2020-05-22  Simon Marchigdb: add type::fields / type::set_fields
2020-05-22  Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-22  Simon Marchigdb: add type::num_fields / type::set_num_fields
2020-05-20  Tom de Vries[gdb/symtab] Handle .gdb_index in ada language mode
2020-05-19  Simon Marchigdb: fix off-by-one error in quirk_rust_enum
2020-05-19  Pedro AlvesDefault gdb_bfd_open's fd parameter to -1
2020-05-16  Simon Marchigdb: remove TYPE_NAME macro
2020-05-16  Simon Marchigdb: add type::name / type::set_name
2020-05-15  Tom TromeyRemove allocate_symbol et al
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-05-14  Simon Marchigdb: add type::code / type::set_code
2020-05-11  Tom de Vries[gdb/symtab] Fix incomplete CU list assert in .debug_names
2020-05-09  nitachraFix for the complaint observed when symbol reading...
2020-05-08  Tom TromeyDon't re-process a DIE in read_lexical_block_scope
2020-05-08  Tom TromeySpeed up psymbol reading by removing a copy
2020-05-07  Simon Marchigdb: make add_dyn_prop a method of struct type
2020-04-30  Tom de VriesRevert "2020-04-29 Sterling Augustine <saugustine...
2020-04-30  Sterling Augustine2020-04-29 Sterling Augustine <saugustine@google.com>
2020-04-29  Tom TromeyFix Ada crash with .debug_types
2020-04-28  Mark Williamsgdb: Fix toplevel types with -fdebug-types-section
2020-04-28  Simon Marchigdb: use gdb:hash_enum as hash function in offset_map_type
2020-04-28  Tom de Vries[gdb/symtab] Handle struct decl with DW_AT_signature
2020-04-24  Tom TromeyFix Rust test cases
2020-04-24  Tom TromeyUse the linkage name if it exists
2020-04-24  Tom TromeyDon't call compute_and_set_names for partial symbols
2020-04-24  Tom TromeyUse the new add_psymbol_to_list overload
2020-04-24  Tom TromeyAdd attribute::value_as_string method
2020-04-24  Tom TromeyMove the rust "{" hack
2020-04-24  Tom TromeyConvert symbol_set_demangled_name to a method
2020-04-24  Tom TromeyAdd support for variable field offsets
2020-04-24  Tom TromeyAdd support for dynamic type lengths
2020-04-24  Tom TromeyRewrite the existing variant part code
2020-04-23  Tom TromeyFix Ada crash with .debug_names
2020-04-22  Tom de Vries[gdb/symtab] Store external var decls in psymtab
2020-04-22  Tom de Vries[gdb/symtab] Don't create duplicate psymtab for forward...
2020-04-18  Tom TromeyChange get_objfile_arch to a method on objfile
2020-04-17  Tom TromeyReplace most calls to help_list and cmd_show_list
2020-04-14  Tom de Vries[gdb] Fix missing symtab includes
2020-04-14  Tom de Vries[gdb] Expand symbolless symtabs using maint expand...
2020-04-08  Simon MarchiRemove objfile parameter from read_gdb_index_from_buffer
2020-04-07  nitachraSupport for DW_AT_loclists_base and DW_FORM_loclistx.
2020-04-07  Simon Marchigdb: small cleanups in dwarf2_psymtab constructors
2020-04-07  Tom de Vries[gdb/symtab] Add symbol with inherited DW_AT_const_valu...
2020-04-06  Tom TromeyHandle complex error type in read_base_type
2020-04-03  Hannes DomaniFix attributes of typed enums of typedefs
2020-04-02  Tom TromeyMicro-optimize partial_die_info::read
2020-04-02  Tom de Vries[gdb/ada] Fix -readnow FAILs
2020-04-02  Tom de Vries[gdb] Use partial symbol table to find language for...
2020-04-01  Tom TromeyChange how complex types are created
2020-04-01  Tom TromeyAvoid copying in lookup_name_info
2020-03-29  Simon Marchigdb: rename partial_symtab::read_dependencies to expand...
2020-03-28  Tom TromeyFix formatting of read_attribute_reprocess
2020-03-26  Tom TromeyChange two functions to be methods on struct attribute
2020-03-26  Tom TromeyMove DWARF-constant stringifying code to new file
2020-03-26  Tom TromeyChange two more functions to be methods on die_info
2020-03-26  Tom TromeyRemove sibling_die
2020-03-26  Tom TromeyChange dwarf2_attr_no_follow to be a method
2020-03-26  Tom TromeyRemove dwarf2_cu::base_known
2020-03-26  Tom TromeyMove die_info to new header
2020-03-26  Tom TromeyMove more code to line-header.c
2020-03-26  Tom TromeyConvert read_indirect_line_string to a method
2020-03-26  Tom TromeyUse a const line_header in macro reader
2020-03-26  Tom TromeyMove code to new file dwarf2/macro.c
2020-03-26  Tom TromeyAdd dwarf2_section_info::read_string method
2020-03-26  Tom TromeyConvert dwarf2_section_buffer_overflow_complaint to...
2020-03-26  Tom TromeyMove dwarf2_section_buffer_overflow_complaint to dwarf2...
2020-03-26  Tom TromeySplit dwarf_decode_macros into two overloads
2020-03-26  Tom TromeyChange dwarf_decode_macro_bytes calling convention
2020-03-26  Tom TromeyAdd dwz.c and dwz_file::read_string
next