Update copyright year range in header of all files managed by GDB
[binutils-gdb.git] / gdb / buildsym.c
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
2018-07-20 Tom TromeyMove current_subfile to buildsym_compunit
2018-07-20 Tom TromeyMove the context stack to buildsym_compunit
2018-07-16 Tom TromeyMove the using directives to buildsym_compunit
2018-07-16 Tom TromeyMake free_pending_blocks static
2018-07-16 Tom TromeyMove the subfile stack to buildsym_compunit
2018-07-16 Tom TromeyUse gdb_assert in two places in buildsym.c
2018-07-16 Tom TromeyRemove merge_symbol_lists
2018-07-16 Tom TromeyRemove buildsym_new_init
2018-07-16 Tom TromeyMove within_function to stabsread
2018-07-16 Tom TromeyMove some code from buildsym to stabsread
2018-07-16 Tom TromeyMake context_stack_size static in buildsym.c
2018-07-16 Tom TromeyMove last_source_start_addr to buildsym_compunit
2018-07-16 Tom TromeyMove have_line_numbers to buildsym_compunit
2018-07-16 Tom TromeyMove pending_macros to buildsym_compunit
2018-07-16 Tom TromeyMove last_source file to buildsym_compunit
2018-07-16 Tom TromeyAdd assert in prepare_for_building
2018-07-16 Tom TromeyChange buildsym_compunit::comp_dir to be a unique_xmall...
2018-07-16 Tom TromeyUse new and delete for buildsym_compunit
next