]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/dbxread.c
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / dbxread.c
12 days ago  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-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-12-01  Simon Marchigdb: fix warnings about invalid [[fallthrough]] usage
2023-11-29  Tom TromeyUse C++17 [[fallthrough]] attribute
2023-11-21  Lancelot Sixgdb: Use std::string_view instead of gdb::string_view
2023-09-20  Tom TromeyRemove explanatory comments from includes
2023-08-23  Andrew Burgessgdb: fix up a few places where a char was treated as...
2023-08-23  Alan Modragdb: bfd_get_symbol_leading_char vs. ""
2023-08-18  Tom TromeyMerge psympriv.h into psymtab.h
2023-08-11  Alan Modragdb: warn unused result for bfd IO functions
2023-08-08  Alan ModraRename bfd_bread and bfd_bwrite
2023-06-03  Tom de Vries[gdb] Fix typos
2023-04-05  Thiago Jung Bauermanngdb: Fix reading of partial symtabs in dbxread.c
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-17  Tom TromeyFix line table regression
2023-03-11  Tom TromeyChange linetables to be objfile-independent
2023-02-19  Tom TromeyConvert more block functions to methods
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-12-01  Tom TromeyAdd name canonicalization for C
2022-10-19  Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-08-03  Tom TromeyUse gdb_bfd_ref_ptr in objfile
2022-07-28  Tom TromeyRewrite registry.h
2022-04-11  Simon Marchigdb: remove minimal symbol size macros
2022-04-11  Simon Marchigdb: remove symbol value macros
2022-04-04  Simon Marchigdb: rename start_symtab/end_symtab to start_compunit_s...
2022-03-29  Tom TromeyUnify gdb printf functions
2022-02-21  Andrew Burgessgdb: avoid nullptr access in dbxread.c from read_dbx_symtab
2022-02-21  Andrew Burgessgdb: make use of std::string in dbxread.c and xcoffread.c
2022-01-18  Tom TromeyMove gdb obstack code to gdbsupport
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-09-13  Tom TromeyRemove use of __CYGNUSCLIB__
2021-05-27  Simon Marchigdb: fix tab after space indentation issues
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 TromeyRemove sym_fns::sym_read_psymbols
2021-03-20  Tom TromeyChange how some psymbol readers access the psymtab...
2021-03-20  Tom TromeyMove sym_fns::qf to objfile
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-11-01  Tom TromeyChange end_psymtab_common to a method
2020-11-01  Tom TromeyRemove parameter from end_psymtab_common
2020-11-01  Tom TromeyRemove init_psymbol_list
2020-10-17  Tom TromeyHave partial symbol tables own psymbol vectors
2020-08-28  Tom TromeyFix two out-of-date comments
2020-06-25  Rainer OrthRemove obsolete gdbarch_static_transform_name
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-03-29  Simon Marchigdb: rename partial symtab expand functions of debug...
2020-03-29  Simon Marchigdb: rename partial_symtab::read_dependencies to expand...
2020-03-29  Simon Marchigdb: remove discard_psymtab function
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
2020-01-26  Tom TromeyIntroduce partial_symtab::read_symtab method
2020-01-26  Tom TromeyTurn start_psymtab_common into a constructor
2020-01-26  Tom TromeyChange allocate_psymtab to be a constructor
2020-01-26  Tom TromeyChange some psymtab fields to bool
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-08  Tom TromeyChange section_offsets to a std::vector
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-16  Christian BiesingerUse an accessor function for general_symbol_info::language
2019-11-22  Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-10-29  Christian BiesingerChange some arguments to gdb::string_view instead of...
2019-10-18  Tom de Vries[gdb] Fix more typos in comments
2019-09-19  Alan Modrabfd_section_* macros
2019-09-11  Christian BiesingerChange the type of copy_names from int to bool
2019-09-06  Alan Modrabfd_get_filename
2019-08-07  Tom TromeyIntroduce obstack_strndup
2019-08-07  Tom TromeyAdd obstack_strdup overload taking a std::string
2019-07-10  Tom TromeyChange dbxread.c to use type-safe registry
2019-06-10  Tom TromeyDelay allocation of dbx_symfile_info
2019-03-06  Tom TromeyRemove cleanups from coffread.c
2019-01-17  Tom TromeyMake psymtab range adapter a method on objfile
2019-01-10  Tom TromeyAdd psymtab_storage::allocate_dependencies
2019-01-10  Tom TromeySimplify calls to init_psymbol_list
2019-01-10  Tom TromeyChange add_psymbol_to_list to use an enum
2019-01-10  Tom TromeyRemove parameters from start_psymtab_common
2019-01-10  Tom TromeyRemove some unneeded psymtab initializations
2019-01-10  Tom TromeyRemove ALL_OBJFILE_PSYMTABS
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-07-26  Tom TromeyMake psymbols and psymtabs independent of the program...
2018-07-26  Tom TromeyAdd validity bits for psymtab high and low fields
2018-07-26  Tom TromeyIntroduce accessors for psymtab high and low fields
2018-07-26  Tom TromeyRemove dead code in end_psymtab
2018-07-20  Tom TromeyIntroduce buildsym-legacy.h
2018-07-20  Tom TromeyRemove buildsym_init
2018-07-20  Tom TromeyMove the symbol lists to buildsym_compunit
2018-07-20  Tom TromeyRemove the "listhead" argument from finish_block
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 TromeyUse outermost_context_p in more places
2018-07-16  Tom TromeyMake free_pending_blocks static
2018-07-16  Tom TromeyRemove buildsym_new_init
next