summaryrefslogtreecommitdiff
path: root/gdb/symtab.h
AgeCommit message (Expand)Author
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-07-28Demangle function names when disassemblingAndrew Burgess
2020-06-17gdb: Convert language la_lookup_symbol_nonlocal field to a methodAndrew Burgess
2020-06-17gdb: Convert language la_collect_symbol_completion_matches field to a methodAndrew Burgess
2020-05-24Don't remove C++ aliases from completions if symbol doesn't matchPedro Alves
2020-05-15Remove lookup_objfile_from_blockTom Tromey
2020-05-15Remove allocate_symbol et alTom Tromey
2020-05-08Speed up psymbol reading by removing a copyTom Tromey
2020-04-24Remove symbol_get_demangled_nameTom Tromey
2020-04-24Convert symbol_set_demangled_name to a methodTom Tromey
2020-04-01Avoid copying in lookup_name_infoTom Tromey
2020-03-25[gdb] Print user/includes fields for maint commandsTom de Vries
2020-03-10gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess
2020-01-08Change section_offsets to a std::vectorTom Tromey
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-12-27Make symbol_set_names a member functionChristian Biesinger
2019-12-16Use a member function to set a symbol's languageChristian Biesinger
2019-12-16Use an accessor function for general_symbol_info::languageChristian Biesinger
2019-12-04gdb/mi: Add -max-results parameter to some -symbol-info-* commandsAndrew Burgess
2019-12-04gdb: Split global symbol search into separate functionsAndrew Burgess
2019-11-27Precompute hash value for symbol_set_namesChristian Biesinger
2019-11-27Replace SYMBOL_SET_LINKAGE_NAME with a member functionChristian Biesinger
2019-11-27gdb: Split print_symbol_info into two partsAndrew Burgess
2019-11-27gdb: Introduce global_symbol_searcherAndrew Burgess
2019-11-26Demangle minsyms in parallelTom Tromey
2019-11-26Defer minimal symbol name-settingTom Tromey
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger
2019-11-21Rename demangle.c to gdb-demangle.c, and some cleanupChristian Biesinger
2019-11-18Don't use class-initialization for the owner unionChristian Biesinger
2019-11-13Remove symbol-related static assertsTom Tromey
2019-11-12Make struct symbol inherit from general_symbol_infoChristian Biesinger
2019-11-05Fix ARI warning in symtab.hChristian Biesinger
2019-11-04Add static_asserts for the sizes of space-critical structsChristian Biesinger
2019-10-31gdb: Add new commands to list module variables and functionsAndrew Burgess
2019-10-31gdb/fortran: Add new 'info modules' commandAndrew Burgess
2019-10-29Change some arguments to gdb::string_view instead of name+lenChristian Biesinger
2019-10-29Only make a nullterminated string if we need toChristian Biesinger
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries
2019-10-02Handle copy relocationsTom Tromey
2019-10-02Change SYMBOL_VALUE_ADDRESS to be an rvalueTom Tromey
2019-09-26Convert symtab.h function signatures to use bool instead of intChristian Biesinger
2019-09-18Change boolean options to bool instead of intChristian Biesinger
2019-09-11Change the type of copy_names from int to boolChristian Biesinger
2019-09-10Simplify psym_map_matching_symbolsTom Tromey
2019-09-10Change iterate_over_symbols to return boolTom Tromey
2019-08-27gdb: Add new -n flag to some info commandsAndrew Burgess
2019-08-06Add file offsets to the source cacheTom Tromey
2019-07-24Allow passing a block to lookup_global_symbol_from_objfileChristian Biesinger