Remove tui_data_item_window::value
[external/binutils.git] / gdb / coffread.c
2019-08-07 Tom TromeyUse obstack_strdup more
2019-06-16 Tom TromeyReplace uses of concat with xstrdup
2019-06-16 Tom TromeyRemove unnecessary casts of NULL
2019-06-10 Tom TromeyDelay allocation of dbx_symfile_info
2019-05-08 Tom TromeyConvert coffread.c to type-safe registry API
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-03-25 Tom TromeyMore block constification
2019-03-15 Tom TromeySlightly simplify minsym creation
2019-03-06 Tom TromeyRemove cleanups from coffread.c
2019-03-01 Gary BensonFix coff_start_symtab resource leak found by Coverity
2019-01-17 Tom TromeyMake minimal symbol range adapter a method on objfile
2019-01-17 Tom TromeyAdd compunits range adapter to objfile
2019-01-10 Tom TromeyRemove ALL_OBJFILE_FILETABS
2019-01-10 Tom TromeyRemove ALL_COMPUNIT_FILETABS
2019-01-10 Tom TromeyRemove ALL_OBJFILE_COMPUNITS
2019-01-10 Tom TromeyRemove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLS
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-28 Eli ZaretskiiAvoid internal errors when stepping outside 'main'...
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-10-04 Tom TromeyAvoid two uninitialized warnings from gcc
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-17 Tom TromeyUse scoped_free_pendings in coff_symtab_read
2018-07-16 Tom TromeyUse outermost_context_p in more places
2018-07-16 Tom TromeyMove within_function to stabsread
2018-07-16 Tom TromeyMove last_source_start_addr to buildsym_compunit
2018-06-28 Tom TromeyMake dwarf2_free_objfile static
2018-06-01 Tom TromeyRemove TYPE_TAG_NAME
2018-05-23 Tom TromeyRemove symfile_complaints
2018-05-05 Tom TromeyFix "obvious" fall-through warnings
2018-05-05 Tom TromeyFix "fall through" comments
2018-03-08 Simon MarchiMake find_separate_debug_file* return std::string
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-02 Sergio Durigan JuniorAdd support for the readnever concept
2017-12-01 Sergio Durigan JuniorRevert "Add support for the readnever concept"
2017-12-01 Sergio Durigan JuniorAdd support for the readnever concept
2017-11-08 Pedro AlvesPer-language symbol name hashing algorithm
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-01-11 Tom TromeyUse class to manage BFD reference counts
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
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-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-06-15 Jon TurneyAllow gdb to find debug symbols file by build-id for...
2015-03-26 Pedro AlvesDon't set breakpoints on import stubs on Windows amd64
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 Evanssymtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR...
2014-11-18 Doug Evansbuildsym API cleanup
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
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-02-26 Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-02-26 Tom Tromeychange minsym representation
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18 Tom Tromeyremove gdb_string.h
2013-09-25 Doug Evans * symfile.h (struct sym_fns): Delete member "sym_flavour".
2013-09-24 Jan KratochvilKeep objfile original filename
2013-09-24 Jan KratochvilCode cleanup: Add objfile_name accessor
2013-08-20 Doug Evans * buildsym.c (subfile_stack): Move here from buildsym.h.
2013-07-18 Yao Qigdb/
2013-04-08 Tom Tromey * coffread.c (record_minimal_symbol): Update.
2013-04-08 Tom Tromey * coffread.c (cs_to_section): Use gdb_bfd_section_index.
2013-04-08 Tom Tromey * ada-lang.c (ada_decode_symbol): Check and set 'ada_m...
2013-04-08 Tom Tromey * coffread.c (process_coff_symbol, coff_read_enum_type...
2013-03-29 Joel BrobeckerIgnore __fu<digits>__ symbols from COFF symbol tables
2013-03-20 Tom Tromey2013-03-20 Jan Kratochvil <jan.kratochvil@redhat...
2013-01-21 Tom Tromey * symfile.h (obsavestring): Don't declare.
2013-01-21 Tom Tromey * buildsym.c (patch_subfile_names): Use set_last_sourc...
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-15 Joel BrobeckerFix NULL objfile's section_offsets dereference during...
2012-12-12 Tom Tromey * coffread.c (coff_objfile_data_key): New global.
2012-12-12 Tom Tromey * coffread.c (coff_symfile_init): Use set_objfile_data.
2012-11-21 Yao Qigdb/
2012-07-23 Tom Tromey * coffread.c (coff_symfile_read): Make a cleanup for...
2012-05-18 Sergio Durigan Junior2012-05-18 Sergio Durigan Junior <sergiodj@redhat...
2012-05-16 Sergio Durigan Junior2012-05-16 Sergio Durigan Junior <sergiodj@redhat...
2012-05-10 Tom Tromey * tracepoint.c (scope_info): Update.
2012-04-27 Sergio Durigan Junior2012-04-27 Sergio Durigan Junior <sergiodj@redhat...
2012-04-18 Jan Kratochvilgdb/
2012-02-07 Doug Evans * gdbtypes.h (struct main_type): Change type of name...
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-06-14 Tom Tromey * coffread.c (coffread_objfile): Rename from current_o...
2011-06-14 Tom Tromey * symtab.h (current_objfile): Don't declare.
2011-05-26 Tristan Gingold2011-05-26 Tristan Gingold <gingold@adacore.com>
next