Refactor struct trad_frame_saved_regs
[binutils-gdb.git] / gdb / symtab.c
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-23 Andrew Burgessgdb: move go_language class declaration into header...
2020-12-13 Andrew Burgessgdb: introduce new 'maint flush ' prefix command
2020-11-12 Tom TromeyFix Rust regression with -readnow
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-28 Tom de Vries[gdb/symtab] Fix language of frame without debug info
2020-10-27 Tom de Vries[gdb/testsuite] Fix section matching in find_pc_sect_co...
2020-10-27 Tom de Vries[gdb/symtab] Use early continue in find_pc_sect_compuni...
2020-10-06 Andrew Burgessgdb: handle unmapped overlays in find_pc_line
2020-09-16 Andrew Burgessgdb: Convert language_data::la_macro_expansion to a...
2020-09-16 Andrew Burgessgdb: Convert la_name and la_natural_name to methods
2020-09-16 Andrew Burgessgdb: Convert la_name_of_this to a method
2020-07-06 Tom de Vries[gdb/symtab] Fix line-table end-of-sequence sorting
2020-06-17 Andrew Burgessgdb: Convert language la_lookup_symbol_nonlocal field...
2020-06-17 Andrew Burgessgdb: Convert language la_collect_symbol_completion_matc...
2020-06-17 Andrew Burgessgdb: Convert language la_get_symbol_name_matcher field...
2020-06-14 Hannes DomaniHandle Windows drives in rbreak paths
2020-06-02 Andrew Burgessgdb: Convert language la_sniff_from_mangled_name field...
2020-06-02 Andrew Burgessgdb: Convert language la_search_name_hash field to...
2020-06-02 Andrew Burgessgdb: Convert language la_lookup_transparent_type field...
2020-05-24 Pedro AlvesDon't remove C++ aliases from completions if symbol...
2020-05-23 Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22 Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-16 Simon Marchigdb: remove TYPE_NAME macro
2020-05-15 Tom TromeyRemove lookup_objfile_from_block
2020-05-15 Tom TromeyRemove allocate_symbol et al
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-05-08 Tom TromeyRemove ALL_PSPACES
2020-05-08 Tom TromeySpeed up psymbol reading by removing a copy
2020-04-24 Tom TromeyRemove symbol_get_demangled_name
2020-04-24 Tom TromeyFix two latent Rust bugs
2020-04-24 Tom TromeyConvert symbol_set_demangled_name to a method
2020-04-23 Tom de Vries[gdb/symtab] Prefer def over decl (inter-CU case, with...
2020-04-23 Tom de Vries[gdb/symtab] Prefer def over decl (inter-CU case)
2020-04-18 Tom TromeyChange get_objfile_arch to a method on objfile
2020-04-17 Tom TromeyReplace most calls to help_list and cmd_show_list
2020-04-14 Tom de Vries[gdb] Expand symbolless symtabs using maint expand...
2020-04-10 Tom TromeySkip separate debug files when handling copy relocations
2020-04-02 Tom de Vries[gdb] Use partial symbol table to find language for...
2020-04-01 Tom TromeyAvoid copying in lookup_name_info
2020-03-19 Andrew Burgessgdb: Remove C++ symbol aliases from completion list
2020-03-12 Kevin BuettnerAvoid infinite recursion in find_pc_sect_line
2020-03-10 Andrew Burgessgdb: Add support for tracking the DWARF line table...
2020-02-20 Tom TromeyTwo compute_and_set_names simplifications
2020-02-06 Ali TamurDisambiguate info_print_options
2020-01-24 Andrew Burgessgdb: Don't reorder line table entries too much when...
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-09 Christian BiesingerFix memory leak of the demangled symbol name
2020-01-08 Tom TromeyChange section_offsets to a std::vector
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-27 Christian BiesingerMake symbol_set_names a member function
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
next