aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-06gdb: introduce iterator_range, remove next_adapterSimon Marchi1-6/+9
2021-06-25gdb: change info sources to group results by objfileAndrew Burgess1-5/+0
2021-06-25gdb/mi: add new --group-by-objfile flag for -file-list-exec-source-filesAndrew Burgess1-0/+1
2021-06-25gdb/mi: add regexp filtering to -file-list-exec-source-filesAndrew Burgess1-0/+63
2021-06-08Fix a couple -Wdeprecated-copy issuesPedro Alves1-0/+1
2021-02-10gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macrosAndrew Burgess1-5/+17
2021-02-10gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTIONAndrew Burgess1-8/+6
2021-01-23Use std::vector for "registers_used" in compile featureTom Tromey1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-16/+16
2020-07-28Demangle function names when disassemblingAndrew Burgess1-0/+8
2020-06-17gdb: Convert language la_lookup_symbol_nonlocal field to a methodAndrew Burgess1-10/+0
2020-06-17gdb: Convert language la_collect_symbol_completion_matches field to a methodAndrew Burgess1-7/+0
2020-05-24Don't remove C++ aliases from completions if symbol doesn't matchPedro Alves1-2/+3
2020-05-15Remove lookup_objfile_from_blockTom Tromey1-4/+0
2020-05-15Remove allocate_symbol et alTom Tromey1-8/+4
2020-05-08Speed up psymbol reading by removing a copyTom Tromey1-10/+7
2020-04-24Remove symbol_get_demangled_nameTom Tromey1-3/+0
2020-04-24Convert symbol_set_demangled_name to a methodTom Tromey1-4/+5
2020-04-01Avoid copying in lookup_name_infoTom Tromey1-13/+42
2020-03-25[gdb] Print user/includes fields for maint commandsTom de Vries1-0/+7
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