gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / dbxread.c
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
2018-07-16  Tom TromeyMove processing_acc_compilation to dbxread.c
2018-07-16  Tom TromeyMove last_source_start_addr to buildsym_compunit
2018-05-30  Simon MarchiRemove "struct" keyword in range-based for loops
2018-05-25  Tom TromeyRemove cleanups from dbxread.c
2018-05-23  Tom TromeyRemove symfile_complaints
2018-05-05  Tom TromeyFix "fall through" comments
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-08  Pedro AlvesPer-language symbol name hashing algorithm
2017-11-04  Tom TromeyReplace really_free_pendings with a scoped_ class
2017-10-14  Simon MarchiReplace psymbol_allocation_list with std::vector
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-09  Pedro Alvesgdb: Remove support for obsolete OSABIs and a.out
2016-11-08  Pedro AlvesUse ui_file_as_string throughout more
2016-10-26  Pedro AlvesMake symfile_add_flags and objfile->flags strongly...
2016-10-21  Tom TromeyRecord minimal symbols directly in reader.
2016-10-21  Tom TromeyChange minimal_symbol_reader to store objfile
2016-10-21  Tom TromeyIntroduce minimal_symbol_reader
2016-05-08  Trevor Saundersremove trivialy unused variables
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-09-04  Andrew Burgessgdb: Remove casts of NULL during assignment.
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-25  Pierre-Marie de... DWARF: handle non-local references in nested functions
2015-08-16  Doug Evanspsymtab.c (add_psymbol_to_bcache): Remove "val" arg.
2015-08-15  Doug EvansAdd end_psymtab_common, have all debug info readers...
2015-06-19  Doug EvansRemove special support in gdb for Sun's version of...
2015-03-06  Gary BensonNew common function "startswith"
2015-02-27  Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-20  Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-11-18  Doug Evansbuildsym API cleanup
2014-10-03  Pierre Muller[RFA] Stabs: Ignore N_BNSYM/N_ENSYM entry types
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-02-26  Tom Tromeychange minsyms not to be relocated at read-time
2014-02-26  Tom Tromeystart change to progspace independence
2014-02-26  Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-02-26  Tom Tromeychange minsym representation
2014-02-20  Tom Tromeyminor cleanup in dbxread.c
2014-01-15  Tom Tromeymove the "main" data into the per-BFD object
2014-01-15  Tom Tromeymake language_of_main static
2014-01-07  Honggyu KimRemove duplicated #include's from GDB
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18  Tom Tromeyremove gdb_stat.h
2013-11-18  Tom Tromeyremove gdb_string.h
2013-10-16  Tom Tromey * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove...
2013-09-25  Doug Evans * symfile.h (struct sym_fns): Delete member "sym_flavour".
2013-09-24  Jan KratochvilCode cleanup: Add objfile_name accessor
2013-08-20  Doug Evans * buildsym.c (subfile_stack): Move here from buildsym.h.
next
This page took 0.719344 seconds and 106 git commands to generate.