summaryrefslogtreecommitdiff
path: root/gdb/coffread.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-01Add support for the readnever conceptSergio Durigan Junior
2017-12-01Revert "Add support for the readnever concept"Sergio Durigan Junior
2017-12-01Add support for the readnever conceptSergio Durigan Junior
2017-11-08Per-language symbol name hashing algorithmPedro Alves
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-01-10Use class to manage BFD reference countsTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-10-26Make symfile_add_flags and objfile->flags strongly typedPedro Alves
2016-10-21Record minimal symbols directly in reader.Tom Tromey
2016-10-21Change minimal_symbol_reader to store objfileTom Tromey
2016-10-21Introduce minimal_symbol_readerTom Tromey
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat
2015-06-15Allow gdb to find debug symbols file by build-id for PE file format alsoJon Turney
2015-03-26Don't set breakpoints on import stubs on Windows amd64Pedro Alves
2015-03-06New common function "startswith"Gary Benson
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans
2014-11-18buildsym API cleanupDoug Evans
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-04-11refactoring: rename create_range_type to create_static_range_typeSanimir Agovic
2014-02-26change minsyms not to be relocated at read-timeTom Tromey
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey
2014-02-26change minsym representationTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-09-25 * symfile.h (struct sym_fns): Delete member "sym_flavour".Doug Evans
2013-09-24Keep objfile original filenameJan Kratochvil
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil
2013-08-20 * buildsym.c (subfile_stack): Move here from buildsym.h.Doug Evans
2013-07-18gdb/Yao Qi
2013-04-08 * coffread.c (record_minimal_symbol): Update.Tom Tromey
2013-04-08 * coffread.c (cs_to_section): Use gdb_bfd_section_index.Tom Tromey
2013-04-08 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.Tom Tromey
2013-04-08 * coffread.c (process_coff_symbol, coff_read_enum_type): CallTom Tromey
2013-03-29Ignore __fu<digits>__ symbols from COFF symbol tablesJoel Brobecker
2013-03-202013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>Tom Tromey
2013-01-21 * symfile.h (obsavestring): Don't declare.Tom Tromey
2013-01-21 * buildsym.c (patch_subfile_names): Use set_last_source_file.Tom Tromey
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-12-15Fix NULL objfile's section_offsets dereference during symbol load.Joel Brobecker
2012-12-12 * coffread.c (coff_objfile_data_key): New global.Tom Tromey