Remove path name from test case
[binutils-gdb.git] / gdb / dwarf2 /
2023-11-05 Tom TromeyPre-read DWZ file in DWARF reader
2023-10-31 Tom de Vries[gdb/symtab] Work around gas PR28629
2023-10-31 Tom de Vries[gdb/symtab] Add producer_is_gas
2023-10-29 Tom TromeyMove read_addrmap_from_aranges to new file
2023-10-29 Tom TromeyPre-read .debug_aranges section
2023-10-20 Tom TromeyDon't include cooked-index.h from dwarf2/read.h
2023-10-20 Tom de Vries[gdb/symtab] Fix more style issues in v9 .gdb_index...
2023-10-19 Tom TromeyFix race in DWARF reader
2023-10-18 Tom de Vries[gdb/symtab] Fix two style issues in gdb/dwarf2/index...
2023-10-18 Tom de Vries[gdb/symtab] Fix style issues in v9 .gdb_index section...
2023-10-16 Tom de Vries[gdb/symtab] Work around PR gas/29517
2023-10-10 Matheus Branco Borella[gdb/symtab] Add name_of_main and language_of_main...
2023-09-20 Tom TromeyRemove explanatory comments from includes
2023-09-20 Tom de Vries[gdb/symtab] Error out for .debug_types section in...
2023-09-19 Tom TromeyGive a language to a type
2023-09-19 Tom TromeyRegularize some DWARF type initialization
2023-09-19 Tom TromeyPass a type allocator to init_fixed_point_type
2023-09-16 Tom de Vries[gdb/symtab] Fix overly large gdb-index file check...
2023-09-15 Tom TromeyRename split_style::DOT
2023-09-14 Kevin BuettnerThrow error when creating an overly large gdb-index...
2023-09-14 Andrew Burgessgdb: fix buffer overflow in DWARF reader
2023-09-07 Tom de Vries[gdb/symtab] Fix gdb-index writing for .debug_types
2023-09-05 Tom TromeyIntroduce TYPE_SPECIFIC_RUST_STUFF
2023-09-05 Tom TromeyAvoid crash with Ada and -fdata-sections
2023-08-31 Simon Marchigdb: remove FIELD_BITSIZE
2023-08-31 Simon Marchigdb: introduce field::bitsize / field::set_bitsize
2023-08-31 Simon Marchigdb: remove TYPE_FIELD_ARTIFICIAL
2023-08-31 Simon Marchigdb: introduce field::is_artificial / field::set_is_art...
2023-08-31 Tom TromeyUnify DW_TAG_typedef case in new_symbol
2023-08-31 Tom de Vries[gdb/symtab] Replace TYPE_ALLOC with TYPE_ZALLOC where...
2023-08-31 Tom de Vries[gdb/symtab] Replace TYPE_ALLOC + B_CLRALL with TYPE_ZALLOC
2023-08-31 Tom de Vries[gdb/symtab] Factor out type::{alloc_fields,copy_fields}
2023-08-28 Tom TromeyUse sect_offset_str in cooked_index::dump
2023-08-28 Tom de Vries[gdb/symtab] Handle self-reference in inherit_abstract_dies
2023-08-23 Andrew Burgessgdb: add gdb::make_unique function
2023-08-17 Tom de Vries[gdb/build, c++20] Fix invalid conversion in test_symbols
2023-08-16 Tom de Vries[gdb/symtab] Handle self-reference DIE
2023-08-13 Tom de Vries[gdb/symtab] Don't deduplicate variables in gdb-index
2023-08-10 Tom de Vries[gdb/symtab] Fix off-by-one error in cooked_indexer...
2023-08-10 Tom de Vries[gdb/symtab] Dump qualified name of cooked_index_entry
2023-08-10 Tom de Vries[gdb/symtab] Fix assertion in write_debug_names
2023-08-08 Alan ModraRename bfd_bread and bfd_bwrite
2023-08-08 Tom de Vries[gdb/build] Fix build breaker with -std=c++11
2023-08-05 Tom de Vries[gdb/symtab] Find main language without symtab expansion
2023-08-04 Tom TromeyConsolidate calls to bfd_set_cacheable
2023-08-04 Tom de Vries[gdb/symtab] Fix data race on dwarf2_per_cu_data::...
2023-08-04 Tom de Vries[gdb/symtab] Fix data race on dwarf2_per_cu_data::...
2023-08-04 Tom de Vries[gdb/symtab] Fix data race on dwarf2_per_cu_data::...
2023-08-04 Tom de Vries[gdb/symtab] Fix race on dwarf2_per_cu_data::{queued...
2023-08-04 Tom de Vries[gdb/symtab] Fix data race on bfd::{cacheable,format}
2023-08-04 Tom de Vries[gdb/symtab] Fix data race on index_cache::m_enabled
2023-08-03 Tom de Vries[gdb/symtab] Remove superfluous handling of Ada main...
2023-07-31 Tom TromeyFix bug in fixed-point handling
2023-07-21 Tom TromeyFix crash with DW_FORM_implicit_const
2023-07-21 Tom de Vries[gdb/symtab] Add optimized out static var to cooked...
2023-06-28 Tom TromeyFix handling of DW_TAG_unspecified_type for Ada
2023-06-20 Tom TromeyUse gdb::byte_vector in agent_expr
2023-06-12 Kevin BuettnerSimplify case DW_OP_GNU_uninit in dwarf_expr_context...
2023-06-11 Kevin BuettnerPermit DW_OP_GNU_uninit to be used with DW_OP_piece
2023-06-05 Tom TromeyUse unrelocated_addr in dwarf2_fde
2023-06-05 Tom TromeyUse local "text offset" variable in dwarf2_frame_cache
2023-06-05 Tom TromeyConstify dwarf2_cie::augmentation
2023-06-05 Tom TromeyUse unrelocated_addr in dwarf_decode_lines
2023-06-05 Tom TromeyUse unrelocated_addr in the DWARF reader
2023-06-05 Tom TromeyMinor cleanup in loclist_describe_location
2023-06-05 Tom TromeyRemove baseaddr parameter from dwarf2_record_block_ranges
2023-06-05 Tom de Vries[gdb] Fix more typos
2023-06-03 Tom de Vries[gdb] Fix typos
2023-05-15 Tom TromeyCorrectly handle forward DIE references in scanner
2023-05-12 Tom TromeyHandle Ada Pragma Import and Pragma Export
2023-05-12 Tom TromeyAdd dynamic_prop::is_constant
2023-05-11 Tom TromeyDo not print <synthetic pointer> when piece is optimize...
2023-05-05 Tom TromeySimplify decode_locdesc
2023-04-29 Manoj Guptagdb: Fix building with latest libc++
2023-04-21 Tom TromeyHandle function descriptors in call_site_target
2023-04-18 Carl LovePowerPC: fix _Float128 type output string
2023-04-17 Tom de Vries[gdb/symtab] Handle empty file name in .debug_line...
2023-04-10 Thiago Jung Bauermanngdb/dwarf: Fix MinGW build
2023-03-31 Tom TromeyFix race in background index-cache writing
2023-03-31 Maciej W. RozyckiGDB: Bring back the handling of DW_CC_program
2023-03-29 Tom TromeyUse the correct frame when evaluating a dynamic property
2023-03-27 Tom TromeyPopulate seen_names hash in cooked_index_shard::do_finalize
2023-03-24 Tom de Vries[gdb/symtab] Fix line number of static const class...
2023-03-22 Tom TromeyRemove unnecessary cast
2023-03-18 Tom TromeyRename objfile_type to builtin_type
2023-03-18 Tom TromeyUse type allocator for set types
2023-03-18 Tom TromeyUse type allocator for array types
2023-03-18 Tom TromeyUse type allocator for range types
2023-03-18 Tom TromeyUnify arch_pointer_type and init_pointer_type
2023-03-18 Tom TromeyUnify arch_decfloat_type and init_decfloat_type
2023-03-18 Tom TromeyUnify arch_float_type and init_float_type
2023-03-18 Tom TromeyUnify arch_boolean_type and init_boolean_type
2023-03-18 Tom TromeyUnify arch_character_type and init_character_type
2023-03-18 Tom TromeyUnify arch_integer_type and init_integer_type
2023-03-18 Tom TromeyRemove init_type
2023-03-18 Tom TromeyRemove alloc_type
2023-03-17 Tom TromeyFix line table regression
2023-03-14 Tom TromeyAdd methods and operators to gdb_mpz
2023-03-11 Tom TromeyChange linetables to be objfile-independent
2023-03-09 Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
next