aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/read.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-20Remove explanatory comments from includesTom Tromey1-2/+2
2023-09-20[gdb/symtab] Error out for .debug_types section in dwz fileTom de Vries1-0/+6
2023-09-19Give a language to a typeTom Tromey1-32/+29
2023-09-19Regularize some DWARF type initializationTom Tromey1-11/+13
2023-09-19Pass a type allocator to init_fixed_point_typeTom Tromey1-2/+2
2023-09-14gdb: fix buffer overflow in DWARF readerAndrew Burgess1-1/+1
2023-09-05Introduce TYPE_SPECIFIC_RUST_STUFFTom Tromey1-1/+8
2023-09-05Avoid crash with Ada and -fdata-sectionsTom Tromey1-1/+2
2023-08-31gdb: remove FIELD_BITSIZESimon Marchi1-1/+1
2023-08-31gdb: introduce field::bitsize / field::set_bitsizeSimon Marchi1-8/+4
2023-08-31gdb: remove TYPE_FIELD_ARTIFICIALSimon Marchi1-4/+4
2023-08-31gdb: introduce field::is_artificial / field::set_is_artificialSimon Marchi1-7/+7
2023-08-31Unify DW_TAG_typedef case in new_symbolTom Tromey1-5/+1
2023-08-31[gdb/symtab] Replace TYPE_ALLOC with TYPE_ZALLOC where requiredTom de Vries1-2/+8
2023-08-31[gdb/symtab] Replace TYPE_ALLOC + B_CLRALL with TYPE_ZALLOCTom de Vries1-8/+4
2023-08-31[gdb/symtab] Factor out type::{alloc_fields,copy_fields}Tom de Vries1-33/+7
2023-08-28[gdb/symtab] Handle self-reference in inherit_abstract_diesTom de Vries1-0/+7
2023-08-23gdb: add gdb::make_unique functionAndrew Burgess1-1/+1
2023-08-17[gdb/build, c++20] Fix invalid conversion in test_symbolsTom de Vries1-1/+1
2023-08-16[gdb/symtab] Handle self-reference DIETom de Vries1-3/+19
2023-08-10[gdb/symtab] Fix off-by-one error in cooked_indexer::recurseTom de Vries1-1/+3
2023-08-05[gdb/symtab] Find main language without symtab expansionTom de Vries1-0/+40
2023-08-04Consolidate calls to bfd_set_cacheableTom Tromey1-1/+0
2023-07-31Fix bug in fixed-point handlingTom Tromey1-0/+2
2023-07-21Fix crash with DW_FORM_implicit_constTom Tromey1-12/+17
2023-06-28Fix handling of DW_TAG_unspecified_type for AdaTom Tromey1-1/+4
2023-06-05Use unrelocated_addr in dwarf_decode_linesTom Tromey1-11/+7
2023-06-05Use unrelocated_addr in the DWARF readerTom Tromey1-217/+229
2023-06-05Remove baseaddr parameter from dwarf2_record_block_rangesTom Tromey1-5/+6
2023-06-05[gdb] Fix more typosTom de Vries1-1/+1
2023-06-03[gdb] Fix typosTom de Vries1-3/+3
2023-05-15Correctly handle forward DIE references in scannerTom Tromey1-3/+2
2023-05-12Handle Ada Pragma Import and Pragma ExportTom Tromey1-0/+128
2023-05-12Add dynamic_prop::is_constantTom Tromey1-5/+5
2023-05-05Simplify decode_locdescTom Tromey1-137/+66
2023-04-18PowerPC: fix _Float128 type output stringCarl Love1-4/+19
2023-03-31Fix race in background index-cache writingTom Tromey1-1/+5
2023-03-31GDB: Bring back the handling of DW_CC_programMaciej W. Rozycki1-1/+27
2023-03-24[gdb/symtab] Fix line number of static const class memberTom de Vries1-2/+1
2023-03-22Remove unnecessary castTom Tromey1-2/+1
2023-03-18Rename objfile_type to builtin_typeTom Tromey1-8/+8
2023-03-18Use type allocator for set typesTom Tromey1-1/+2
2023-03-18Use type allocator for array typesTom Tromey1-4/+5
2023-03-18Use type allocator for range typesTom Tromey1-7/+11
2023-03-18Unify arch_pointer_type and init_pointer_typeTom Tromey1-1/+1
2023-03-18Unify arch_decfloat_type and init_decfloat_typeTom Tromey1-1/+1
2023-03-18Unify arch_float_type and init_float_typeTom Tromey1-1/+1
2023-03-18Unify arch_boolean_type and init_boolean_typeTom Tromey1-1/+1
2023-03-18Unify arch_character_type and init_character_typeTom Tromey1-4/+4
2023-03-18Unify arch_integer_type and init_integer_typeTom Tromey1-1/+4