Convert generic probe interface to C++ (and perform some cleanups)
[deliverable/binutils-gdb.git] / gdb / symtab.h
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.
2014-11-18  Doug EvansSYMTAB_OBJFILE: New macro.
2014-11-15  Doug EvansPR symtab/17559
2014-11-15  Doug Evansexpand_symtab_containing_pc: Renamed from find_pc_sect_...
2014-11-07  Pedro AlvesRevert old nexti prologue check and eliminate in_prologue
2014-11-07  Doug Evanssymtab.h (lookup_global_symbol): Improve function comment.
2014-11-07  Doug EvansRename lookup_symbol_global to lookup_global_symbol.
2014-11-07  Doug Evanslookup_symbol_in_block: Renamed from lookup_symbol_aux_...
2014-11-07  Doug EvansRename lookup_symbol_static to lookup_symbol_in_static_...
2014-11-07  Doug EvansMove lookup_block_symbol to block.c, rename to block_lo...
2014-10-26  Doug EvansMove block_found decl to symtab.h.
2014-10-26  Doug EvansClean up some function comments in symtab.[ch].
2014-07-20  Yao QiRemove Chill from comments
2014-06-30  Tom Tromeyconstify search_symbols
2014-06-18  Tom Tromeymake common_block const
2014-06-18  Tom Tromeyconstify some blockvector APIs
2014-06-18  Tom Tromeyconstify struct block in some places
2014-06-07  Keith SeitzRevert patchset for c++/16253: it causes a large perfor...
2014-04-14  Keith SeitzRemove symbol_matches_domain. This fixes
2014-03-03  Tom Tromeychange probes to be program-space-independent
2014-02-26  Tom Tromeychange minsyms not to be relocated at read-time
2014-02-26  Tom Tromeystart change to progspace independence
2014-02-26  Tom Tromeymake MSYMBOL_VALUE_ADDRESS an rvalue
2014-02-26  Tom Tromeychange minsym representation
2014-01-15  Tom Tromeymove the "main" data into the per-BFD object
2014-01-15  Tom Tromeymake language_of_main static
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-19  Keven Boellfortran: enable ptype/whatis for modules.
2013-12-06  Tom Tromeymake symtab::dirname const
2013-12-06  Tom Tromeymake symtab::filename const
2013-11-08  Doug EvansChange "set debug symtab-create" to take a verbosity...
2013-09-25  Doug Evans * symtab.c (domain_name, search_domain_name): New...
2013-08-07  Tom Tromeyuse language of the main symbol
2013-08-05  Tom Tromeyremove msymbol_objfile
2013-08-01  Doug Evans * symtab.c (do_free_search_symbols_cleanup): Change...
2013-08-01  Doug Evans Further workarounds for binutils/15021.
2013-04-12  Tom Tromey * symtab.h (struct general_symbol_info) <value.bytes...
2013-04-08  Tom Tromey PR symtab/8424:
2013-04-08  Tom Tromey * ada-lang.c (ada_decode_symbol): Check and set 'ada_m...
2013-04-08  Tom Tromey * symtab.c (symbol_init_cplus_specific, symbol_set_dem...
2013-04-08  Tom Tromey * coffread.c (process_coff_symbol, coff_read_enum_type...
2013-03-20  Tom Tromey2013-03-20 Jan Kratochvil <jan.kratochvil@redhat...
2013-03-13  Pedro AlvesConstify strings in tracepoint.c, lookup_cmd and the...
next
This page took 0.905612 seconds and 107 git commands to generate.