[gdb/symtab] Save modules in .debug_names
[binutils-gdb.git] / gdb / mdebugread.c
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
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-26 Tom TromeyUse new and delete for psymtabs
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-27 Christian BiesingerMake symbol_set_names a member function
2019-12-16 Christian BiesingerUse a member function to set a symbol's language
2019-12-16 Christian BiesingerUse an accessor function for general_symbol_info::language
2019-11-27 Christian BiesingerReplace SYMBOL_SET_LINKAGE_NAME with a member function
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-19 Christian BiesingerReplace some more qsort calls with std::sort
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-10-17 Tom de Vries[gdb] Fix typos in comments
2019-10-02 Tom TromeyChange SYMBOL_VALUE_ADDRESS to be an rvalue
2019-09-19 Alan Modrabfd_section_* macros
2019-09-11 Christian BiesingerChange the type of copy_names from int to bool
2019-08-07 Tom TromeyUse obstack_strdup more
2019-06-16 Tom TromeyRemove unnecessary casts of NULL
2019-05-08 Tom TromeyConvert mdebugread.c to type-safe registry API
2019-03-05 Tom TromeyRemove excess calls to gdb_flush
2019-01-17 Tom TromeyMake psymtab range adapter a method on objfile
2019-01-10 Keith Seitzgdb/23712: Use new multidictionary API
2019-01-10 Pedro AlvesFix leak in mdebugread.c
2019-01-10 Tom TromeyAdd psymtab_storage::allocate_dependencies
2019-01-10 Tom TromeyIntroduce class psymtab_storage
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 ALL_OBJFILE_PSYMTABS
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-22 Simon MarchiIntroduce gdbarch_num_cooked_regs
2018-10-05 Tom TromeyUse std::string in mdebugread.c
2018-10-05 Tom TromeySimple -Wshadow=local fixes
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-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 TromeyMove current_subfile to buildsym_compunit
2018-07-16 Tom TromeyRemove buildsym_new_init
2018-06-01 Tom TromeyRemove TYPE_TAG_NAME
2018-05-23 Tom TromeyRemove symfile_complaints
2018-05-21 Simon MarchiUse XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possible
2018-05-11 Tom TromeyRemove cleanups from mdebugread.c
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-10-14 Simon MarchiReplace psymbol_allocation_list with std::vector
2017-09-27 Ulrich WeigandMake init_type/arch_type take a size in bits
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-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-09-06 Ulrich WeigandAdd missing format for built-in floating-point types
2016-09-06 Ulrich WeigandRemove TYPE_NOSIGN "char" hack
2016-09-06 Ulrich WeigandUnify init_type and arch_type interface and helpers
2016-07-14 Tom TromeyRemove unused variables
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-29 Pedro Alvesmdebugread.c: Address class -> address class index
2015-10-26 Doug EvansPR symtab/17391 gdb internal error: assertion fails...
2015-09-25 Simon MarchiAdd some more casts (2/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-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-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23 Doug EvansReplace some symbol accessor macros with functions.
2014-11-20 Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-11-18 Doug Evanssymtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR...
2014-11-18 Doug Evansbuildsym API cleanup
2014-11-18 Doug Evanssymtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE...
2014-11-03 Doug Evansmdebugread.c (parse_procedure): Delete unnecessary...
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-06-18 Tom Tromeyconstify some blockvector APIs
2014-06-18 Tom Tromeyconstify struct block in some places
2014-04-11 Sanimir Agovicrefactoring: rename create_range_type to create_static_...
2014-02-26 Tom Tromeychange minsyms not to be relocated at read-time
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-11-08 Doug EvansChange "set debug symtab-create" to take a verbosity...
2013-04-08 Tom Tromey * coffread.c (record_minimal_symbol): Update.
next