summaryrefslogtreecommitdiff
path: root/gdb/symtab.h
Commit message (Expand)AuthorAgeFilesLines
* gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macrosAndrew Burgess2021-02-101-5/+17
* gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTIONAndrew Burgess2021-02-101-8/+6
* Use std::vector for "registers_used" in compile featureTom Tromey2021-01-231-1/+1
* 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-16/+16
* Demangle function names when disassemblingAndrew Burgess2020-07-281-0/+8
* gdb: Convert language la_lookup_symbol_nonlocal field to a methodAndrew Burgess2020-06-171-10/+0
* gdb: Convert language la_collect_symbol_completion_matches field to a methodAndrew Burgess2020-06-171-7/+0
* Don't remove C++ aliases from completions if symbol doesn't matchPedro Alves2020-05-241-2/+3
* Remove lookup_objfile_from_blockTom Tromey2020-05-151-4/+0
* Remove allocate_symbol et alTom Tromey2020-05-151-8/+4
* Speed up psymbol reading by removing a copyTom Tromey2020-05-081-10/+7
* Remove symbol_get_demangled_nameTom Tromey2020-04-241-3/+0
* Convert symbol_set_demangled_name to a methodTom Tromey2020-04-241-4/+5
* Avoid copying in lookup_name_infoTom Tromey2020-04-011-13/+42
* [gdb] Print user/includes fields for maint commandsTom de Vries2020-03-251-0/+7
* gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess2020-03-101-0/+10
* Change section_offsets to a std::vectorTom Tromey2020-01-081-22/+3
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Make symbol_set_names a member functionChristian Biesinger2019-12-271-17/+13
* Use a member function to set a symbol's languageChristian Biesinger2019-12-161-8/+4
* Use an accessor function for general_symbol_info::languageChristian Biesinger2019-12-161-4/+5
* gdb/mi: Add -max-results parameter to some -symbol-info-* commandsAndrew Burgess2019-12-041-7/+26
* gdb: Split global symbol search into separate functionsAndrew Burgess2019-12-041-0/+23
* Precompute hash value for symbol_set_namesChristian Biesinger2019-11-271-1/+3
* Replace SYMBOL_SET_LINKAGE_NAME with a member functionChristian Biesinger2019-11-271-9/+8
* gdb: Split print_symbol_info into two partsAndrew Burgess2019-11-271-0/+8
* gdb: Introduce global_symbol_searcherAndrew Burgess2019-11-271-11/+65
* Demangle minsyms in parallelTom Tromey2019-11-261-0/+10
* Defer minimal symbol name-settingTom Tromey2019-11-261-0/+4
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-40/+2
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-32/+41
* Rename demangle.c to gdb-demangle.c, and some cleanupChristian Biesinger2019-11-211-1/+1
* Don't use class-initialization for the owner unionChristian Biesinger2019-11-181-1/+4
* Remove symbol-related static assertsTom Tromey2019-11-131-13/+0
* Make struct symbol inherit from general_symbol_infoChristian Biesinger2019-11-121-41/+51
* Fix ARI warning in symtab.hChristian Biesinger2019-11-051-2/+2
* Add static_asserts for the sizes of space-critical structsChristian Biesinger2019-11-041-0/+13
* gdb: Add new commands to list module variables and functionsAndrew Burgess2019-10-311-0/+16
* gdb/fortran: Add new 'info modules' commandAndrew Burgess2019-10-311-1/+4
* Change some arguments to gdb::string_view instead of name+lenChristian Biesinger2019-10-291-3/+4
* Only make a nullterminated string if we need toChristian Biesinger2019-10-291-1/+2
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Handle copy relocationsTom Tromey2019-10-021-3/+39
* Change SYMBOL_VALUE_ADDRESS to be an rvalueTom Tromey2019-10-021-1/+3
* Convert symtab.h function signatures to use bool instead of intChristian Biesinger2019-09-261-21/+21
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-2/+2
* Change the type of copy_names from int to boolChristian Biesinger2019-09-111-1/+1
* Simplify psym_map_matching_symbolsTom Tromey2019-09-101-0/+10
* Change iterate_over_symbols to return boolTom Tromey2019-09-101-1/+10