gdb/fortran: Add new 'info modules' command
[deliverable/binutils-gdb.git] / gdb / symtab.h
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-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-02  Tom TromeyHandle copy relocations
2019-10-02  Tom TromeyChange SYMBOL_VALUE_ADDRESS to be an rvalue
2019-09-26  Christian BiesingerConvert symtab.h function signatures to use bool instea...
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-27  Andrew Burgessgdb: Add new -n flag to some info commands
2019-08-06  Tom TromeyAdd file offsets to the source cache
2019-07-25  Christian BiesingerAllow passing a block to lookup_global_symbol_from_objfile
2019-07-18  Tom TromeyConstify main_name
2019-07-09  Tom TromeyRename common to gdbsupport
2019-03-25  Tom TromeyRemove null_block_symbol
2019-03-15  Tom TromeyChange minimal_symbol inheritance
2019-02-12  Philippe WaroquiersMake symtab.c better styled.
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-10  Tom TromeyChange symbol_set_names to take an objfile_per_bfd_storage
2019-01-10  Tom TromeyRemove ALL_COMPUNIT_FILETABS
2019-01-08  Andrew Burgessgdb: Move declarations from symtab.h to source.h
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-27  Philippe WaroquiersAdd [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info...
2018-10-26  Tom TromeyRemove DEF_VECs from symtab.h
2018-09-06  Simon Marchicompile: Remove non-const reference parameters
2018-08-29  Keith SeitzAdd new search_symbols_multiple API
2018-08-29  Keith SeitzUse block_symbol in linespec APIs
2018-08-23  Kevin BuettnerIntroduce find_function_entry_range_from_pc and use...
2018-08-23  Kevin BuettnerAdd support for non-contiguous blocks to find_pc_partia...
2018-06-29  Pedro Alves"break LINENO/*ADDRESS", inline functions and "info...
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 AlvesEliminate find_pc_partial_function_gnu_ifunc
2018-04-26  Pedro AlvesFix setting breakpoints on ifunc functions after they...
2018-04-26  Pedro AlvesCalling ifunc functions when resolver has debug info...
2018-04-26  Pedro AlvesCalling ifunc functions when target has no debug info...
2018-01-10  Pedro AlvesAda: make verbatim matcher override other language...
2018-01-05  Pedro AlvesFix regresssion(internal-error) printing subprogram...
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-29  Pedro AlvesHandle custom completion match prefix / LCD
2017-11-23  Sergio Durigan JuniorConvert generic probe interface to C++ (and perform...
2017-11-17  Tom TromeyUse an enum to represent subclasses of symbol
2017-11-17  Tom TromeyMake template_symbol derive from symbol
2017-11-17  Tom TromeyHandle dereferencing Rust trait objects
2017-11-15  John BaldwinInclude <array> to declare std::array<>.
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-10-09  Tom TromeyChange search_symbols to return std::vector
2017-09-20  Pedro AlvesMake "list ambiguous" show symbol names too
2017-09-04  Pedro AlvesKill init_sal
2017-09-04  Pedro Alvesstruct symtabs_and_lines -> std::vector<symtab_and_line>
2017-08-21  Pedro AlvesHandle function aliases better (PR gdb/19487, errno...
2017-07-17  Pedro AlvesRewrite/enhance explicit locations completer, parse...
2017-07-17  Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-07-17  Pedro AlvesRename make_symbol_completion_list_fn -> symbol_completer
2017-07-14  Simon Marchiax-gdb: Remove unnecessary gdbarch parameters
2017-04-12  Tom TromeyChange find_pcs_for_symtab_line to return a std::vector
2017-02-23  Pedro AlvesUse gdb::function_view in iterate_over_symtabs & co
2017-02-02  Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-08  Pedro AlvesUse ui_file_as_string throughout more
2016-10-06  Tom TromeyRemove Java support
2016-07-26  Tom TromeyPR python/20190 - compute TLS symbol without a frame
2016-02-23  Doug EvansExtend "skip" command to support -file, -gfile, -functi...
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-18  Antoine TremblaySupport software single step on ARM in GDBServer
2015-11-17  Pedro AlvesIntroduce null_block_symbol
2015-11-17  Pedro AlvesType-safe wrapper for enum flags
2015-10-27  Doug Evanssymtab.h (struct general_symbol_info> <ada_mangled...
2015-09-19  Doug Evanssymtab.h (general_symbol_info) <mangled_lang>: delete...
2015-09-15  Philippe WaroquiersFix PR/18564 - regression in showing __thread so extern...
2015-08-30  Doug Evanssymtab.h (struct symbol): Tweak comment.
2015-08-25  Pierre-Marie de... DWARF: handle non-local references in nested functions
2015-08-15  Doug EvansAdd end_psymtab_common, have all debug info readers...
2015-08-15  Doug EvansUse macros for some enum bit field sizes.
2015-08-07  Andrew Burgessgdb: Move get_frame_language from stack.c to frame.c.
2015-08-01  Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-02-28  Doug Evanssymtab.h (struct symtab) <next>: Fix comment.
2015-02-06  Doug EvansMove clear_symtab_users, deduce_language_from_filename...
2015-01-02  Doug Evanssymtab.h (struct symbol): Fix typo in comment.
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23  Doug EvansLook up primitive types as symbols.
2014-12-23  Doug Evanssymtab.h (SYMBOL_DOMAIN_BITS): New macro.
2014-12-23  Doug Evansinitialize_objfile_symbol: Renamed from initialize_symbol.
2014-12-23  Doug EvansAdd langdef arg to la_lookup_symbol_nonlocal.
2014-12-23  Doug EvansReplace some symbol accessor macros with functions.
2014-12-17  Doug EvansNew parameter "debug symbol-lookup".
2014-12-17  Doug Evanssymtab.h (struct symbol_search) <symtab>: Delete, unnec...
2014-12-12  Tom Tromeythe "compile" command
2014-12-05  Jan KratochvilRemove const from many struct objfile *
2014-12-03  Doug EvansRemove cplus_specific from general_symbol_info.
2014-11-20  Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-11-18  Doug Evanssymtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR...
2014-11-18  Doug Evanssymtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE...
2014-11-18  Doug EvansSYMTAB_DIRNAME: New macro.
next
This page took 0.888764 seconds and 107 git commands to generate.