summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make demangled_name_entry::language not a bitfieldChristian Biesinger2019-10-221-1/+1
* Fix compile error & incorrect pushChristian Biesinger2019-10-221-5/+18
* Add a fast_hash function in common-utilsChristian Biesinger2019-10-221-1/+2
* Store the mangled name as a string_viewChristian Biesinger2019-10-221-7/+8
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* Handle copy relocationsTom Tromey2019-10-021-0/+44
* Search global block from basic_lookup_symbol_nonlocalAndrew Burgess2019-10-021-28/+13
* Use new %p format suffixes in gdbPedro Alves2019-10-011-12/+12
* Convert symtab.h function signatures to use bool instead of intChristian Biesinger2019-09-261-37/+37
* Replace solib_global_lookup with gdbarch_iterate_over_objfiles_in_search_orderChristian Biesinger2019-09-201-5/+1
* bfd_section_* macrosAlan Modra2019-09-191-9/+6
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-7/+7
* Change the type of copy_names from int to boolChristian Biesinger2019-09-111-1/+1
* Simplify psym_map_matching_symbolsTom Tromey2019-09-101-0/+15
* Change iterate_over_symbols to return boolTom Tromey2019-09-101-9/+4
* gdb/fortran: Don't include module symbols when searching for typesAndrew Burgess2019-08-281-1/+2
* gdb: Add new -n flag to some info commandsAndrew Burgess2019-08-271-17/+103
* Factor out the common code in lookup_{static,global}_symbolChristian Biesinger2019-08-261-57/+45
* Fix compile warning in symtab.cChristian Biesinger2019-08-241-6/+5
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-2/+1
* Replace int with enum block_enum where appropriate.Christian Biesinger2019-08-061-6/+9
* New "info sources" args [-dirname | -basename] [--] [REGEXP]Philippe Waroquiers2019-08-031-8/+151
* Allow passing a block to lookup_global_symbol_from_objfileChristian Biesinger2019-07-241-2/+5