summaryrefslogtreecommitdiff
path: root/gdb/coffread.c
Commit message (Expand)AuthorAgeFilesLines
* Make minimal symbol range adapter a method on objfileTom Tromey2019-01-171-1/+1
* Add compunits range adapter to objfileTom Tromey2019-01-171-1/+1
* Remove ALL_OBJFILE_FILETABSTom Tromey2019-01-091-2/+5
* Remove ALL_COMPUNIT_FILETABSTom Tromey2019-01-091-2/+0
* Remove ALL_OBJFILE_COMPUNITSTom Tromey2019-01-091-1/+0
* Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLSTom Tromey2019-01-091-3/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Avoid internal errors when stepping outside 'main' on MinGWEli Zaretskii2018-12-281-2/+4
* Simple -Wshadow=local fixesTom Tromey2018-10-041-6/+6
* Avoid two uninitialized warnings from gccTom Tromey2018-10-031-1/+1
* Introduce buildsym-legacy.hTom Tromey2018-07-201-1/+1
* Remove buildsym_initTom Tromey2018-07-201-1/+0
* Move the symbol lists to buildsym_compunitTom Tromey2018-07-201-15/+15
* Remove the "listhead" argument from finish_blockTom Tromey2018-07-201-2/+2
* Move current_subfile to buildsym_compunitTom Tromey2018-07-201-4/+4
* Move the context stack to buildsym_compunitTom Tromey2018-07-201-8/+8
* Use scoped_free_pendings in coff_symtab_readTom Tromey2018-07-171-0/+3
* Use outermost_context_p in more placesTom Tromey2018-07-161-4/+4
* Move within_function to stabsreadTom Tromey2018-07-161-0/+1
* Move last_source_start_addr to buildsym_compunitTom Tromey2018-07-161-3/+3
* Make dwarf2_free_objfile staticTom Tromey2018-06-281-2/+0
* Remove TYPE_TAG_NAMETom Tromey2018-06-011-14/+2
* Remove symfile_complaintsTom Tromey2018-05-231-20/+10
* Fix "obvious" fall-through warningsTom Tromey2018-05-041-0/+1
* Fix "fall through" commentsTom Tromey2018-05-041-1/+2
* Make find_separate_debug_file* return std::stringSimon Marchi2018-03-081-9/+6
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Add support for the readnever conceptSergio Durigan Junior2017-12-011-1/+2
* Revert "Add support for the readnever concept"Sergio Durigan Junior2017-12-011-2/+1
* Add support for the readnever conceptSergio Durigan Junior2017-12-011-1/+2
* Per-language symbol name hashing algorithmPedro Alves2017-11-081-1/+3
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Use class to manage BFD reference countsTom Tromey2017-01-101-3/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Make symfile_add_flags and objfile->flags strongly typedPedro Alves2016-10-261-1/+1
* Record minimal symbols directly in reader.Tom Tromey2016-10-211-9/+11
* Change minimal_symbol_reader to store objfileTom Tromey2016-10-211-2/+2
* Introduce minimal_symbol_readerTom Tromey2016-10-211-7/+3
* remove trivialy unused variablesTrevor Saunders2016-05-071-2/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-1/+2
* Add casts to memory allocation related callsSimon Marchi2015-09-251-5/+7
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-7/+4
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-3/+3
* Allow gdb to find debug symbols file by build-id for PE file format alsoJon Turney2015-06-151-1/+5
* Don't set breakpoints on import stubs on Windows amd64Pedro Alves2015-03-261-13/+24
* New common function "startswith"Gary Benson2015-03-061-15/+15
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-19/+19
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-3/+7