Remove path name from test case
[binutils-gdb.git] / gdb / mdebugread.c
2023-09-20 Tom TromeyRemove explanatory comments from includes
2023-09-19 Tom TromeyGive a language to a type
2023-09-12 Enze Ligdb: Fix -Wuninitialized issue
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] Do more zero-initialization of type::fields
2023-08-31 Tom de Vries[gdb/symtab] Factor out type::{alloc_fields,copy_fields}
2023-08-18 Tom TromeyMerge psympriv.h into psymtab.h
2023-06-05 Tom TromeyUse "unrelocated" terminology in linetable_entry
2023-06-03 Tom de Vries[gdb] Fix typos
2023-03-28 Tom TromeyRename "raw" to "unrelocated"
2023-03-28 Tom TromeyUse unrelocated_addr in minimal symbols
2023-03-28 Tom TromeyUse unrelocated_addr in psymbols
2023-03-28 Tom TromeyUse unrelocated_addr in partial symbol tables
2023-03-18 Tom TromeyRename objfile_type to builtin_type
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_pointer_type and init_pointer_type
2023-03-18 Tom TromeyUnify arch_float_type and init_float_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-17 Tom TromeyFix line table regression
2023-03-11 Tom TromeyConstify linetables
2023-03-11 Tom TromeyChange linetables to be objfile-independent
2023-03-08 Tom TromeyRemove OBJF_REORDERED
2023-02-19 Tom TromeyRemove allocate_block and allocate_global_block
2023-02-19 Tom TromeyFix memory leak in mdebugread.c
2023-02-19 Tom TromeyRemove ALL_BLOCK_SYMBOLS
2023-02-08 Tom TromeyDo not pass section index to end_compunit_symtab
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-10-28 Tom TromeyConvert compunit_language to a method
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-09-21 Simon Marchigdb: add type::length / type::set_length
2022-09-21 Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-08-03 Tom TromeyUse gdb_bfd_ref_ptr in objfile
2022-07-28 Tom TromeyRewrite registry.h
2022-06-02 Tom TromeyODR warnings for struct symloc
2022-04-28 Simon Marchigdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS...
2022-04-28 Simon Marchigdb: remove BLOCK_MULTIDICT macro
2022-04-28 Simon Marchigdb: remove BLOCK_SUPERBLOCK macro
2022-04-28 Simon Marchigdb: remove BLOCK_FUNCTION macro
2022-04-28 Simon Marchigdb: remove BLOCK_{START,END} macros
2022-04-20 Tom TromeyReplace symbol_symtab with symbol::symtab
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-04-07 Simon Marchigdb: remove symtab::blockvector
2022-04-04 Simon Marchigdb: rename start_symtab/end_symtab to start_compunit_s...
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyRemove some uses of printf_unfiltered
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-02-06 Simon Marchigdb: remove SYMTAB_BLOCKVECTOR macro
2022-02-06 Simon Marchigdb: remove SYMTAB_LANGUAGE macro, add getter/setter
2022-02-06 Simon Marchigdb: remove SYMTAB_LINETABLE macro, add getter/setter
2022-02-06 Simon Marchigdb: remove SYMTAB_COMPUNIT macro, add getter/setter
2022-02-06 Simon Marchigdb: remove COMPUNIT_BLOCKVECTOR macro, add getter...
2022-02-06 Simon Marchigdb: remove COMPUNIT_DEBUGFORMAT macro, add getter...
2022-02-06 Simon Marchigdb: remove COMPUNIT_FILETABS macro
2022-01-18 Tom TromeyMove gdb obstack code to gdbsupport
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-11-24 Andrew Burgessgdb: fix crash when reading ECOFF debug information
2021-10-07 Simon Marchigdb: add accessors for field (and call site) location
2021-10-01 Simon Marchigdb: add field::name / field::set_name
2021-04-02 Simon Marchigdb: pass objfile_per_bfd_storage instead of objfile...
2021-03-20 Tom TromeyAllow multiple partial symbol readers per objfile
2021-03-20 Tom TromeyAdd partial_symtabs parameter to psymtab construction...
2021-03-20 Tom TromeyChange how some psymbol readers access the psymtab...
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-17 Tom TromeyHave partial symbol tables own psymbol vectors
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: 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: add type::is_unsigned / type::set_is_unsigned
2020-07-13 Simon Marchigdb: add accessors to struct dynamic_prop
2020-07-13 Simon Marchigdb: add type::bounds / type::set_bounds
2020-06-25 Rainer OrthRemove obsolete gdbarch_static_transform_name
2020-06-08 Simon Marchigdb: add field::type / field::set_type
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-04-18 Tom TromeyChange get_objfile_arch to a method on objfile
2020-04-02 Simon Marchigdb: replace some calls to internal_error with gdb_assert
2020-04-01 Tom TromeyChange how complex types are created
2020-03-29 Simon Marchigdb: rename partial symtab expand functions of debug...
2020-03-29 Simon Marchigdb: rename partial_symtab::read_dependencies to expand...
2020-01-26 Tom TromeyConsolidate partial symtab dependency reading
2020-01-26 Tom TromeyIntroduce partial_symtab::expand_psymtab method
2020-01-26 Tom TromeyConsolidate psymtab "Reading" messages
next