aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Remove unused rbreak_command_wrapper and other declarationsSimon Marchi1-8/+0
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-21/+19
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-38/+30
2019-11-22Create a correctly-sized demangled names hashtableChristian Biesinger1-2/+12
2019-11-12Make struct symbol inherit from general_symbol_infoChristian Biesinger1-19/+8
2019-10-31gdb: Don't print a newline in language la_print_typedef methodsAndrew Burgess1-4/+2
2019-10-31gdb: Add new commands to list module variables and functionsAndrew Burgess1-0/+348
2019-10-31gdb/fortran: Add new 'info modules' commandAndrew Burgess1-4/+33
2019-10-29Change some arguments to gdb::string_view instead of name+lenChristian Biesinger1-18/+19
2019-10-29Only make a nullterminated string if we need toChristian Biesinger1-18/+19
2019-10-25Revert unintentional change in symtab.cChristian Biesinger1-1/+1
2019-10-25Don't make an extra copy + allocation of the demangled nameChristian Biesinger1-25/+13
2019-10-23[gdb/breakpoints] Fix fullname.exp when run from symlink dirTom de Vries1-0/+3
2019-10-22Make demangled_name_entry::language not a bitfieldChristian Biesinger1-1/+1
2019-10-22Fix compile error & incorrect pushChristian Biesinger1-5/+18
2019-10-22Add a fast_hash function in common-utilsChristian Biesinger1-1/+2
2019-10-22Store the mangled name as a string_viewChristian Biesinger1-7/+8
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-10-02Handle copy relocationsTom Tromey1-0/+44
2019-10-02Search global block from basic_lookup_symbol_nonlocalAndrew Burgess1-28/+13
2019-10-01Use new %p format suffixes in gdbPedro Alves1-12/+12
2019-09-26Convert symtab.h function signatures to use bool instead of intChristian Biesinger1-37/+37
2019-09-20Replace solib_global_lookup with gdbarch_iterate_over_objfiles_in_search_orderChristian Biesinger1-5/+1
2019-09-19bfd_section_* macrosAlan Modra1-9/+6
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-7/+7
2019-09-11Change the type of copy_names from int to boolChristian Biesinger1-1/+1
2019-09-10Simplify psym_map_matching_symbolsTom Tromey1-0/+15
2019-09-10Change iterate_over_symbols to return boolTom Tromey1-9/+4
2019-08-28gdb/fortran: Don't include module symbols when searching for typesAndrew Burgess1-1/+2
2019-08-27gdb: Add new -n flag to some info commandsAndrew Burgess1-17/+103
2019-08-26Factor out the common code in lookup_{static,global}_symbolChristian Biesinger1-57/+45
2019-08-24Fix compile warning in symtab.cChristian Biesinger1-6/+5
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-2/+1
2019-08-06Replace int with enum block_enum where appropriate.Christian Biesinger1-6/+9
2019-08-03New "info sources" args [-dirname | -basename] [--] [REGEXP]Philippe Waroquiers1-8/+151
2019-07-24Allow passing a block to lookup_global_symbol_from_objfileChristian Biesinger1-2/+5
2019-07-22gdb: Improve output from "info types" commadAndrew Burgess1-13/+21
2019-07-22gdb: Switch "info types" over to use the gdb::options frameworkAndrew Burgess1-4/+59
2019-07-21Use block_enum instead of int for better typesafetyChristian Biesinger1-4/+8
2019-07-18Constify main_nameTom Tromey1-2/+4
2019-07-11gdb: Add command completers for some info commandsAndrew Burgess1-6/+13
2019-07-11gdb: Make use of gdb::option framework for some info commandsAndrew Burgess1-30/+14
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-07-09gdb: Don't skip prologue for explicit line breakpoints in assemblerAndrew Burgess1-8/+13
2019-06-10[gdb/symtab] Fix symbol loading performance regressionTom de Vries1-6/+9
2019-05-08Convert symbol_cache to type-safe registry APITom Tromey1-54/+21
2019-05-08Convert main_info to type-safe registry APITom Tromey1-29/+15
2019-05-03Remove "struct" from foreach statementsTom Tromey1-2/+2
2019-04-10Introduce a separate debug objfile iteratorTom Tromey1-9/+3
2019-03-24Remove null_block_symbolTom Tromey1-19/+16