aboutsummaryrefslogtreecommitdiff
path: root/gdb/ctfread.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-28Use the new symbol domainsTom Tromey1-1/+1
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-1/+1
2023-09-19Give a language to a typeTom Tromey1-8/+9
2023-08-31gdb: introduce field::bitsize / field::set_bitsizeSimon Marchi1-2/+2
2023-08-31[gdb/symtab] Factor out type::{alloc_fields,copy_fields}Tom de Vries1-5/+2
2023-08-18Merge psympriv.h into psymtab.hTom Tromey1-1/+1
2023-03-28Use unrelocated_addr in psymbolsTom Tromey1-4/+8
2023-03-28Use unrelocated_addr in partial symbol tablesTom Tromey1-7/+8
2023-03-18Rename objfile_type to builtin_typeTom Tromey1-9/+9
2023-03-18Use type allocator for array typesTom Tromey1-1/+1
2023-03-18Use type allocator for range typesTom Tromey1-1/+2
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-1/+1
2023-03-18Unify arch_integer_type and init_integer_typeTom Tromey1-1/+1
2023-03-18Remove init_typeTom Tromey1-3/+5
2023-03-18Remove alloc_typeTom Tromey1-4/+4
2023-02-08Do not pass section index to end_compunit_symtabTom Tromey1-6/+4
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-1/+1
2022-09-21gdb: add type::length / type::set_lengthSimon Marchi1-5/+5
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-5/+5
2022-09-21gdb: add type::target_type / type::set_target_typeSimon Marchi1-7/+6
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey1-3/+3
2022-07-28Rewrite registry.hTom Tromey1-4/+4
2022-04-11gdb: remove symbol value macrosSimon Marchi1-1/+1
2022-04-04gdb: rename start_symtab/end_symtab to start_compunit_symtab/end_compunit_symtabSimon Marchi1-8/+8
2022-03-31gdb/ctf: pass partial symtab's filename to buildsym_compunitSimon Marchi1-1/+1
2022-03-31gdb/ctf: don't create a buildsym_compunit when building partial symbolsSimon Marchi1-19/+1
2022-03-31gdb: initialize ctf_context::builder in create_partial_symtabSimon Marchi1-0/+1
2022-03-29Unify gdb printf functionsTom Tromey1-3/+3
2022-02-06gdb: remove SYMBOL_TYPE macroSimon Marchi1-6/+6
2022-02-06gdb: remove SYMBOL_DOMAIN macroSimon Marchi1-6/+6
2022-02-06gdb: remove SYMBOL_ACLASS_INDEX macro, add getter/setterSimon Marchi1-8/+8
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-18CTF: incorrect underlying type setting for enumeration typesWeimin Pan1-6/+9
2021-10-07gdb: add accessors for field (and call site) locationSimon Marchi1-2/+2
2021-09-30gdb: add field::name / field::set_nameSimon Marchi1-2/+2
2021-09-18CTF: multi-CU and archive supportWeimin Pan1-146/+190
2021-05-27gdb: fix some indentation issuesSimon Marchi1-4/+4
2021-05-16CTF: handle forward reference typeWeimin Pan1-27/+22
2021-04-07CTF: handle forward reference typeWeimin Pan1-13/+65
2021-04-02gdb: pass objfile_per_bfd_storage instead of objfile to partial_symtabSimon Marchi1-3/+3
2021-03-20Allow multiple partial symbol readers per objfileTom Tromey1-1/+3
2021-03-20Add partial_symtabs parameter to psymtab construction functionsTom Tromey1-10/+18
2021-03-05CTF: add all members of an enum type to psymtabWeimin Pan1-3/+27
2021-03-05CTF: set up debug info for function argumentsWeimin Pan1-58/+85
2021-02-10gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macrosAndrew Burgess1-1/+1