]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/stabsread.c
[gdb/testsuite] Fix gdb.gdb/python-helper.exp with gdb built with -flto
[thirdparty/binutils-gdb.git] / gdb / stabsread.c
2025-06-26  Tom TromeyChange file initialization to use INIT_GDB_FILE macro
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2025-04-03  Tom TromeyMany minor typo fixes
2025-02-20  Guinevere LarsenGDB: add stabs deprecation warning
2024-10-06  Tom de Vries[gdb] Fix common misspellings
2024-09-20  Guinevere Larsengdb: fully separate coff and elf reading from dbx
2024-09-20  Guinevere Larsengdb: Move read_dbx_symtab to stabsread, and rename...
2024-09-20  Guinevere Larsengdb: Move dbx_end_psymtab to stabsread, and rename...
2024-09-20  Guinevere Larsengdb: Move process_one_symbol to stabsread.c
2024-09-03  Tom de Vries[gdb] Fix typos
2024-04-23  Simon Marchigdb: move a bunch of quit-related things to event-top...
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-01-28  Tom TromeyUse the new symbol domains
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-11-29  Tom TromeyUse C++17 [[fallthrough]] attribute
2023-11-21  Tom TromeyUse enum accessibility in types and member functions
2023-11-21  Tom TromeyRemove byte vectors from cplus_struct_type
2023-11-21  Lancelot Sixgdb: Use std::string_view instead of gdb::string_view
2023-09-20  Tom TromeyRemove explanatory comments from includes
2023-09-19  Tom TromeyGive a language to a type
2023-08-31  Simon Marchigdb: remove FIELD_BITSIZE
2023-08-31  Simon Marchigdb: introduce field::bitsize / field::set_bitsize
2023-08-31  Simon Marchigdb: introduce field::is_artificial / field::set_is_art...
2023-08-31  Tom de Vries[gdb/symtab] Replace TYPE_ALLOC + B_CLRALL with TYPE_ZALLOC
2023-08-31  Tom de Vries[gdb/symtab] Replace TYPE_ALLOC + memset with TYPE_ZALLOC
2023-08-31  Tom de Vries[gdb/symtab] Do more zero-initialization of type::fields
2023-08-31  Tom de Vries[gdb/symtab] Factor out type::{alloc_fields,copy_fields}
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_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-18  Tom TromeyRemove alloc_type_copy
2023-03-10  Tom TromeyMove allocate_stub_method to stabsread.c
2023-02-27  Tom TromeyRemove old GNU indent directives
2023-02-08  Tom TromeySet section indices when symbols are made
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-01  Tom TromeyAdd name canonicalization for C
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-09-21  Simon Marchigdb: add type::length / type::set_length
2022-09-21  Simon Marchigdb: add type::target_type / type::set_target_type
2022-07-28  Tom TromeyRewrite registry.h
2022-06-02  Tom TromeyODR warnings for struct nextfield
2022-04-11  Simon Marchigdb: remove MSYMBOL_TYPE macro
2022-04-11  Simon Marchigdb: remove symbol value macros
2022-04-04  Simon Marchigdb: rename start_symtab/end_symtab to start_compunit_s...
2022-02-06  Simon Marchigdb: remove SYMBOL_LINE macro
2022-02-06  Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06  Simon Marchigdb: remove SYMBOL_IS_ARGUMENT macro
2022-02-06  Simon Marchigdb: remove SYMBOL_DOMAIN macro
2022-02-06  Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-02-06  Simon Marchigdb: remove SYMBOL_ACLASS_INDEX macro, add getter/setter
2022-01-18  Tom TromeyMove gdb obstack code to gdbsupport
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-10-29  Simon Marchigdb: remove FIELD_BITPOS macro
2021-10-07  Simon Marchigdb: add accessors for field (and call site) location
2021-10-01  Simon Marchigdb: remove TYPE_FIELD_NAME and FIELD_NAME macros
2021-10-01  Simon Marchigdb: add field::name / field::set_name
2021-05-27  Simon Marchigdb: fix tab after space indentation issues
2021-02-10  Andrew Burgessgdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macros
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-29  Tom TromeyRemove symfile_objfile macro
2020-10-22  Hannes DomaniRemove gdb_assert for TYPE_CODE_METHOD in stabs reader
2020-09-15  Simon Marchigdb: remove TYPE_INSTANCE_FLAGS
2020-09-14  Pedro AlvesUse type_instance_flags more throughout
2020-09-14  Simon Marchigdb: add type::is_prototyped / type::set_is_prototyped
2020-09-14  Simon Marchigdb: add type::target_is_stub / type::set_target_is_stub
2020-09-14  Simon Marchigdb: remove TYPE_STUB
2020-09-14  Simon Marchigdb: add type::is_stub / type::set_is_stub
2020-09-14  Simon Marchigdb: add type::has_no_signedness / type::set_has_no_sig...
2020-09-14  Simon Marchigdb: remove TYPE_UNSIGNED
2020-09-14  Simon Marchigdb: add type::is_unsigned / type::set_is_unsigned
2020-06-25  Rainer OrthRemove obsolete gdbarch_static_transform_name
2020-06-08  Simon Marchigdb: remove FIELD_TYPE macro
2020-06-08  Simon Marchigdb: add field::type / field::set_type
2020-05-23  Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22  Simon Marchigdb: remove TYPE_FIELDS macro
2020-05-22  Simon Marchigdb: add type::fields / type::set_fields
2020-05-22  Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-22  Simon Marchigdb: add type::num_fields / type::set_num_fields
2020-05-16  Simon Marchigdb: remove TYPE_NAME macro
2020-05-16  Simon Marchigdb: add type::name / type::set_name
2020-05-15  Tom TromeyRemove allocate_symbol et al
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-05-14  Simon Marchigdb: add type::code / type::set_code
2020-05-08  Tom TromeySpeed up psymbol reading by removing a copy
2020-04-18  Tom TromeyChange get_objfile_arch to a method on objfile
2020-04-01  Tom TromeyChange how complex types are created
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-27  Christian BiesingerMake symbol_set_names a member function
2019-12-16  Christian BiesingerUse a member function to set a symbol's language
2019-12-16  Christian BiesingerUse an accessor function for general_symbol_info::language
2019-12-03  Christian BiesingerReplace hash function from bcache with fast_hash
next