aboutsummaryrefslogtreecommitdiff
path: root/gdb/coffread.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-04Simple -Wshadow=local fixesTom Tromey1-6/+6
2018-10-03Avoid two uninitialized warnings from gccTom Tromey1-1/+1
2018-07-20Introduce buildsym-legacy.hTom Tromey1-1/+1
2018-07-20Remove buildsym_initTom Tromey1-1/+0
2018-07-20Move the symbol lists to buildsym_compunitTom Tromey1-15/+15
2018-07-20Remove the "listhead" argument from finish_blockTom Tromey1-2/+2
2018-07-20Move current_subfile to buildsym_compunitTom Tromey1-4/+4
2018-07-20Move the context stack to buildsym_compunitTom Tromey1-8/+8
2018-07-17Use scoped_free_pendings in coff_symtab_readTom Tromey1-0/+3
2018-07-16Use outermost_context_p in more placesTom Tromey1-4/+4
2018-07-16Move within_function to stabsreadTom Tromey1-0/+1
2018-07-16Move last_source_start_addr to buildsym_compunitTom Tromey1-3/+3
2018-06-28Make dwarf2_free_objfile staticTom Tromey1-2/+0
2018-06-01Remove TYPE_TAG_NAMETom Tromey1-14/+2
2018-05-23Remove symfile_complaintsTom Tromey1-20/+10
2018-05-04Fix "obvious" fall-through warningsTom Tromey1-0/+1
2018-05-04Fix "fall through" commentsTom Tromey1-1/+2
2018-03-08Make find_separate_debug_file* return std::stringSimon Marchi1-9/+6
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-01Add support for the readnever conceptSergio Durigan Junior1-1/+2
2017-12-01Revert "Add support for the readnever concept"Sergio Durigan Junior1-2/+1
2017-12-01Add support for the readnever conceptSergio Durigan Junior1-1/+2
2017-11-08Per-language symbol name hashing algorithmPedro Alves1-1/+3
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-01-10Use class to manage BFD reference countsTom Tromey1-3/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-26Make symfile_add_flags and objfile->flags strongly typedPedro Alves1-1/+1
2016-10-21Record minimal symbols directly in reader.Tom Tromey1-9/+11
2016-10-21Change minimal_symbol_reader to store objfileTom Tromey1-2/+2
2016-10-21Introduce minimal_symbol_readerTom Tromey1-7/+3
2016-05-07remove trivialy unused variablesTrevor Saunders1-2/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-1/+2
2015-09-25Add casts to memory allocation related callsSimon Marchi1-5/+7
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-7/+4
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-3/+3
2015-06-15Allow gdb to find debug symbols file by build-id for PE file format alsoJon Turney1-1/+5
2015-03-26Don't set breakpoints on import stubs on Windows amd64Pedro Alves1-13/+24
2015-03-06New common function "startswith"Gary Benson1-15/+15
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-19/+19
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-3/+7
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans1-1/+1
2014-11-18buildsym API cleanupDoug Evans1-11/+8
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-04-11refactoring: rename create_range_type to create_static_range_typeSanimir Agovic1-3/+3
2014-02-26change minsyms not to be relocated at read-timeTom Tromey1-4/+4
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-3/+4
2014-02-26change minsym representationTom Tromey1-1/+1