gas: always add dummy symbols when creating XCOFF sections.
[binutils-gdb.git] / gdb /
2021-07-13 Simon Marchigdb: maintain ptid -> thread map, optimize find_thread_ptid
2021-07-13 Simon Marchigdb: optimize selection of resumed thread with pending...
2021-07-13 Simon Marchigdb: optimize check for resumed threads with pending...
2021-07-13 Simon Marchigdb: maintain per-process-target list of resumed thread...
2021-07-13 Simon Marchigdb: make thread_info::suspend private, add getters...
2021-07-13 Simon Marchigdb: add setter / getter for thread_info resumed state
2021-07-13 Simon Marchigdb: use intrusive list for step-over chain
2021-07-13 Pedro Alvesgdb: make inferior_list use intrusive_list
2021-07-13 Pedro Alvesgdb: introduce intrusive_list, make thread_info use it
2021-07-12 Tom de Vries[gdb/testsuite] Fix gdb.btrace/tsx.exp on system with...
2021-07-12 Tom de Vries[gdb/testsuite] Fix gdb.mi/mi-info-sources.exp for...
2021-07-12 Tankut Baris Aktemurtestsuite: fix whitespace problems in gdb.mi/mi-break.exp
2021-07-08 Lancelot SIXRemove unused parameter in maybe_software_singlestep
2021-07-08 Simon Marchigdb: don't set Linux-specific displaced stepping method...
2021-07-08 Simon Marchigdb/Makefile.in: remove testsuite from SUBDIRS
2021-07-08 Tom de Vries[gdb/testsuite] Fix gdb.guile/scm-breakpoint.exp with...
2021-07-06 Simon Marchigdb: introduce iterator_range, remove next_adapter
2021-07-06 Simon Marchigdb/testsuite: restore configure script
2021-07-06 Joel BrobeckerRename gdb/ChangeLog to gdb/ChangeLog-2021
2021-07-06 Pedro AlvesUpdate gdb performance testsuite to be compatible with...
2021-07-06 Pedro Alvesgdb.perf/: FAIL on Python errors, avoid "ERROR: interna...
2021-07-06 Tom de Vries[gdb/testsuite] Remove read1 timeout factor from gdb...
2021-07-06 Tom de Vries[gdb/symtab] Fix skipping of import of C++ CU
2021-07-05 Tom TromeySimplify debug_names index writing
2021-07-05 Tom TromeySimplify gdb_index writing
2021-07-05 Tom TromeyMinor cleanup to addrmap_index_data::previous_valid
2021-07-05 Tom TromeyFix oddity in write_gdbindex
2021-07-05 Tom TromeyFix warning in symtab.c
2021-07-05 Tom de Vries[gdb/testsuite] Fix fail in gdb.fortran/ptype-on-functi...
2021-07-05 Simon Marchigdbsupport/common.m4: check for sigtimedwait
2021-07-04 Simon Marchigdb: return early if no execution in darwin_solib_creat...
2021-07-03 Joel BrobeckerUpdate NEWS post GDB 11 branch creation.
2021-07-03 Joel BrobeckerBump version to 12.0.50.DATE-git.
2021-07-03 Tom TromeyUse 'bool' more idiomatically in dwarf_decode_lines
2021-07-02 Tom TromeyUse 'const' in ada-exp.y
2021-07-02 Pedro AlvesDocument TUI improvements in the manual & NEWS
2021-07-01 Pedro AlvesLinux: Access memory even if threads are running
2021-06-29 Simon Marchigdb: introduce FRAME_SCOPED_DEBUG_ENTER_EXIT
2021-06-29 Simon Marchigdb: add names to unwinders, add debug messages when...
2021-06-29 Simon Marchigdb: introduce frame_debug_printf
2021-06-29 Simon Marchigdb: make frame_debug a boolean
2021-06-29 Tankut Baris Aktemurgdb: remove duplicate declaration of 'find_thread_ptid'
2021-06-28 Simon Marchigdb: use gdb_bfd_count_sections in macho_symfile_offsets
2021-06-28 Simon Marchigdb: convert obj_section macros to methods
2021-06-28 Simon Marchigdb: add .flake8 file
2021-06-28 Luis MachadoSanitize the address before working with allocation...
2021-06-28 Luis MachadoFix FFR register size for core files.
2021-06-28 Luis MachadoFix tag_ctl register size in the core file.
2021-06-28 Simon Marchigdb: remove gdbarch_info_init
2021-06-28 Simon Marchigdb: remove gdbarch_info::tdep_info
2021-06-28 Andrew Burgessgdb/remote: Use true/false instead of 1/0
2021-06-28 Bhuvanendra Kumar Ngdb/fortran: Add type info of formal parameter for...
2021-06-26 Simon Marchigdb/guile: use return values of add_setshow functions...
2021-06-26 Simon Marchigdb: remove context parameter from add_setshow_enum_cmd
2021-06-26 Simon Marchigdb: add assert in cmd_list_element::set_context
2021-06-26 Simon Marchigdb: add context getter/setter to cmd_list_element
2021-06-25 Andrew Burgessgdb: change info sources to group results by objfile
2021-06-25 Andrew Burgessgdb/mi: add new --group-by-objfile flag for -file-list...
2021-06-25 Andrew Burgessgdb/mi: add regexp filtering to -file-list-exec-source...
2021-06-25 Andrew Burgessgdb: make struct output_source_filename_data more C...
2021-06-25 Andrew Burgessgdb: add new function quick_symbol_functions::has_unexp...
2021-06-25 Andrew Burgessgdb: fix invalid arg coercion when calling static membe...
2021-06-25 Andrew Burgessgdb: use gdb::optional instead of passing a pointer...
2021-06-25 Andrew Burgessgdb: replace NULL terminated array with array_view
2021-06-25 Andrew Burgessgdb: fix regression in evaluate_funcall for non C+...
2021-06-25 Tom TromeyChange how .debug_aranges padding is skipped
2021-06-25 Tom TromeyRemove dwarf2_cu::language
2021-06-25 Tom TromeyConsolidate CU language setting
2021-06-25 Andrew Burgessgdb/python: allow for catchpoint type breakpoints in...
2021-06-25 Andrew Burgessgdb/guile: allow for catchpoint type breakpoints in...
2021-06-25 Andrew Burgessgdb/guile: improve the errors when creating breakpoints
2021-06-25 Carl LoveAdd ISA 3.1 check to powerpc-plxv-norel.exp
2021-06-25 Tom TromeyUse gdb::function_view in addrmap_foreach
2021-06-25 Tom TromeyDecode Ada types in Python layer
2021-06-25 Tom TromeyAdd non-wrapping mode to ada_decode
2021-06-25 Luis MachadoUpdate the core file architecture if a target descripti...
2021-06-24 Tom de Vries[gdb/testsuite] Fix duplicate in gdb.base/info-macros.exp
2021-06-24 Tom de Vries[gdb/testsuite] Fix duplicate in gdb.base/argv0-symlink.exp
2021-06-23 Tom de Vries[gdb/testsuite] Rewrite gdb_test_lines
2021-06-22 Simon Marchigdb: fix python/lib/gdb/__init__.py formatting
2021-06-22 Simon Marchigdb: remove unnecessary parameter wait_ptid from do_tar...
2021-06-22 Simon Marchigdb/python: print name of unwinder that claimed frame...
2021-06-22 Andreas Schwabgdb: Support DW_LLE_start_end
2021-06-22 Tom de Vries[gdb/testsuite] Add gdb.dwarf2/imported-unit-c.exp
2021-06-22 Andrew Burgessgdb/remote: handle target dying just before a stepi
2021-06-21 Andrew Burgessgdb/riscv: add support for vector registers in target...
2021-06-21 Andrew Burgessgdb/python: add PendingFrame.level and Frame.level...
2021-06-21 Andrew Burgessgdb/python: move PyLong_From* calls into py-utils.c
2021-06-21 Andrew Burgessgdb/python: handle saving user registers in a frame...
2021-06-20 Mike Frysingergdb/gdbserver: switch to AC_CONFIG_MACRO_DIRS
2021-06-18 Carl LoveFix powerpc-power8.exp test with new mnemonics
2021-06-17 Pedro AlvesDon't call sigtimedwait for scoped_ignore_sigttou
2021-06-17 Pedro AlvesAdd a unit test for scoped_ignore_sigpipe
2021-06-17 Pedro AlvesIntroduce scoped_restore_signal
2021-06-17 Pedro AlvesMove scoped_ignore_sigttou to gdbsupport/
2021-06-17 Simon Marchigdb/testsuite: gdb.base/args.exp: add KFAIL for native...
2021-06-17 Simon Marchigdb/testsuite: gdb.base/args.exp: remove trailing paren...
2021-06-17 Simon Marchigdb/testsuite: gdb.base/args.exp: use $old_gdbflags...
2021-06-17 Simon Marchigdb/testsuite: gdb.base/args.exp: use save_vars
2021-06-17 Pedro AlvesMake the TUI command window support the mouse
next