]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/symtab.c
gdb: make string-like set show commands use std::string variable
[thirdparty/binutils-gdb.git] / gdb / symtab.c
2021-10-03  Simon Marchigdb: make string-like set show commands use std::string...
2021-10-02  Simon Marchi[gdb/symtab] Remove COMPUNIT_CALL_SITE_HTAB
2021-10-01  Simon Marchigdb: remove TYPE_FIELD_NAME and FIELD_NAME macros
2021-09-23  Tom TromeyChange pointer_type to a method of struct type
2021-07-05  Tom TromeyFix warning in symtab.c
2021-06-28  Simon Marchigdb: convert obj_section macros to methods
2021-06-25  Andrew Burgessgdb: change info sources to group results by objfile
2021-06-25  Andrew Burgessgdb/mi: add new --group-by-objfile flag for -file-list...
2021-06-25  Andrew Burgessgdb/mi: add regexp filtering to -file-list-exec-source...
2021-06-25  Andrew Burgessgdb: make struct output_source_filename_data more C...
2021-05-27  Simon Marchigdb: fix tab after space indentation issues
2021-05-27  Simon Marchigdb: fix some indentation issues
2021-05-27  Simon Marchigdb: remove add_alias_cmd overload that accepts a string
2021-05-12  Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-04-24  Simon Marchigdbsupport, gdb: give names to observers
2021-04-17  Tom TromeyAdd 'domain' parameter to expand_symtabs_matching
2021-04-17  Tom TromeyAdd search_flags to expand_symtabs_matching
2021-04-17  Tom TromeyLet expand_symtabs_matching short-circuit
2021-03-26  Tom TromeyUse function view in quick_symbol_functions::map_symbol...
2021-03-24  Simon Marchigdb: remove current_top_target function
2021-03-20  Tom TromeyIntroduce method wrappers for quick_symbol_functions
2021-02-10  Andrew Burgessgdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macros
2021-02-10  Andrew Burgessgdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTION
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
next