PR29991, MicroMIPS flag erased after align directives
[binutils-gdb.git] / gdb / dwarf2 /
2023-01-10 Rohr, Stephangdb/dwarf2: Fix 'rw_pieced_value' for values casted...
2023-01-03 Tom TromeyDon't let property evaluation affect the current language
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-30 Tom de Vries[gdb/symtab] Make comp_unit_head.length private
2022-12-26 Tom TromeyAdd initializers to comp_unit_head
2022-12-23 Tom TromeyUse bool for dwarf2_has_info
2022-12-21 Bruno Larsengdb/c++: validate 'using' directives based on the curre...
2022-12-19 Tom TromeyUse bool constants for value_print_options
2022-12-08 Jan Vranygdb: skip objfiles with no BFD in DWARF unwinder
2022-12-01 Tom TromeyAdd name canonicalization for C
2022-12-01 Tom TromeyRefactor cooked_index::do_finalize
2022-12-01 Tom TromeyRemove language check from dwarf2_compute_name
2022-12-01 Simon Marchigdb/dwarf: add some QUIT macros
2022-11-27 Philippe WaroquiersFix leak in the dwarf reader
2022-11-26 Tom de Vries[gdb/symtab] Handle failure to open .gnu_debugaltlink...
2022-11-26 Philippe WaroquiersFix jump on uninit producer_is_clang bit of cu.h dwarf2...
2022-11-26 Philippe Waroquiersremove the declared but undefined/unused method find_pa...
2022-11-14 Carl LovePowerPC, fix support for printing the function return...
2022-11-03 Bruno Larsengdb: Fix issue with Clang CLI macros
2022-10-28 Tom TromeyConvert compunit_language to a method
2022-10-25 Simon Marchigdb: remove spurious spaces after frame_info_ptr
2022-10-21 Simon Marchigdb: make inherit_abstract_dies use vector iterators
2022-10-21 Simon Marchigdb: check for empty offsets vector in inherit_abstract...
2022-10-21 Tom TromeyFix incorrect .gdb_index with new DWARF scanner
2022-10-21 Tom TromeyFix bug in Ada packed array handling
2022-10-21 Simon Marchigdb: declare variables on first use in inherit_abstract...
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-17 Tom TromeyRemove a nullptr check in DWARF scanner
2022-10-17 Tom TromeyChange .gdb_index de-duplication implementation
2022-10-17 Tom TromeyImprove Ada support in .gdb_index
2022-10-17 Tom TromeyDon't add type linkage names to cooked index
2022-10-17 Tom TromeyFix regression in c-linkage-name.exp with gdb index
2022-10-16 Tom TromeyMore uses of checked_static_cast
2022-10-16 Tom TromeyUse checked_static_cast in more places
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-10-08 Tom TromeyMerge both implementations of debug_names::insert
2022-10-06 Tom de Vries[gdb/symtab] Factor out have_complaint
2022-10-04 Tom de Vries[gdb/symtab] Don't complain about function decls
2022-10-04 Tom de Vries[gdb/symtab] Don't complain about inlined functions
2022-09-22 Tom de Vries[gdb/symtab] Add all_comp_units/all_type_units views...
2022-09-22 Tom de Vries[gdb/symtab] Rename all_comp_units to all_units
2022-09-21 Simon Marchigdbsupport: change path_join parameter to array_view...
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-09-21 Simon Marchigdb: add type::length / type::set_length
2022-09-21 Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-09-21 Simon Marchigdb: add type::target_type / type::set_target_type
2022-09-17 Tom de Vries[gdb/symtab] Fix "file index out of range" complaint
2022-09-16 Tom de Vries[gdb/symtab] Handle named DW_TAG_unspecified_type DIE
2022-09-12 Tom de Vries[gdb/symtab] Support .gdb_index section with TUs in...
2022-09-11 Tom de Vries[gdb/symtab] Fix handling of DW_TAG_unspecified_type
2022-09-06 Tom de Vries[gdb/symtab] Support .debug_names section with TUs...
2022-08-31 Nils-Christian Kempkegdb, dwarf: create symbols for template tags without...
2022-08-30 Tom de Vries[gdb/symtab] Fix assert in set_length
2022-08-18 Simon Marchigdb: call check_typedef at beginning of dwarf_expr_cont...
2022-08-07 Tom de Vries[gdb/symtab] Fix assert in read_addrmap_from_aranges
2022-08-05 Tom de Vries[gdb/symtab] Use task size in parallel_for_each in...
2022-08-04 Tom TromeyUse registry in gdbarch
2022-08-03 Tom TromeyUse gdb_bfd_ref_ptr in objfile
2022-08-01 Tom de Vries[gdb/symtab] Fix .debug_aranges duplicate offset warning
2022-07-30 Simon Marchigdb: add "id" fields to identify symtabs and subfiles
2022-07-30 Simon Marchigdb/dwarf: pass a file_entry to line_header::file_file_name
2022-07-30 Simon Marchigdb/dwarf: pass compilation directory to line header
2022-07-28 Tom TromeyRewrite registry.h
2022-07-22 Tom de Vries[gdb/symtab] Fix duplicate CUs in all_comp_units
2022-07-21 Tom de Vries[gdb/symtab] Fix bad compile unit index complaint
2022-07-14 Tom de Vries[gdb/symtab] Fix data race in cooked_index_functions...
2022-07-14 Tom de Vries[gdb/symtab] Make per_cu->m_lang atomic
2022-07-14 Tom de Vries[gdb/symtab] Make per_cu->unit_type atomic
2022-07-13 Tom de Vries[gdb/symtab] Make per_cu->set_lang more strict
2022-07-12 Tom de Vries[gdb/symtab] Add dwarf2_cu::lang ()
2022-07-12 Tom de VriesFix -fsanitize=thread for per_cu fields
2022-07-11 Tom de Vries[gdb/symtab] Fix data race in per_cu->length
2022-07-11 Tom de Vries[gdb/symtab] Use comp_unit_head::get_length
2022-07-08 Tom de Vries[gdb/symtab] Fix assert in process_imported_unit_die
2022-07-08 Tom de Vries[gdb/symtab] Fix segfault in dwarf2_per_objfile::symtab...
2022-07-04 Tom de Vries[gdb/symtab] Add get/set functions for per_cu->lang...
2022-07-02 Tom de Vries[gdb/symtab] Fix data race on per_cu->dwarf_version
2022-06-27 Tom de Vries[gdb/symtab] Fix parsing of .debug_str_offsets header
2022-06-25 Tom TromeyFix end of CU calculation in cooked_indexer::index_dies
2022-06-14 Kavitha NatarajanDebug support for global alias variable
2022-06-12 Tom TromeyRemove psymtab_addrmap
2022-06-12 Tom TromeyUse malloc for mutable addrmaps
2022-06-12 Tom TromeyRemove addrmap::create_fixed
2022-06-12 Tom TromeyRemove addrmap_create_mutable
2022-06-12 Tom TromeyRemove addrmap wrapper functions
2022-06-08 Tom TromeyMove CU queue to dwarf2_per_objfile
2022-06-08 Tom TromeyChange allocation of m_dwarf2_cus
2022-05-31 Pedro AlvesClarify why we unit test matching symbol names with...
2022-05-26 Tom TromeyFix crash in new DWARF indexer
2022-05-26 Tom TromeyFinalize each cooked index separately
2022-05-22 Alok Kumar SharmaAccept functions with DW_AT_linkage_name present
2022-05-13 Tom TromeyRemove unused field cooked_index::m_start
2022-05-10 Tom TromeyFix --disable-threading build
2022-05-04 Tom TromeyFix crash when creating index from index
2022-04-29 Tom TromeyDe-duplicate .gdb_index
2022-04-29 Tom TromeyFix .debug_names regression with new indexer
2022-04-28 Tom TromeyCheck OBJF_NOT_FILENAME in DWARF index code
2022-04-28 Simon Marchigdb: remove BLOCK_ENTRY_PC macro
2022-04-28 Simon Marchigdb: remove BLOCK_RANGES macro
2022-04-25 Tom TromeyDo not put linkage names into .gdb_index
next