Remove parameter from language_info
[binutils-gdb.git] / gdb / ChangeLog
2021-03-29 Tom TromeyRemove parameter from language_info
2021-03-29 Luis MachadoDon't pass empty options to GCC
2021-03-29 Rainer OrthRestore procfs.c compilation
2021-03-28 Tom TromeySimplify DWARF reader initialization
2021-03-27 Tom TromeyDon't declare elf_sym_fns_lazy_psyms
2021-03-27 Tom TromeyDon't clear 'qf' in elf_symfile_read
2021-03-26 Lancelot SIXgdb-add-index.sh: Remove use of non posix 'local'
2021-03-26 Tom TromeyUse function view in quick_symbol_functions::map_symbol...
2021-03-26 Tom TromeySimplify use of map_matching_symbols in ada-lang.c
2021-03-26 Tom TromeySimplify psymbol_functions::expand_symtabs_matching
2021-03-26 Tom TromeyAllow expand_symtabs_matching to examine imported psymtabs
2021-03-26 Simon Marchigdb: defer commit resume until all available events...
2021-03-26 Simon Marchigdb: generalize commit_resume, avoid commit-resuming...
2021-03-26 Pedro Alvestarget_is_non_stop_p and sync targets
2021-03-26 Tom TromeyAvoid some pointer chasing in DWARF reader
2021-03-25 Pedro AlvesFix bkpt-other-inferior.exp race
2021-03-25 Pedro AlvesFix problem exposed by gdb.server/stop-reply-no-thread...
2021-03-25 Changbin Dugdb/riscv: fix creating breakpoints at invalid addresses
2021-03-24 Simon Marchigdb: remove current_top_target function
2021-03-24 Simon Marchigdb: move all "current target" wrapper implementations...
2021-03-24 Tom TromeyRemove 'kind' parameter from dw2_map_matching_symbols
2021-03-24 Keith SeitzFix TYPE_DECLARED_CLASS thinko
2021-03-24 Simon Marchigdb: make gdbarch_data_registry static
2021-03-24 Luis MachadoAdd NEWS entry.
2021-03-24 Luis MachadoExtend "x" and "print" commands to support memory tagging
2021-03-24 Luis MachadoNew memory-tag commands
2021-03-24 Luis MachadoAArch64: Add MTE register set support for core files
2021-03-24 Luis MachadoAArch64: Report tag violation error information
2021-03-24 Luis MachadoAArch64: Add unit testing for logical tag set/get opera...
2021-03-24 Luis MachadoAArch64: Implement the memory tagging gdbarch hooks
2021-03-24 Luis MachadoRefactor parsing of /proc/<pid>/smaps
2021-03-24 Luis MachadoConvert char array to std::string in linux_find_memory_...
2021-03-24 Luis MachadoAArch64: Implement memory tagging target methods for...
2021-03-24 Luis MachadoAArch64: Add MTE ptrace requests
2021-03-24 Luis MachadoAArch64: Add MTE register set support for GDB and gdbserver
2021-03-24 Luis MachadoAArch64: Add target description/feature for MTE registers
2021-03-24 Luis MachadoAArch64: Add MTE CPU feature check support
2021-03-24 Luis MachadoUnit testing for GDB-side remote memory tagging handling
2021-03-24 Luis MachadoAdd GDB-side remote target support for memory tagging
2021-03-24 Luis MachadoNew gdbarch memory tagging hooks
2021-03-24 Luis MachadoNew target methods for memory tagging support
2021-03-23 Simon Marchigdb: remote target_longname
2021-03-23 Simon Marchigdb: remove target_is_pushed free function
2021-03-23 Simon Marchigdb: remove push_target free functions
2021-03-23 Simon Marchigdb: remove unpush_target free function
2021-03-22 Andrew Burgessgdb: handle invalid DWARF when compilation unit is...
2021-03-22 Andrew Burgessgdb/objc: make objc_demangle a member function of objc_...
2021-03-22 Martin LiskaAdd startswith function and use it instead of CONST_STRNEQ.
2021-03-20 Tom TromeyAllow multiple partial symbol readers per objfile
2021-03-20 Tom TromeySwitch objfile to hold a list of psymbol readers
2021-03-20 Tom TromeyRemove objfile::psymtabs
2021-03-20 Tom TromeyChange count_psyms to be a method on psymbol_functions
2021-03-20 Tom TromeyRemove last objfile partial_symtab references from...
2021-03-20 Tom TromeyAdd partial_symtabs parameter to psymtab construction...
2021-03-20 Tom TromeyIntroduce objfile::require_partial_symbols
2021-03-20 Tom TromeyRemove sym_fns::sym_read_psymbols
2021-03-20 Tom TromeyRearrange psymtab_storage construction
2021-03-20 Tom TromeyAttach partial symtab storage to psymbol_functions
2021-03-20 Tom TromeyReference psymtabs via per_bfd in DWARF reader
2021-03-20 Tom TromeyChange how DWARF index writer finds address map
2021-03-20 Tom TromeyMove psymtab statistics printing to psymtab.c
2021-03-20 Tom TromeyChange how DWARF indices use addrmap
2021-03-20 Tom TromeySet per_bfd->partial_symtabs earlier
2021-03-20 Tom TromeyDo not pass objfile to psymtab_discarder
2021-03-20 Tom TromeyChange how some psymbol readers access the psymtab...
2021-03-20 Tom TromeyMove psymbol_map out of objfile
2021-03-20 Tom TromeyConvert quick_symbol_functions to use methods
2021-03-20 Tom TromeyMove sym_fns::qf to objfile
2021-03-20 Tom TromeyMove quick_symbol_functions to a new header
2021-03-20 Tom TromeyIntroduce method wrappers for quick_symbol_functions
2021-03-20 Tom TromeyChange objfile::has_partial_symbols to return bool
2021-03-20 Tom TromeyChange objfile_has_partial_symbols to a method
2021-03-20 Tom TromeyIntroduce dwarf2/public.h
2021-03-20 Tom TromeyMove some DWARF code out of symfile.h
2021-03-19 Pedro AlvesFix any_thread_of_inferior
2021-03-18 Tom TromeyReimplement dwarf_unit_type_name
2021-03-18 Andrew Burgessgdb/doc: fix the example for get_set_string in Python...
2021-03-17 Simon Marchigdb: remove unneeded argument in check_multi_target_res...
2021-03-16 Christian BiesingerFix cygwin build error
2021-03-16 Andrew Burgessgdb/python: fix FrameDecorator regression on Python 2
2021-03-15 Tom TromeyFix GDB build with GCC 4.8.2
2021-03-15 Simon Marchigdb: remove spurious colon in create_debug_type_hash_ta...
2021-03-15 Simon Marchigdb: remove dw2_get_file_names_reader's info_ptr parameter
2021-03-15 Tom TromeyFix unary + in Ada
2021-03-15 Tom TromeyCall ada_ensure_varsize_limit in indirection
2021-03-15 Tom TromeyImplement Ada operator overloading
2021-03-15 Tom TromeyFix regression in Ada ptype
2021-03-15 Tom TromeyFix Ada assignment resolution
2021-03-15 Tom TromeyFix bug in Ada aggregate assignment
2021-03-15 Felix Willgerodtgdb/fortran: Fix quad floating-point type for Intel...
2021-03-15 Andrew Burgessgdb: use make_scoped_restore to restore gdbpy_current_o...
2021-03-14 Tom TromeyUse cu_header consistently in read_attribute_value
2021-03-14 Tom TromeyMinor tweak to use die_reader_specs::abfd
2021-03-14 Tom TromeySet dwarf2_per_cu_data::m_header_read_in
2021-03-13 Tom TromeyConstify abbrev_table::lookup_abbrev
2021-03-13 Tom TromeyRemove Irix 6 workaround from DWARF abbrev reader
2021-03-12 Christian BiesingerUse RAII to set the per-thread SIGSEGV handler
2021-03-10 Tom TromeyUse bool for "parse_completion"
2021-03-09 Tom TromeyFix function call regression in new evaluator
2021-03-09 Andrew Burgessgdb: fix field names of GDB's type main_type structure
next