summaryrefslogtreecommitdiff
path: root/gdb/stabsread.c
Commit message (Expand)AuthorAgeFilesLines
* Rename objfile_type to builtin_typeTom Tromey2023-03-181-13/+13
* Use type allocator for set typesTom Tromey2023-03-181-4/+7
* Use type allocator for array typesTom Tromey2023-03-181-2/+3
* Use type allocator for range typesTom Tromey2023-03-181-3/+5
* Unify arch_float_type and init_float_typeTom Tromey2023-03-181-6/+6
* Unify arch_boolean_type and init_boolean_typeTom Tromey2023-03-181-6/+6
* Unify arch_character_type and init_character_typeTom Tromey2023-03-181-2/+2
* Unify arch_integer_type and init_integer_typeTom Tromey2023-03-181-28/+28
* Remove init_typeTom Tromey2023-03-181-6/+11
* Remove alloc_typeTom Tromey2023-03-181-2/+2
* Remove alloc_type_copyTom Tromey2023-03-181-1/+1
* Move allocate_stub_method to stabsread.cTom Tromey2023-03-101-0/+20
* Remove old GNU indent directivesTom Tromey2023-02-271-2/+0
* Set section indices when symbols are madeTom Tromey2023-02-081-6/+8
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Add name canonicalization for CTom Tromey2022-12-011-11/+19
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-5/+5
* gdb: add type::length / type::set_lengthSimon Marchi2022-09-211-5/+5
* gdb: add type::target_type / type::set_target_typeSimon Marchi2022-09-211-1/+1
* Rewrite registry.hTom Tromey2022-07-281-2/+2
* ODR warnings for struct nextfieldTom Tromey2022-06-021-8/+8
* gdb: remove MSYMBOL_TYPE macroSimon Marchi2022-04-111-1/+1
* gdb: remove symbol value macrosSimon Marchi2022-04-111-45/+38
* gdb: rename start_symtab/end_symtab to start_compunit_symtab/end_compunit_symtabSimon Marchi2022-04-041-2/+2
* gdb: remove SYMBOL_LINE macroSimon Marchi2022-02-061-2/+2
* gdb: remove SYMBOL_TYPE macroSimon Marchi2022-02-061-76/+76
* gdb: remove SYMBOL_IS_ARGUMENT macroSimon Marchi2022-02-061-5/+5
* gdb: remove SYMBOL_DOMAIN macroSimon Marchi2022-02-061-26/+26
* gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi2022-02-061-8/+8
* gdb: remove SYMBOL_ACLASS_INDEX macro, add getter/setterSimon Marchi2022-02-061-34/+34
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: remove FIELD_BITPOS macroSimon Marchi2021-10-291-2/+2
* gdb: add accessors for field (and call site) locationSimon Marchi2021-10-071-7/+5
* gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi2021-09-301-1/+1
* gdb: add field::name / field::set_nameSimon Marchi2021-09-301-13/+13
* gdb: fix tab after space indentation issuesSimon Marchi2021-05-271-1/+1
* gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macrosAndrew Burgess2021-02-101-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-312/+312
* Remove symfile_objfile macroTom Tromey2020-10-291-2/+3
* Remove gdb_assert for TYPE_CODE_METHOD in stabs readerHannes Domani2020-10-221-3/+0
* gdb: remove TYPE_INSTANCE_FLAGSSimon Marchi2020-09-141-5/+4
* Use type_instance_flags more throughoutPedro Alves2020-09-141-1/+1
* gdb: add type::is_prototyped / type::set_is_prototypedSimon Marchi2020-09-141-3/+3
* gdb: add type::target_is_stub / type::set_target_is_stubSimon Marchi2020-09-141-1/+1
* gdb: remove TYPE_STUBSimon Marchi2020-09-141-3/+3
* gdb: add type::is_stub / type::set_is_stubSimon Marchi2020-09-141-3/+3
* gdb: add type::has_no_signedness / type::set_has_no_signednessSimon Marchi2020-09-141-2/+2
* gdb: remove TYPE_UNSIGNEDSimon Marchi2020-09-141-3/+3