Move some defines to tui-stack.c
[external/binutils.git] / gdb / 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
2018-01-10 Pedro Alveslanguage_get_symbol_name_matcher -> get_symbol_name_matcher
2018-01-10 Pedro AlvesFix gdb.ada/complete.exp's "complete break ada" test...
2018-01-05 Pedro AlvesFix regresssion(internal-error) printing subprogram...
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-13 Pedro AlvesFix regression: expression completer and scope operator...
2017-12-13 Pedro AlvesFactor out final completion match string building
2017-12-05 Simon MarchiRemove some unused variables
2017-11-29 Pedro AlvesHandle custom completion match prefix / LCD
2017-11-29 Pedro AlvesFix setting-breakpoints regression on PPC64 (function...
2017-11-17 Tom TromeyMake template_symbol derive from symbol
2017-11-17 Tom TromeyHandle dereferencing Rust trait objects
2017-11-08 Pedro AlvesMake the linespec/location completer ignore data symbols
2017-11-08 Pedro AlvesSimplify completion_list_add_name | remove sym_text...
2017-11-08 Pedro Alveslookup_name_info::make_ignore_params
2017-11-08 Pedro AlvesIntroduce lookup_name_info and generalize Ada's FULL...
2017-11-08 Pedro AlvesPer-language symbol name hashing algorithm
2017-11-07 Tom TromeyConstify add_setshow_*
2017-11-07 Tom TromeyConstify add_info
2017-11-07 Tom TromeyConstify add_com
2017-11-04 Tom TromeyReplace start_rbreak_breakpoints and end_rbreak_breakpoints
2017-10-09 Tom TromeyChange search_symbols to return std::vector
2017-09-30 Tom TromeyRemove a cleanup from symtab.c
2017-09-27 Tom TromeyConstify some commands in symtab.c
2017-09-20 Pedro AlvesMake "list ambiguous" show symbol names too
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-04 Pedro AlvesKill init_sal
2017-08-22 Simon MarchiRename some command functions
2017-08-22 Tom TromeyChange gdb_realpath to return a unique_xmalloc_ptr
2017-08-21 Pedro AlvesHandle function aliases better (PR gdb/19487, errno...
2017-07-25 Yao QiCatch exceptions thrown from gdbarch_skip_prologue
2017-07-17 Pedro AlvesRewrite/enhance explicit locations completer, parse...
2017-07-17 Pedro AlvesIntroduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throu...
2017-07-17 Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-07-17 Pedro AlvesRename make_symbol_completion_list_fn -> symbol_completer
2017-07-17 Pedro AlvesFix TAB-completion + .gdb_index slowness (generalize...
2017-07-14 Tom TromeyMake gdb.lookup_typename work for Rust types
2017-07-14 Pedro AlvesFix gdb.base/completion.exp with --target_board=dwarf4...
2017-06-27 Pedro Alvescompletion_list_add_name wrapper functions
2017-06-07 Pedro AlvesIntroduce compiled_regex, eliminate make_regfree_cleanup
2017-05-04 Pedro AlvesRAII-fy make_cleanup_restore_current_thread & friends
2017-04-12 Tom TromeyChange find_pcs_for_symtab_line to return a std::vector
next