aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change some arguments to gdb::string_view instead of name+lenChristian Biesinger2019-10-291-3/+2
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* Change SYMBOL_VALUE_ADDRESS to be an rvalueTom Tromey2019-10-021-6/+8
* bfd_section_* macrosAlan Modra2019-09-191-6/+6
* bfd_get_filenameAlan Modra2019-09-061-1/+1
* Use obstack_strdup moreTom Tromey2019-08-061-8/+3
* Replace uses of concat with xstrdupTom Tromey2019-06-161-1/+1
* Remove unnecessary casts of NULLTom Tromey2019-06-161-4/+2
* Delay allocation of dbx_symfile_infoTom Tromey2019-06-101-7/+0
* Convert coffread.c to type-safe registry APITom Tromey2019-05-081-26/+12
* Revert the header-sorting patchTom Tromey2019-04-061-17/+17
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-17/+17
* More block constificationTom Tromey2019-03-241-1/+1
* Slightly simplify minsym creationTom Tromey2019-03-151-1/+2
* Remove cleanups from coffread.cTom Tromey2019-03-061-81/+34
* Fix coff_start_symtab resource leak found by CoverityGary Benson2019-03-011-4/+1
* 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