sim: bfin: fix mach/xfail usage in tests
[binutils-gdb.git] / gdb /
2021-11-15 Pedro AlvesFix build with current GCC: EL_EXPLICIT(location) alway...
2021-11-14 Lancelot SIX[PR gdb/16238] Add completer for the show user command
2021-11-12 Carl LoveFix gdb.base/sigstep.exp test for ppc
2021-11-12 Tom de Vries[gdb/testsuite] Fix regexp in gdb.base/foll-vfork.exp
2021-11-11 Simon Marchigdb: fix "set scheduler-locking" thread exit hang
2021-11-11 Tom de Vries[gdb/testsuite] Add gdb.arch/ppc64-break-on-_exit.exp
2021-11-10 Tom TromeyHandle PIE in .debug_loclists
2021-11-10 Clément Chigotgdb: adjust x_file fields on COFF readers
2021-11-10 Tom de Vries[gdb/testsuite] Add gdb.opt/break-on-_exit.exp
2021-11-10 Kevin BuettnerTest case for Bug 28308
2021-11-10 Kevin BuettnerFix PR 28308 - dprintf breakpoints not working when...
2021-11-09 Pedro Alvesgdb::array_view slicing/container selftest - test std...
2021-11-09 Simon Marchigdb.debuginfod/fetch_src_and_symbols.exp: fix when...
2021-11-09 Tom TromeyCorrectly handle DW_LLE_start_end
2021-11-09 Tom TromeyFix build on rhES5
2021-11-08 Lancelot SIXImprove gdb::array_view ctor from contiguous containers
2021-11-08 Lancelot SIXAdd a const version of gdb_argv:as_array_view
2021-11-08 Simon Marchigdb: fix nulltr -> nullptr typo
2021-11-08 Simon Marchigdb: tweak scoped_disable_commit_resumed uses when...
2021-11-08 Simon Marchigdb: make dwarf2_find_containing_comp_unit take a dwarf...
2021-11-08 Simon Marchigdb: remove bpstat typedef, rename bpstats to bpstat
2021-11-05 Tom TromeyIntroduce make_unique_xstrndup
2021-11-05 Pedro AlvesAvoid /proc/pid/mem races (PR 28065)
2021-11-05 Andrew Burgessgdb/testsuite: use gdb_get_line_number
2021-11-04 Simon Marchigdb: introduce "set index-cache enabled", deprecate...
2021-11-04 Simon Marchigdb: pass/return setting setter/getter scalar values...
2021-11-04 Simon Marchigdb: remove command_class enum class_deprecated
2021-11-04 Simon Marchigdb: remove unnecessary cmd_list_element::aliases nullp...
2021-11-03 Simon Marchigdb: fix gnu-nat build
2021-11-03 Simon Marchigdb/testsuite: set ASAN_OPTIONS=detect_leaks=0 while...
2021-11-03 Luis Machado[AArch64] Make gdbserver register set selection dynamic
2021-11-02 Tom de Vries[gdb/tdep, rs6000] Don't skip system call in skip_prologue
2021-11-02 Tom de Vries[gdb/testsuite] Handle SIGILL in two gdb.arch powerpc...
2021-11-02 Andrew Burgessgdb/sim: update my email address
2021-11-02 Tom de Vries[gdb/testsuite] Fix stepi test-cases with unix/-m32...
2021-11-01 Bruno Larsen[gdb/doc]: Updated manpages to be consistent with help
2021-10-31 Tom TromeyFix latent bug in DWARF test case
2021-10-31 Tom TromeyFix unittest.exp failure due to 'set debuginfod' addition
2021-10-30 Simon Marchigdb: fix gdb.gdb/unittest.exp with C++17 compiler
2021-10-30 Aaron Mereygdb.texinfo: Expand documentation for debuginfod
2021-10-30 Aaron Mereygdb: add set/show commands for managing debuginfod
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_DWARF_BLOCK
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_STATIC_PHYSADDR
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_STATIC_PHYSNAME
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_ENUMVAL
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_BITPOS
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_LOC_KIND
2021-10-29 Simon Marchigdb: remove FIELD_DWARF_BLOCK macro
2021-10-29 Simon Marchigdb: remove FIELD_STATIC_PHYSADDR macro
2021-10-29 Simon Marchigdb: remove FIELD_STATIC_PHYSNAME macro
2021-10-29 Simon Marchigdb: remove FIELD_ENUMVAL macro
2021-10-29 Simon Marchigdb: remove FIELD_BITPOS macro
2021-10-29 Simon Marchigdb: remove FIELD_LOC_KIND macro
2021-10-29 Tom TromeyAdd gdb.Architecture.integer_type Python function
2021-10-29 Tom TromeyRemove ada_value_print_inner
2021-10-29 Tom TromeyDocument resolve_dynamic_type oddity
2021-10-29 Tom TromeyAvoid self-test failures on x86-linux
2021-10-29 Tom de Vries[gdb/build] Fix build with --disable-unit-tests
2021-10-29 Enze LiDocument "memory-tag-violations".
2021-10-28 Stafford Hornegdb: Add OpenRISC gdbserver and native config news
2021-10-28 Stafford Hornegdb: or1k: add single step for linux native debugging
2021-10-28 Stafford Hornegdb: or1k: add native linux support
2021-10-28 Stafford Hornegdb: or1k: add generated linux descriptor file
2021-10-28 Stafford Hornegdb: or1k: fixup linux regcache comment
2021-10-28 Stafford Hornegdb: or1k: implement gdb server
2021-10-28 Simon Marchigdb: use ptid_t::to_string in infrun debug messages
2021-10-28 Simon Marchigdb: add selftest name completion
2021-10-28 Simon Marchigdb: add "maint set/show selftest verbose" commands...
2021-10-28 Tom de Vries[gdb/testsuite] Update some test-cases to GPLv3
2021-10-28 Simon Marchigdb: add add_setshow_prefix_cmd
2021-10-28 Tom de Vries[gdb/testsuite] Require python in gdb.server/server...
2021-10-28 Tom de Vries[gdb/testsuite] Fix assembly comments in gdb.dwarf2...
2021-10-28 Tom de Vries[gdb/symtab] Handle DW_AT_string_length with location...
2021-10-28 Kavitha Natarajan[gdb/testsuite] Initialize anonymous union in gdb.cp...
2021-10-27 Tom TromeyFix watchpoints with multiple threads on Windows
2021-10-27 Tom de Vries[gdb/testsuite] Fix port detection in gdb.debuginfod...
2021-10-27 Simon Marchigdb: fix value.c build on 32-bits
2021-10-26 Tom de Vries[gdb/doc] Fix print inferior-events default
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-10-25 Tom de Vries[gdb/testsuite] Fix duplicate in gdb.mi/mi-var-cp.exp
2021-10-22 Tom TromeyFix 'uninstall' target
2021-10-22 Tom de Vries[gdb/testsuite] Fix gdb.threads/linux-dp.exp
2021-10-22 Tom de Vries[gdb/testsuite] Fix FAILs in gdb.mi/mi-breakpoint-chang...
2021-10-22 Andrew Burgessgdb/python: move gdb.Membuf support into a new file
2021-10-22 Andrew Burgessgdb/python: new gdb.architecture_names function
2021-10-22 Andrew Burgessgdb: make disassembler fprintf callback a static member...
2021-10-22 Simon Marchigdb: fix remote-sim.c build
2021-10-21 Simon Marchigdb, gdbserver: make target_waitstatus safe
2021-10-21 Andrew PinskiFix ARMv8.4 for hw watchpoint and breakpoint
2021-10-21 Andrew PinskiRefactor code slightly in nat/aarch64-linux-hw-point...
2021-10-21 Carl LoveFixes for gdb.mi/mi-break.exp
2021-10-21 Tom de Vries[gdb/tui] Fix breakpoint display functionality
2021-10-21 Carl LoveFix test step-and-next-inline.cc
2021-10-21 Tom TromeyFix latent Ada bug when accessing field offsets
2021-10-20 Tom TromeyUse std::string in print_one_catch_syscall
2021-10-20 Tom TromeyUse unique_xmalloc_ptr in breakpoint
2021-10-20 Tom TromeyUse unique_xmalloc_ptr in bp_location
2021-10-20 Tom TromeyUse unique_xmalloc_ptr in watchpoint
2021-10-20 Tom TromeyUse unique_xmalloc_ptr in exec_catchpoint
2021-10-20 Tom TromeyUse unique_xmalloc_ptr in solib_catchpoint
next