]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/symtab.c
Fix maybe-uninitialized warning in py-infthread.c
[thirdparty/binutils-gdb.git] / gdb / symtab.c
2022-02-06  Simon Marchigdb: remove SYMBOL_LINE macro
2022-02-06  Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06  Simon Marchigdb: remove SYMBOL_OBJFILE_OWNED macro
2022-02-06  Simon Marchigdb: remove SYMBOL_DOMAIN macro
2022-02-06  Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-02-06  Simon Marchigdb: remove SYMBOL_MATCHES_SEARCH_NAME
2022-02-06  Simon Marchigdb: remove SYMTAB_PSPACE macro
2022-02-06  Simon Marchigdb: remove SYMTAB_OBJFILE macro
2022-02-06  Simon Marchigdb: remove SYMTAB_LANGUAGE macro, add getter/setter
2022-02-06  Simon Marchigdb: remove SYMTAB_LINETABLE macro, add getter/setter
2022-02-06  Simon Marchigdb: remove SYMTAB_COMPUNIT macro, add getter/setter
2022-02-06  Simon Marchigdb: remove COMPUNIT_LOCATIONS_VALID macro, add getter...
2022-02-06  Simon Marchigdb: remove COMPUNIT_BLOCK_LINE_SECTION macro, add...
2022-02-06  Simon Marchigdb: remove COMPUNIT_BLOCKVECTOR macro, add getter...
2022-02-06  Simon Marchigdb: move compunit_filetabs to compunit_symtab::filetabs
2022-02-06  Simon Marchigdb: add compunit_symtab::set_primary_filetab method
2022-02-06  Simon Marchigdb: rename compunit_primary_filetab to compunit_symtab...
2022-02-06  Simon Marchigdb: add getter/setter for compunit_symtab::objfile
2022-01-26  Tom TromeyAlways call the wrap_here method
2022-01-26  Tom TromeyConvert wrap_here to use integer parameter
2022-01-18  Tom TromeyMove gdb_regex to gdbsupport
2022-01-18  Tom TromeyMove gdb obstack code to gdbsupport
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-12-08  Tom TromeyUse for-each more in gdb
2021-12-07  Tom TromeyAvoid extra work in global_symbol_searcher::expand_symtabs
2021-10-04  Tom TromeyUse unique_xmalloc_ptr<char> when demangling
2021-10-04  Simon Marchi[gdb/symtab] Use unrelocated addresses in call_site
2021-10-04  Simon Marchi[gdb/symtab] C++-ify call_site
2021-10-04  Tom de Vries[gdb/symtab] Add call_site_eq and call_site_hash
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
next