gprofng/testsuite: correct line continuation in endcases.c
[binutils-gdb.git] / gdb /
2022-12-18 Joel BrobeckerUpdate gdb/NEWS after GDB 13 branch creation.
2022-12-18 Joel BrobeckerBump version to 14.0.50.DATE-git.
2022-12-16 Pedro AlvesDelay checking whether /proc/pid/mem is writable (PR...
2022-12-16 Tom de Vries[gdb/testsuite] Fix race in gdb.threads/detach-step...
2022-12-16 Andrew Burgessgdb: fix crash when getting the value of a label symbol
2022-12-16 Simon Marchigdb: convert linux-osdata.c from buffer to std::string
2022-12-16 Andrew Burgessgdb: clean up some inefficient std::string usage
2022-12-16 Jan Vranygdb/testsuite: add test for Python commands redefining...
2022-12-16 Luis Machado[aarch64] Fix removal of non-address bits for PAuth
2022-12-16 Simon Marchigdbsupport: change xml_escape_text_append's parameter...
2022-12-16 Simon Marchigdb: remove static buffer in command_line_input
2022-12-15 Simon Marchigdb/testsuite: don't delete command files in gdb.base...
2022-12-15 Tom TromeyMove streq and compare_cstrings to gdbsupport
2022-12-15 Tom TromeyRemove subset_compare
2022-12-15 Andrew Burgessgdb: use gdb_assert not internal_error
2022-12-15 Andrew Burgessgdb: some int to bool conversion in remote-sim.c
2022-12-15 Andrew Burgessgdb: make more use of make_target_connection_string
2022-12-15 Andrew Burgessgdb: int to bool conversion in tracefile.c
2022-12-15 Tom de Vries[gdb/testsuite] Fix gdb.base/condbreak-multi-context...
2022-12-14 Andrew Burgessgdb/maint: add core file name to 'maint info program...
2022-12-14 Andrew Burgessgdb: ensure all targets are popped before an inferior...
2022-12-14 Andrew Burgessgdb: remove the pop_all_targets (and friends) global...
2022-12-14 Andrew Burgessgdb: remove decref_target
2022-12-14 Andrew Burgessgdb: have target_stack automate reference count handling
2022-12-14 Andrew Burgessgdb/remote: remove some manual reference count handling
2022-12-14 Andrew Burgessgdb: add SYMBOL_LOOKUP_SCOPED_DEBUG_ENTER_EXIT
2022-12-14 Andrew Burgessgdb: convert 'set debug symbol-lookup' to new debug...
2022-12-14 Andrew Burgessgdb/testsuite: new test for recent dwarf reader issue
2022-12-14 Andrew Burgessgdb/testsuite: fix readnow detection
2022-12-13 Tom TromeyFix control-c handling on Windows
2022-12-13 Tom TromeyRefactor code to check for terminal sharing
2022-12-13 Tom TromeyUse gdb::optional for sigint_ours
2022-12-13 Tom TromeyRename install_sigint_handler
2022-12-13 Tom de Vries[gdb/tdep] Fix s390_linux_nat_target::stopped_by_watchpoint
2022-12-13 Tom TromeyRemove two unnecessary casts
2022-12-13 Andrew Burgessgdb/testsuite: avoid creating temp file in gdb/testsuit...
2022-12-13 Tom de Vries[gdb/testsuite] Fix gdb.python/py-disasm.exp on s390x
2022-12-13 Tom TromeyFix crash in is_nocall_function
2022-12-13 Johnson SunReplace gdbpy_should_stop with gdbpy_breakpoint_cond_sa...
2022-12-12 Tom de Vries[gdb/testsuite] Fix PR20630 regression test in gdb...
2022-12-12 Tom TromeyAnother Rust operator precedence bug
2022-12-12 Tom de Vries[gdb/testsuite] Fix gdb.base/write_mem.exp for big...
2022-12-12 Jan Vranygdb: fix possible use-after-free when executing commands
2022-12-10 Tom de Vries[gdb/tdep] Fix larl handling in s390_displaced_step_fixup
2022-12-09 Luis Machado[aarch64] Add TPIDR2 register support for Linux
2022-12-09 Tom de Vries[gdb/testsuite] Fix gdb.guile/scm-symtab.exp for ppc64le
2022-12-08 Tom de Vries[gdb/testsuite] Require debug info for gdb.tui/tui...
2022-12-08 Enze Ligdb/testsuite: update a pattern in gdb_file_cmd
2022-12-08 Jan Vranygdb: skip objfiles with no BFD in DWARF unwinder
2022-12-07 Simon Marchigdb: add invalidate_selected_frame function
2022-12-07 Tom de Vries[gdb/testsuite] Add KFAILs in gdb.base/longjmp.exp
2022-12-07 Tom TromeyRemove unnecessary xstrdup from bppy_init
2022-12-06 Tom TromeyCosmetic fix in ppc-sysv-tdep.c
2022-12-06 Tom TromeyFix operator precedence bug in Rust parser
2022-12-06 Tom de Vries[gdb/testsuite] Fix test names in gdb.base/longjmp.exp
2022-12-06 Tom de Vries[gdb/testsuite] Make gdb.base/longjmp.exp FAIL more...
2022-12-06 Xiao Zenggdb/riscv: correct dwarf to gdb register number mapping
2022-12-05 Simon Marchigdb/linux-nat: add ptid parameter to linux_xfer_siginfo
2022-12-05 Simon Marchigdb/linux-nat: use l linux_nat_get_siginfo in linux_xfe...
2022-12-05 Simon Marchigdb/linux-nat: check ptrace return value in linux_nat_g...
2022-12-05 Simon Marchigdb/linux-nat: don't memset siginfo on failure in linux...
2022-12-05 Simon Marchigdb/linux-nat: bool-ify linux_nat_get_siginfo
2022-12-05 Simon Marchigdb/linux-nat: use get_ptrace_pid in two spots
2022-12-05 Simon Marchigdb/testsuite: remove perror calls when failing to run
2022-12-05 Luis MachadoAdd missing newline to gdbarch_tdep debugging output
2022-12-05 Thiago Jung Bauermanngdbarch.py: Fix indentation in the generated set_gdbarc...
2022-12-05 Thiago Jung Bauermanngdbarch.py: Fix indentation in the generated gdbarch_du...
2022-12-05 Thiago Jung Bauermanngdb: Update my email address in MAINTAINERS
2022-12-02 Simon Marchigdb/linux-nat: add pid parameter to linux_proc_xfer_mem...
2022-12-02 Simon Marchigdb: add some debug statements to solib-svr4.c
2022-12-02 Simon Marchigdb: merge solib-frv aix-solib debug options into ...
2022-12-02 Tom de Vries[gdb/testsuite] Prevent timeout in gdb.ada/float-bits.exp
2022-12-01 Carl LovePowerPC, fix gdb.reverse/finish-reverse-bkpt.exp and...
2022-12-01 Tom TromeyRemove call to registers_changed from windows-nat.c
2022-12-01 Tom TromeyRemove the_windows_nat_target global
2022-12-01 Simon Marchigdb: make frame_register static
2022-12-01 Tom TromeyAdd name canonicalization for C
2022-12-01 Tom TromeyRefactor cooked_index::do_finalize
2022-12-01 Tom TromeyRemove language check from dwarf2_compute_name
2022-12-01 Simon Marchigdb/dwarf: add some QUIT macros
2022-12-01 Simon Marchigdb: remove prune_threads in thread_db_target::update_t...
2022-12-01 Tom TromeyAvoid timeouts in gdb.compile
2022-12-01 Tom TromeyRemove obsolete check from skip_compile_feature_tests
2022-12-01 Tom TromeyRemove one copy of skip_compile_feature_tests
2022-12-01 Tom de Vries[gdb/testsuite] Wait longer for core generation
2022-12-01 Tom de Vries[gdb/testsuite] Fix gdb.ada/float-bits.exp for powerpc64le
2022-11-30 Tom de Vries[gdb/testsuite] Fix DUPLICATEs in s390-multiarch.exp
2022-11-30 Tom de Vries[gdb/testsuite] Enable gdb.arch/s390-disassembler-optio...
2022-11-30 Tom TromeyBounds check access to Ada task state names
2022-11-30 Tom TromeyUse ui_file_up in mi_interp
2022-11-30 Tom TromeyRename fields of cli_interp_base::saved_output_files
2022-11-30 Tom de Vries[gdb] Improve printing of float formats
2022-11-29 Tom de Vries[gdb/testsuite] Fix gdb.base/vla-optimized-out.exp...
2022-11-29 Simon Marchigdb/testsuite: make gdb_unload use gdb_test_multiple
2022-11-29 Simon Marchigdb/testsuite: make gdb_test_multiple return immediatel...
2022-11-28 Andrew Burgessgdb/testsuite: remove use of then keyword from library...
2022-11-28 Andrew Burgessgdb/testsuite: remove use of then keyword from gdb...
2022-11-28 Andrew Burgessgdb/testsuite: remove use of then keyword from gdb...
2022-11-28 Andrew Burgessgdb/testsuite: remove use of then keyword from gdb...
2022-11-28 Andrew Burgessgdb/testsuite: remove use of then keyword from gdb...
next