PR27684, PowerPC missing mfsprg0 and others
[binutils-gdb.git] / gdb /
2021-04-07 Simon Marchigdb: make target_ops::follow_fork return void
2021-04-07 Weimin PanCTF: handle forward reference type
2021-04-07 Andrew Burgessgdb/fortran: handle dynamic types within arrays and...
2021-04-07 Andrew Burgessgdb: allow casting to rvalue reference in more cases
2021-04-07 Andrew Burgessgdb: move cheap pointer equality check earlier in types...
2021-04-07 Caroline Ticegdb: handle relative paths to DWO files
2021-04-07 Andrew Burgessgdb/testsuite: fix fission support in the Dwarf assembler
2021-04-07 Andrew Burgessgdb: Handle missing .debug_str section
2021-04-07 Andrew Burgessgdb/py: fix gdb.parameter('data-directory')
2021-04-06 Tom de Vries[gdb/breakpoints] Workaround missing line-table entry
2021-04-06 Tom de Vries[gdb/tui] Fix len_without_escapes in tui-disasm.c
2021-04-06 Tom de Vries[gdb/testsuite] Fix xfail handling in gdb.threads/gcore...
2021-04-05 Simon Marchigdb: fix internal error in avr_frame_unwind_cache
2021-04-02 Simon Marchigdb: remove objfile parameter from get_objfile_bfd_data
2021-04-02 Simon Marchigdb: pass objfile_per_bfd_storage instead of objfile...
2021-04-02 Simon Marchigdb: use std::string in partial_symtab::partial_symtab...
2021-04-02 Simon Marchigdb: add intern methods to objfile_per_bfd_storage
2021-04-02 Simon Marchigdb: remove TYPE_FLAG_ENUM
2021-04-02 Simon Marchigdb: add type::is_flag_enum / type::set_is_flag_enum
2021-04-02 Simon Marchigdb: remove TYPE_DECLARED_CLASS
2021-04-02 Simon Marchigdb: add type::is_declared_class / type::set_is_declare...
2021-04-01 Egeyar BagciogluFix obvious typo in gdb/testsuite/lib/pdtrace.in
2021-04-01 Boris StaleticUse importlib instead of imp module on python 3.4+
2021-04-01 Tom de Vries[gdb/testsuite] Fix unset of DEBUGINFOD_URLS in default...
2021-04-01 Martin LiskaUse startswith in gdb subfolder.
2021-04-01 Tom TromeyRemove two trivial functions from dwarf2/read.c
2021-03-31 Tom TromeyFix typo in dwarf2/stringify.h
2021-03-31 Tom TromeyAdd some error checking to DWARF assembler
2021-03-31 Tom de Vries[gdb/testsuite] Ignore DEBUGINFOD_URLS
2021-03-30 Simon Marchigdb/dwarf: disable per-BFD resource sharing for -readno...
2021-03-30 Tom de Vries[gdb/testsuite] Add missing .debug_abbrev terminator...
2021-03-29 Tom TromeyRemove parameter from language_info
2021-03-29 Luis MachadoDon't pass empty options to GCC
2021-03-29 Luis MachadoFix memory tagging section type
2021-03-29 Tankut Baris Aktemurtestsuite, mi: avoid a clang bug in 'user-selected...
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-27 Will Schmidtgdb/testsuite: make some test names unique in gdb.arch...
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 Andrew Burgessgdb/testsuite: more testing of pretty printer 'array...
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-26 Andrew Burgessgdb/testsuite: resolve remaining duplicate test names...
2021-03-26 Andrew Burgessgdb/testsuite: resolve duplicate test name in gdb.cp...
2021-03-26 Andrew Burgessgdb/testsuite: remove duplicate test from gdb.cp/maint.exp
2021-03-26 Andrew Burgessgdb/testsuite: remove duplicate test names from gdb...
2021-03-26 Andrew Burgessgdb/testsuite: remove duplicate test names for gdb...
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 Andrew Burgessgdb/testsuite: use -wrap with gdb_test_multiple in...
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 memory tagging testcases
2021-03-24 Luis MachadoAdd NEWS entry.
2021-03-24 Luis MachadoDocument new "x" and "print" memory tagging extensions
2021-03-24 Luis MachadoExtend "x" and "print" commands to support memory tagging
2021-03-24 Luis MachadoDocumentation for the new mtag commands
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 MachadoDocumentation for memory tagging remote packets
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-22 Andrew Burgessgdb/testsuite: use the correct .debug_str section name...
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...
next