aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-10gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess1-0/+10
2020-01-08Change section_offsets to a std::vectorTom Tromey1-22/+3
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-27Make symbol_set_names a member functionChristian Biesinger1-17/+13
2019-12-16Use a member function to set a symbol's languageChristian Biesinger1-8/+4
2019-12-16Use an accessor function for general_symbol_info::languageChristian Biesinger1-4/+5
2019-12-04gdb/mi: Add -max-results parameter to some -symbol-info-* commandsAndrew Burgess1-7/+26
2019-12-04gdb: Split global symbol search into separate functionsAndrew Burgess1-0/+23
2019-11-27Precompute hash value for symbol_set_namesChristian Biesinger1-1/+3
2019-11-27Replace SYMBOL_SET_LINKAGE_NAME with a member functionChristian Biesinger1-9/+8
2019-11-27gdb: Split print_symbol_info into two partsAndrew Burgess1-0/+8
2019-11-27gdb: Introduce global_symbol_searcherAndrew Burgess1-11/+65
2019-11-26Demangle minsyms in parallelTom Tromey1-0/+10
2019-11-26Defer minimal symbol name-settingTom Tromey1-0/+4
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-40/+2
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-32/+41
2019-11-21Rename demangle.c to gdb-demangle.c, and some cleanupChristian Biesinger1-1/+1
2019-11-18Don't use class-initialization for the owner unionChristian Biesinger1-1/+4
2019-11-13Remove symbol-related static assertsTom Tromey1-13/+0
2019-11-12Make struct symbol inherit from general_symbol_infoChristian Biesinger1-41/+51
2019-11-05Fix ARI warning in symtab.hChristian Biesinger1-2/+2
2019-11-04Add static_asserts for the sizes of space-critical structsChristian Biesinger1-0/+13
2019-10-31gdb: Add new commands to list module variables and functionsAndrew Burgess1-0/+16
2019-10-31gdb/fortran: Add new 'info modules' commandAndrew Burgess1-1/+4
2019-10-29Change some arguments to gdb::string_view instead of name+lenChristian Biesinger1-3/+4
2019-10-29Only make a nullterminated string if we need toChristian Biesinger1-1/+2
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-02Handle copy relocationsTom Tromey1-3/+39
2019-10-02Change SYMBOL_VALUE_ADDRESS to be an rvalueTom Tromey1-1/+3
2019-09-26Convert symtab.h function signatures to use bool instead of intChristian Biesinger1-21/+21
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-2/+2
2019-09-11Change the type of copy_names from int to boolChristian Biesinger1-1/+1
2019-09-10Simplify psym_map_matching_symbolsTom Tromey1-0/+10
2019-09-10Change iterate_over_symbols to return boolTom Tromey1-1/+10
2019-08-27gdb: Add new -n flag to some info commandsAndrew Burgess1-1/+2
2019-08-06Add file offsets to the source cacheTom Tromey1-10/+0
2019-07-24Allow passing a block to lookup_global_symbol_from_objfileChristian Biesinger1-1/+4
2019-07-18Constify main_nameTom Tromey1-5/+2
2019-07-09Rename common to gdbsupportTom Tromey1-5/+5
2019-03-24Remove null_block_symbolTom Tromey1-4/+0
2019-03-15Change minimal_symbol inheritanceTom Tromey1-31/+18
2019-02-12Make symtab.c better styled.Philippe Waroquiers1-0/+8
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-10Change symbol_set_names to take an objfile_per_bfd_storageTom Tromey1-3/+5
2019-01-09Remove ALL_COMPUNIT_FILETABSTom Tromey1-3/+10
2019-01-08gdb: Move declarations from symtab.h to source.hAndrew Burgess1-24/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-27Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|functions|locals|var...Philippe Waroquiers1-1/+6
2018-10-26Remove DEF_VECs from symtab.hTom Tromey1-6/+0
2018-09-06compile: Remove non-const reference parametersSimon Marchi1-1/+1