summaryrefslogtreecommitdiff
path: root/gdb/symtab.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-1/+1
* Remove lookup_objfile_from_blockTom Tromey2020-05-151-31/+15
* Remove allocate_symbol et alTom Tromey2020-05-151-36/+0
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-9/+9
* Remove ALL_PSPACESTom Tromey2020-05-081-12/+4
* Speed up psymbol reading by removing a copyTom Tromey2020-05-081-6/+6
* Remove symbol_get_demangled_nameTom Tromey2020-04-241-18/+3
* Fix two latent Rust bugsTom Tromey2020-04-241-0/+2
* Convert symbol_set_demangled_name to a methodTom Tromey2020-04-241-15/+12
* [gdb/symtab] Prefer def over decl (inter-CU case, with context)Tom de Vries2020-04-231-5/+11
* [gdb/symtab] Prefer def over decl (inter-CU case)Tom de Vries2020-04-231-7/+27
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-6/+6
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-12/+3
* [gdb] Expand symbolless symtabs using maint expand-symtabsTom de Vries2020-04-141-1/+1
* Skip separate debug files when handling copy relocationsTom Tromey2020-04-101-1/+5
* [gdb] Use partial symbol table to find language for mainTom de Vries2020-04-021-0/+37
* Avoid copying in lookup_name_infoTom Tromey2020-04-011-4/+4
* gdb: Remove C++ symbol aliases from completion listAndrew Burgess2020-03-191-0/+21
* Avoid infinite recursion in find_pc_sect_lineKevin Buettner2020-03-111-1/+11
* gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess2020-03-101-1/+24
* Two compute_and_set_names simplificationsTom Tromey2020-02-191-13/+5
* Disambiguate info_print_optionsAli Tamur2020-02-051-22/+24
* gdb: Don't reorder line table entries too much when sorting.Andrew Burgess2020-01-241-1/+6
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Fix memory leak of the demangled symbol nameChristian Biesinger2020-01-091-9/+13
* Change section_offsets to a std::vectorTom Tromey2020-01-081-8/+6
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Make symbol_set_names a member functionChristian Biesinger2019-12-271-22/+22
* Use a member function to set a symbol's languageChristian Biesinger2019-12-161-9/+7
* Use an accessor function for general_symbol_info::languageChristian Biesinger2019-12-161-31/+29
* gdb/mi: Add -max-results parameter to some -symbol-info-* commandsAndrew Burgess2019-12-041-22/+31
* gdb: Split global symbol search into separate functionsAndrew Burgess2019-12-041-195/+231
* Fix leak of symbol name in block_symbol_cachePhilippe Waroquiers2019-12-031-14/+27
* Precompute hash value for symbol_set_namesChristian Biesinger2019-11-271-3/+6
* gdb: Split print_symbol_info into two partsAndrew Burgess2019-11-271-34/+56
* gdb: Introduce global_symbol_searcherAndrew Burgess2019-11-271-92/+69
* Demangle minsyms in parallelTom Tromey2019-11-261-9/+12
* Remove unused rbreak_command_wrapper and other declarationsSimon Marchi2019-11-261-8/+0
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-21/+19
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-38/+30
* Create a correctly-sized demangled names hashtableChristian Biesinger2019-11-221-2/+12
* Make struct symbol inherit from general_symbol_infoChristian Biesinger2019-11-121-19/+8
* gdb: Don't print a newline in language la_print_typedef methodsAndrew Burgess2019-10-311-4/+2
* gdb: Add new commands to list module variables and functionsAndrew Burgess2019-10-311-0/+348
* gdb/fortran: Add new 'info modules' commandAndrew Burgess2019-10-311-4/+33
* Change some arguments to gdb::string_view instead of name+lenChristian Biesinger2019-10-291-18/+19
* Only make a nullterminated string if we need toChristian Biesinger2019-10-291-18/+19
* Revert unintentional change in symtab.cChristian Biesinger2019-10-251-1/+1
* Don't make an extra copy + allocation of the demangled nameChristian Biesinger2019-10-251-25/+13
* [gdb/breakpoints] Fix fullname.exp when run from symlink dirTom de Vries2019-10-231-0/+3