Use a member function to set a symbol's language
[deliverable/binutils-gdb.git] / gdb / symtab.c
2019-12-16  Christian BiesingerUse a member function to set a symbol's language
2019-12-16  Christian BiesingerUse an accessor function for general_symbol_info::language
2019-12-04  Andrew Burgessgdb/mi: Add -max-results parameter to some -symbol...
2019-12-04  Andrew Burgessgdb: Split global symbol search into separate functions
2019-12-03  Philippe WaroquiersFix leak of symbol name in block_symbol_cache
2019-11-27  Christian BiesingerPrecompute hash value for symbol_set_names
2019-11-27  Andrew Burgessgdb: Split print_symbol_info into two parts
2019-11-27  Andrew Burgessgdb: Introduce global_symbol_searcher
2019-11-26  Tom TromeyDemangle minsyms in parallel
2019-11-26  Simon MarchiRemove unused rbreak_command_wrapper and other declarations
2019-11-22  Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-22  Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-11-22  Christian BiesingerCreate a correctly-sized demangled names hashtable
2019-11-12  Christian BiesingerMake struct symbol inherit from general_symbol_info
2019-10-31  Andrew Burgessgdb: Don't print a newline in language la_print_typedef...
2019-10-31  Andrew Burgessgdb: Add new commands to list module variables and...
2019-10-31  Andrew Burgessgdb/fortran: Add new 'info modules' command
2019-10-29  Christian BiesingerChange some arguments to gdb::string_view instead of...
2019-10-29  Christian BiesingerOnly make a nullterminated string if we need to
2019-10-25  Christian BiesingerRevert unintentional change in symtab.c
2019-10-25  Christian BiesingerDon't make an extra copy + allocation of the demangled...
2019-10-23  Tom de Vries[gdb/breakpoints] Fix fullname.exp when run from symlin...
2019-10-22  Christian BiesingerMake demangled_name_entry::language not a bitfield
2019-10-22  Christian BiesingerFix compile error & incorrect push
2019-10-22  Christian BiesingerAdd a fast_hash function in common-utils
2019-10-22  Christian BiesingerStore the mangled name as a string_view
2019-10-18  Tom de Vries[gdb] Fix more typos in comments
2019-10-02  Tom TromeyHandle copy relocations
2019-10-02  Andrew BurgessSearch global block from basic_lookup_symbol_nonlocal
2019-10-01  Pedro AlvesUse new %p format suffixes in gdb
2019-09-26  Christian BiesingerConvert symtab.h function signatures to use bool instea...
2019-09-21  Christian BiesingerReplace solib_global_lookup with gdbarch_iterate_over_o...
2019-09-19  Alan Modrabfd_section_* macros
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-09-11  Christian BiesingerChange the type of copy_names from int to bool
2019-09-10  Tom TromeySimplify psym_map_matching_symbols
2019-09-10  Tom TromeyChange iterate_over_symbols to return bool
2019-08-28  Andrew Burgessgdb/fortran: Don't include module symbols when searchin...
2019-08-27  Andrew Burgessgdb: Add new -n flag to some info commands
2019-08-26  Christian BiesingerFactor out the common code in lookup_{static,global...
2019-08-24  Christian BiesingerFix compile warning in symtab.c
2019-08-06  Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-08-06  Christian BiesingerReplace int with enum block_enum where appropriate.
2019-08-03  Philippe WaroquiersNew "info sources" args [-dirname | -basename] [--...
2019-07-25  Christian BiesingerAllow passing a block to lookup_global_symbol_from_objfile
2019-07-22  Andrew Burgessgdb: Improve output from "info types" commad
2019-07-22  Andrew Burgessgdb: Switch "info types" over to use the gdb::options...
2019-07-22  Christian BiesingerUse block_enum instead of int for better typesafety
2019-07-18  Tom TromeyConstify main_name
2019-07-11  Andrew Burgessgdb: Add command completers for some info commands
2019-07-11  Andrew Burgessgdb: Make use of gdb::option framework for some info...
2019-07-09  Tom TromeyRename common to gdbsupport
2019-07-09  Andrew Burgessgdb: Don't skip prologue for explicit line breakpoints...
2019-06-10  Tom de Vries[gdb/symtab] Fix symbol loading performance regression
2019-05-08  Tom TromeyConvert symbol_cache to type-safe registry API
2019-05-08  Tom TromeyConvert main_info to type-safe registry API
2019-05-04  Tom TromeyRemove "struct" from foreach statements
2019-04-10  Tom TromeyIntroduce a separate debug objfile iterator
2019-03-25  Tom TromeyRemove null_block_symbol
2019-03-25  Tom TromeyMore block constification
2019-03-15  Tom TromeyUse htab_up for demangled hash
2019-02-20  Tom TromeyFix typos in symtab_symbol_info
2019-02-12  Philippe WaroquiersMake symtab.c better styled.
2019-01-17  Tom TromeyMake minimal symbol range adapter a method on objfile
2019-01-17  Tom TromeyAdd compunits range adapter to objfile
2019-01-17  Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-17  Tom TromeyReplace "the the" with "the"
2019-01-12  Philippe WaroquiersFix 'obj' may be used uninitialized warning in symtab...
2019-01-10  Tom TromeyChange symbol_set_names to take an objfile_per_bfd_storage
2019-01-10  Tom TromeyChange create_demangled_names_hash to take an objfile_p...
2019-01-10  Tom TromeyRemove ALL_OBJFILES and ALL_FILETABS
2019-01-10  Tom TromeyRemove ALL_COMPUNIT_FILETABS
2019-01-10  Tom TromeyRemove ALL_COMPUNITS
2019-01-10  Tom TromeyRemove ALL_OBJFILE_COMPUNITS
2019-01-10  Tom TromeyRemove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLS
2019-01-10  Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-20  Philippe WaroquiersUse scoped_switch_to_sym_language_if_auto in symtab...
2018-11-20  Philippe WaroquiersFix regression 'info variables' does not show minimal...
2018-11-09  Tom de Vries[gdb/symtab] Fix language of duplicate static minimal...
2018-11-02  Philippe WaroquiersQUIET flag initialization missing in 2 places.
2018-10-27  Philippe WaroquiersAdd [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info...
2018-10-05  Tom TromeySimple -Wshadow=local fixes
2018-08-29  Keith SeitzUse block_symbol in linespec APIs
2018-08-23  Kevin BuettnerUse BLOCK_ENTRY_PC in place of most uses of BLOCK_START
2018-07-22  Tom TromeySimple unused variable removals
2018-06-29  Pedro Alves"break LINENO/*ADDRESS", inline functions and "info...
2018-06-07  Pedro Alvestarget_stack -> current_top_target() throughout
2018-06-01  Tom TromeyRemove type_name_no_tag and rename type_name_no_tag_or_...
2018-05-02  Pedro AlvesConvert struct target_ops to C++
2018-04-26  Pedro AlvesFor PPC64/ELFv1: Introduce mst_data_gnu_ifunc
2018-04-26  Pedro AlvesFactor out minsym_found/find_function_start_sal overload
2018-04-26  Pedro AlvesCalling ifunc functions when resolver has debug info...
2018-04-17  Andreas ArnezDon't print symbol declaration's line number in rbreak...
2018-04-13  Andreas ArnezShow line numbers in output for "info var/func/type"
2018-03-20  Stephen RobertsFix misleading indentation error.
2018-03-20  Stephen RobertsReplace the linear search in find_pc_sect_line with...
2018-03-19  Tom TromeyConvert observers to C++
2018-02-28  Sergio Durigan JuniorCreate new common/pathstuff.[ch]
2018-02-08  Tom TromeyReturn unique_xmalloc_ptr from macro scope functions
next
This page took 0.493819 seconds and 107 git commands to generate.