x86: don't use operand size override with NOP in 16-bit code
[binutils-gdb.git] / gdb /
2023-10-22 Tom TromeyStyle history variable output
2023-10-21 Simon Marchigdb: fix owner passed to remove_target_sections in...
2023-10-20 Tom de Vries[gdb/cli] Allow source-highlight to autodetect language
2023-10-20 Tom TromeyDon't include cooked-index.h from dwarf2/read.h
2023-10-20 Tom de Vries[gdb/symtab] Fix more style issues in v9 .gdb_index...
2023-10-19 Tom TromeyFix race in DWARF reader
2023-10-19 Simon Marchigdb: fix no-expat build of solib-target.c
2023-10-19 Simon Marchigdb: rename struct so_list to shobj
2023-10-19 Simon Marchigdb: remove free_so function
2023-10-19 Simon Marchigdb: don't call so_list::clear in free_so
2023-10-19 Simon Marchigdb: link so_list using intrusive_list
2023-10-19 Simon Marchigdb: make so_list::{so_original_name,so_name} std:...
2023-10-19 Simon Marchigdb: make so_list::abfd a gdb_bfd_ref_ptr
2023-10-19 Simon Marchigdb: make so_list::sections not a pointer
2023-10-19 Simon Marchigdb: remove target_section_table typedef
2023-10-19 Simon Marchigdb: make clear_so a method of struct so_list
2023-10-19 Simon Marchigdb: make so_list::lm_info a unique_ptr
2023-10-19 Simon Marchigdb: remove lm_info_vector typedef
2023-10-19 Simon Marchigdb: make solib-rocm not use so_list internally
2023-10-19 Simon Marchigdb: make solib-svr4 not use so_list internally
2023-10-19 Simon Marchigdb: use gdb::checked_static_cast when casting lm_info
2023-10-19 Simon Marchigdb: remove target_so_ops::free_so
2023-10-19 Simon Marchigdb: rename lm_info_base to lm_info
2023-10-19 Simon Marchigdb: allocate so_list with new, deallocate with delete
2023-10-19 Simon Marchigdb: make get_cbfd_soname_build_id static
2023-10-19 Simon Marchigdb: replace some so_list parameters to use references
2023-10-19 Simon Marchigdb: make interps_notify work with references
2023-10-19 Simon Marchigdb: add program_space parameter to target_so_ops:...
2023-10-19 Simon Marchigdb: remove empty clear_solib functions
2023-10-18 Lancelot Sixgdb/testsuite/gdb.rocm: Fix incorrect use of continue...
2023-10-18 Lancelot Sixgdb/testsuite/gdb.rocm: Check value returned by hipDevi...
2023-10-18 Tom de Vries[gdb/testsuite] Fix gdb.base/jit-bfd-name.exp
2023-10-18 Tom de Vries[gdb/symtab] Fix two style issues in gdb/dwarf2/index...
2023-10-18 Tom de Vries[gdb/symtab] Fix style issues in v9 .gdb_index section...
2023-10-17 Markus Metzgergdb: include the end address in in-memory bfd filenames
2023-10-17 Tom de Vries[gdb/cli] Keep track of styling failures in source_cache
2023-10-17 Tom de Vries[gdb/cli] Factor out try_source_highlight
2023-10-17 Tom de Vries[gdb/cli] Skip string copy in source_cache::ensure
2023-10-17 John Baldwinnat/x86-cpuid.h: Remove non-x86 fallbacks
2023-10-16 Simon Marchigdb: remove unnecessary declarations in target.c
2023-10-16 Tom TromeyHave DAP handle non-Value results from 'children'
2023-10-16 Tom TromeyHandle gdb.LazyString in DAP
2023-10-16 Tom TromeyFix register-setting response from DAP
2023-10-16 Tom TromeyAdd DAP scope cache
2023-10-16 Tom de Vries[gdb/symtab] Work around PR gas/29517
2023-10-16 Luis MachadoOnly allow closure lookup by address if there are threa...
2023-10-16 Andrew Burgessgdb: replace architecture_changed with new_architecture...
2023-10-13 Luis Machado[aarch64] Use SVE_VQ_BYTES instead of __SVE_VQ_BYTES
2023-10-13 Tom TromeyMove -lsocket check to common.m4
2023-10-12 Tom TromeyFix test suite failure in file-then-restart.exp
2023-10-10 Hui Ligdb: LoongArch: Handle special struct in dummy call
2023-10-10 Simon Marchigdb: add assertion when marking the remote async flag
2023-10-10 Simon Marchigdb: add remote_state::{is_async_p,can_async_p}
2023-10-10 Simon Marchigdb: make remote_state's async token private
2023-10-10 Simon Marchigdb: remove trailing whitespaces in remote.c
2023-10-10 Simon Marchigdb: scope down registers_changed call in inferior...
2023-10-10 Simon Marchigdb: remove target_gdbarch
2023-10-10 Simon Marchigdb: move set_target_gdbarch to inferior::set_arch
2023-10-10 Simon Marchigdb: add inferior parameter to architecture_changed...
2023-10-10 Simon Marchigdb: add inferior::{arch, set_arch}
2023-10-10 Jan Vranygdb/python: implement support for sending custom MI...
2023-10-10 Jan Vranygdb/python: generalize serialize_mi_result()
2023-10-10 Matheus Branco Borella[gdb/symtab] Add name_of_main and language_of_main...
2023-10-09 Andrew Burgessgdb/testsuite: match complete lines in gdb.base/maint.exp
2023-10-08 Joel BrobeckerUpdate gdb/NEWS after GDB 14 branch creation.
2023-10-08 Joel BrobeckerBump version to 15.0.50.DATE-git.
2023-10-07 Tom de Vries[gdb/testsuite] Fix gdb.arch/i386-signal.exp on x86_64
2023-10-07 Ilya Leoshkevichgdb: support rseq auxvs
2023-10-06 Thiago Jung Bauermannprocess-dies-while-detaching.exp: Exit early if GDB...
2023-10-06 Andrew Burgessgdb/NEWS: reorder some entries in the NEWS file
2023-10-06 Andrew Burgessgdb/testsuite: cleanup in gdb.base/args.exp
2023-10-06 Andrew Burgessgdbserver: handle newlines in inferior arguments
2023-10-06 Andrew Burgessgdbserver: fix handling of trailing empty argument
2023-10-06 Andrew Burgessgdbserver: fix handling of single quote arguments
2023-10-06 Thiago Jung Bauermanngdb/configure.ac: Add option --with-additional-debug...
2023-10-05 Tom de Vries[gdb/go] Handle v3 go_0 mangled prefix
2023-10-05 Simon Marchigdb: use objfile->pspace in free_objfile observers
2023-10-05 Simon Marchigdb: remove unnecessary nullptr check in free_objfile...
2023-10-05 Simon Marchigdb: add all_objfiles_removed observer
2023-10-05 Simon Marchigdb: add program_space parameters to some auto-load...
2023-10-05 Simon Marchigdb: use objfile->pspace in auto-load.c
2023-10-05 Simon Marchigdb: add program_space parameter to emit_clear_objfiles...
2023-10-05 Simon Marchigdb: add program_space parameters to some functions...
2023-10-05 Simon Marchigdb: add program_space parameter to ada_clear_symbol_cache
2023-10-05 Andrew Burgessgdb: fix auxv cache clearing from new_objfile observer
2023-10-05 Andrew Burgessgdb: fix reread_symbols when an objfile has target...
2023-10-05 Andrew Burgessgdb: remove print_sys_errmsg
2023-10-05 Andrew Burgessgdb: remove use of a static buffer for building error...
2023-10-05 Andrew Burgessgdb: use archive name in warning when appropriate
2023-10-05 Andrew Burgessgdb: some additional filename styling
2023-10-04 Guinevere Larsengdb/testsuite: XFAIL some gdb.base/fileio.exp
2023-10-04 Luis Machadosme2: Document SME2 registers and features
2023-10-04 Luis Machadosme2: Extend SME tests to include SME2
2023-10-04 Luis Machadosme2: Core file support for ZT register set
2023-10-04 Luis Machadosme2: signal frame support
2023-10-04 Luis Machadosme2: Enable SME2 for AArch64 gdb on Linux
2023-10-04 Luis Machadosme: Document SME registers and features
2023-10-04 Luis Machadosme: Add SVE/SME testcases
2023-10-04 Luis Machadosme: Core file support for Linux
2023-10-04 Luis Machadocorefile/bug: Add hook to control the use of target...
next