aboutsummaryrefslogtreecommitdiff
path: root/gdb/mdebugread.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey1-3/+3
2023-11-21gdb: Use std::string_view instead of gdb::string_viewLancelot Six1-9/+9
2023-09-20Remove explanatory comments from includesTom Tromey1-3/+3
2023-09-19Give a language to a typeTom Tromey1-4/+5
2023-09-12gdb: Fix -Wuninitialized issueEnze Li1-0/+1
2023-08-31gdb: introduce field::bitsize / field::set_bitsizeSimon Marchi1-2/+2
2023-08-31gdb: introduce field::is_artificial / field::set_is_artificialSimon Marchi1-1/+1
2023-08-31[gdb/symtab] Do more zero-initialization of type::fieldsTom de Vries1-2/+2
2023-08-31[gdb/symtab] Factor out type::{alloc_fields,copy_fields}Tom de Vries1-7/+2
2023-08-18Merge psympriv.h into psymtab.hTom Tromey1-1/+1
2023-06-05Use "unrelocated" terminology in linetable_entryTom Tromey1-1/+1
2023-06-03[gdb] Fix typosTom de Vries1-1/+1
2023-03-28Rename "raw" to "unrelocated"Tom Tromey1-7/+7
2023-03-28Use unrelocated_addr in minimal symbolsTom Tromey1-7/+10
2023-03-28Use unrelocated_addr in psymbolsTom Tromey1-15/+28
2023-03-28Use unrelocated_addr in partial symbol tablesTom Tromey1-13/+19
2023-03-18Rename objfile_type to builtin_typeTom Tromey1-12/+12
2023-03-18Use type allocator for array typesTom Tromey1-1/+1
2023-03-18Use type allocator for range typesTom Tromey1-2/+5
2023-03-18Unify arch_pointer_type and init_pointer_typeTom Tromey1-2/+2
2023-03-18Unify arch_float_type and init_float_typeTom Tromey1-2/+2
2023-03-18Unify arch_integer_type and init_integer_typeTom Tromey1-15/+15
2023-03-18Remove init_typeTom Tromey1-9/+15
2023-03-18Remove alloc_typeTom Tromey1-1/+1
2023-03-17Fix line table regressionTom Tromey1-3/+5
2023-03-11Constify linetablesTom Tromey1-1/+4
2023-03-11Change linetables to be objfile-independentTom Tromey1-5/+4
2023-03-08Remove OBJF_REORDEREDTom Tromey1-29/+0
2023-02-19Remove allocate_block and allocate_global_blockTom Tromey1-1/+1
2023-02-19Fix memory leak in mdebugread.cTom Tromey1-10/+9
2023-02-19Remove ALL_BLOCK_SYMBOLSTom Tromey1-7/+2
2023-02-08Do not pass section index to end_compunit_symtabTom Tromey1-3/+2
2023-02-08Set section indices when symbols are madeTom Tromey1-4/+14
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-28Convert compunit_language to a methodTom Tromey1-1/+1
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-3/+3
2022-09-21gdb: add type::length / type::set_lengthSimon Marchi1-2/+2
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-2/+2
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey1-3/+3
2022-07-28Rewrite registry.hTom Tromey1-2/+2
2022-06-02ODR warnings for struct symlocTom Tromey1-5/+5
2022-04-27gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macrosSimon Marchi1-47/+37
2022-04-27gdb: remove BLOCK_MULTIDICT macroSimon Marchi1-3/+3
2022-04-27gdb: remove BLOCK_SUPERBLOCK macroSimon Marchi1-6/+6
2022-04-27gdb: remove BLOCK_FUNCTION macroSimon Marchi1-1/+1
2022-04-27gdb: remove BLOCK_{START,END} macrosSimon Marchi1-27/+30
2022-04-20Replace symbol_symtab with symbol::symtabTom Tromey1-1/+1
2022-04-11gdb: remove symbol value macrosSimon Marchi1-16/+16
2022-04-07gdb: remove symtab::blockvectorSimon Marchi1-7/+9