summaryrefslogtreecommitdiff
path: root/gdb/symmisc.c
Commit message (Expand)AuthorAgeFilesLines
...
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Remove gdb_print_host_addressTom Tromey2021-12-241-29/+19
* Remove print_spacesTom Tromey2021-12-201-3/+3
* gdb: small "maintenance info line-table" readability improvementsSimon Marchi2021-12-031-6/+13
* Fix timeout with maint print objfilesLuis Machado2021-04-271-5/+2
* Add 'domain' parameter to expand_symtabs_matchingTom Tromey2021-04-171-0/+1
* Add search_flags to expand_symtabs_matchingTom Tromey2021-04-171-0/+1
* Move psymtab statistics printing to psymtab.cTom Tromey2021-03-201-41/+8
* Introduce method wrappers for quick_symbol_functionsTom Tromey2021-03-201-21/+13
* gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macrosAndrew Burgess2021-02-101-1/+1
* gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTIONAndrew Burgess2021-02-101-2/+2
* gdb: symmisc.c: remove std_{in,out,err}Simon Marchi2021-02-051-14/+0
* gdb: make some variables staticSimon Marchi2021-01-201-3/+3
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-1/+1
* Remove partial symbol statisticsTom Tromey2020-11-011-2/+19
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-1/+1
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-3/+3
* Remove ALL_PSPACESTom Tromey2020-05-081-73/+61
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-3/+3
* [gdb] Expand symbolless symtabs using maint expand-symtabsTom de Vries2020-04-141-6/+2
* [gdb] Print user/includes fields for maint commandsTom de Vries2020-03-251-3/+51
* Fix column alignment in "maint info line-table"Tom Tromey2020-03-201-12/+17
* gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess2020-03-101-3/+7
* Introduce objfile::internTom Tromey2020-03-041-7/+3
* gdb: Include end of sequence markers in the line tableAndrew Burgess2020-01-241-2/+6
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Change section_offsets to a std::vectorTom Tromey2020-01-081-2/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-7/+7
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-3/+3
* Remove some includes of readline.hTom Tromey2019-11-061-1/+1
* Handle copy relocationsTom Tromey2019-10-021-3/+7
* bfd_section_* macrosAlan Modra2019-09-191-10/+5
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Allow really large fortran array bounds: TYPE_LENGTH to ULONGESTKeith Seitz2019-03-291-2/+2
* More block constificationTom Tromey2019-03-241-3/+3
* Use scoped_restore_current_language in two placesTom Tromey2019-03-231-6/+2
* C++-ify bcacheTom Tromey2019-03-071-11/+8
* Make minimal symbol range adapter a method on objfileTom Tromey2019-01-171-1/+1
* Add compunits range adapter to objfileTom Tromey2019-01-171-8/+8
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-9/+9
* gdb/23712: Use new multidictionary APIKeith Seitz2019-01-101-3/+3
* Introduce class psymtab_storageTom Tromey2019-01-101-5/+7
* Remove ALL_OBJFILE_FILETABSTom Tromey2019-01-091-23/+33
* Remove ALL_COMPUNIT_FILETABSTom Tromey2019-01-091-10/+2
* Remove ALL_OBJFILE_COMPUNITSTom Tromey2019-01-091-13/+6
* Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLSTom Tromey2019-01-091-2/+1
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-091-10/+8