Remove path name from test case
[binutils-gdb.git] / gdb / stabsread.c
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 BrobeckerCopyright Year update after running gdb/copyright.py
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
2019-11-27 Christian BiesingerReplace SYMBOL_SET_LINKAGE_NAME with a member function
2019-11-22 Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-22 Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-10-29 Christian BiesingerChange some arguments to gdb::string_view instead of...
2019-10-26 Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-10-07 Christian BiesingerMove declaration of vtbl_ptr_name to the header.
2019-10-02 Tom TromeyChange SYMBOL_VALUE_ADDRESS to be an rvalue
2019-08-07 Tom TromeyIntroduce obstack_strndup
2019-08-07 Tom TromeyAdd obstack_strdup overload taking a std::string
2019-08-07 Tom TromeyUse obstack_strdup more
2019-06-16 Tom TromeyRemove unnecessary casts of NULL
2019-05-08 Tom TromeyConvert stabsread.c to type-safe registry API
2019-03-07 Tom TromeyC++-ify bcache
2019-03-06 Tom TromeyRemove last cleanups from stabsread.c
2019-01-22 Tom TromeyRemove the EXTERN define from stabsread.h
2019-01-17 Tom TromeyMake minimal symbol range adapter a method on objfile
2019-01-10 Tom TromeyRemove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLS
next