Remove path name from test case
[binutils-gdb.git] / gdb / buildsym.c
2023-09-20 Tom TromeyRemove explanatory comments from includes
2023-08-31 Simon Marchigdb: introduce field::is_artificial / field::set_is_art...
2023-08-31 Tom de Vries[gdb/symtab] Factor out type::{alloc_fields,copy_fields}
2023-08-31 Tom de Vries[gdb/symtab] Fix uninitialized memory in buildsym_compu...
2023-06-05 Tom TromeyUse "unrelocated" terminology in linetable_entry
2023-05-07 Tom TromeyRemove ALL_DICT_SYMBOLS
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-11 Tom TromeyAdd operator< and operator== to linetable_entry
2023-03-08 Tom TromeyRemove OBJF_REORDERED
2023-02-19 Tom TromeyRemove allocate_block and allocate_global_block
2023-02-19 Tom TromeyRemove ALL_BLOCK_SYMBOLS
2023-02-19 Tom TromeyConvert set_block_compunit_symtab to method
2023-02-19 Tom TromeyConvert more block functions to methods
2023-02-08 Tom TromeySet section index when setting a symbol's block
2023-02-08 Tom TromeyRemove compunit_symtab::m_block_line_section
2023-02-08 Tom TromeyDo not pass section index to end_compunit_symtab
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-07-30 Simon Marchigdb: remove code to prepend comp dir in buildsym_compun...
2022-07-30 Simon Marchigdb: add "id" fields to identify symtabs and subfiles
2022-07-30 Simon Marchigdb: add debug prints in buildsym.c
2022-06-12 Tom TromeyUse malloc for mutable addrmaps
2022-06-12 Tom TromeyRemove addrmap::create_fixed
2022-06-12 Tom TromeyRemove addrmap_create_mutable
2022-06-12 Tom TromeyRemove addrmap wrapper functions
2022-04-28 Simon Marchigdb: remove BLOCKVECTOR_MAP macro
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-21 Simon Marchigdbsupport: add path_join function
2022-04-20 Tom TromeyReplace symbol_symtab with symbol::symtab
2022-04-12 Simon Marchigdb: change subfile::line_vector to an std::vector
2022-04-12 Simon Marchigdb: change subfile::name and buildsym_compunit::m_comp...
2022-04-12 Simon Marchigdb: allocate subfile with new
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-04-07 Simon Marchigdb: remove subfile::buildsym_compunit field
2022-04-04 Lancelot SIXgdb: Add support for DW_LNS_set_prologue_end in line...
2022-04-04 Lancelot SIXgdb/buildsym: Line record use a record flag
2022-04-04 Simon Marchigdb: rename start_symtab/end_symtab to start_compunit_s...
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 SYMTAB_LANGUAGE macro, add getter/setter
2022-02-06 Simon Marchigdb: remove SYMTAB_LINETABLE macro, add getter/setter
2022-02-06 Simon Marchigdb: remove COMPUNIT_MACRO_TABLE macro, add getter...
2022-02-06 Simon Marchigdb: remove COMPUNIT_BLOCK_LINE_SECTION macro, add...
2022-02-06 Simon Marchigdb: remove COMPUNIT_BLOCKVECTOR macro, add getter...
2022-02-06 Simon Marchigdb: remove COMPUNIT_DIRNAME macro, add getter/setter
2022-02-06 Simon Marchigdb: remove COMPUNIT_PRODUCER macro, add getter/setter
2022-02-06 Simon Marchigdb: remove COMPUNIT_DEBUGFORMAT macro, add getter...
2022-02-06 Simon Marchigdb: remove COMPUNIT_FILETABS macro
2022-02-06 Simon Marchigdb: add compunit_symtab::set_primary_filetab method
2022-01-18 Tom TromeyMove gdb obstack code to gdbsupport
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-01-04 Tom de Vries[gdb/symtab] Remove superfluous end-of-sequence marker
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-07-06 Tom de Vries[gdb/symtab] Fix line-table end-of-sequence sorting
2020-06-08 Simon Marchigdb: add field::type / field::set_type
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-04-18 Tom TromeyChange get_objfile_arch to a method on objfile
2020-04-09 Bernd EdlingerPartially revert my UB fix in record_line
2020-04-02 Andrew Burgessgdb: Don't remove duplicate entries from the line table
2020-04-01 Bernd EdlingerFix an undefined behavior in record_line
2020-04-01 Bernd EdlingerFix the resizing condition of the line table
2020-03-11 Andrew Burgessgdb: Fix out of bounds array access in buildsym_compuni...
2020-03-10 Andrew Burgessgdb: Add support for tracking the DWARF line table...
2020-03-04 Tom TromeyIntroduce objfile::intern
2020-01-24 Andrew Burgessgdb: Don't reorder line table entries too much when...
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-29 Bernd EdlingerFix setting breakpoints or stepping on line 65535
2019-12-27 Christian BiesingerMake symbol_set_names a member function
2019-11-22 Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-12 Christian BiesingerMake struct symbol inherit from general_symbol_info
2019-10-19 Christian BiesingerReplace some more qsort calls with std::sort
2019-08-07 Tom TromeyUse obstack_strdup more
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-03-07 Tom TromeyC++-ify bcache
2019-01-10 Keith Seitzgdb/23712: Use new multidictionary API
2019-01-10 Tom TromeyRemove ALL_COMPUNIT_FILETABS
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-07-20 Keith SeitzRename remaining members of buildsym_compunit to start...
2018-07-20 Tom TromeyIntroduce buildsym-legacy.h
2018-07-20 Tom TromeyMove struct buildsym_compunit to buildsym.h
2018-07-20 Tom TromeyRemove reset_symtab_globals
2018-07-20 Tom TromeyAdd many methods to buildsym_compunit
2018-07-20 Tom TromeyRemove parameter from record_pending_block
2018-07-20 Tom TromeyRemove EXTERN from buildsym.h
2018-07-20 Tom TromeyRemove a TODO
2018-07-20 Tom TromeyRemove buildsym_init
2018-07-20 Tom TromeyMove the symbol lists to buildsym_compunit
2018-07-20 Tom TromeyRemove free_pendings
2018-07-20 Tom TromeyRemove the "listhead" argument from finish_block
2018-07-20 Tom TromeyMove pending_blocks and pending_block_obstack to builds...
2018-07-20 Tom TromeyMove pending addrmap globals to buildsym_compunit
next