gdb/MAINTAINERS: add Luis Machado as global maintainer
[binutils-gdb.git] / gdb / Makefile.in
2023-10-29 Tom TromeyMove read_addrmap_from_aranges to new file
2023-10-04 Luis Machadosme: Enable SME registers and pseudo-registers
2023-10-04 Luis Machadorefactor: Rename SVE-specific files
2023-08-18 Tom TromeyMerge psympriv.h into psymtab.h
2023-08-17 Tom de Vries[gdb/build] Fix yysymbol_kind_t odr violation
2023-08-14 Tom de Vries[gdb/build] Fix YYSTYPE and yyalloc odr violation
2023-07-14 Tom TromeyRevert "Simplify auto_load_expand_dir_vars and remove...
2023-05-23 Tom TromeyImplement gdb.execute_mi
2023-05-12 Tom TromeyHandle Ada Pragma Import and Pragma Export
2023-05-05 Tom TromeySimplify auto_load_expand_dir_vars and remove substitut...
2023-05-01 Simon Marchigdb: move struct ui and related things to ui.{c,h}
2023-03-10 John BaldwinPR gdb/30214: Prefer local include paths to system...
2023-03-06 Tom TromeyRemove two more files in gdb "distclean"
2023-02-23 Simon Marchigdb: remove --disable-gdbmi configure option
2023-02-23 Simon Marchigdb: add AMDGPU header files to HFILES_NO_SRCDIR
2023-02-15 Simon Marchigdb/dwarf2: split .debug_names reading code to own...
2023-02-15 Simon Marchigdb/dwarf2: split .gdb_index reading code to own file
2023-02-12 Tom TromeyMove some code from dwarf2/read.c to die.c
2023-02-02 Simon Marchigdb: initial support for ROCm platform (AMDGPU) debugging
2023-01-20 Simon Marchigdb: make user-created frames reinflatable
2023-01-20 Simon Marchigdb: move frame_info_ptr to frame.{c,h}
2023-01-02 Tom TromeyInitial implementation of Debugger Adapter Protocol
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-21 Andrew PinskiUse toplevel configure for GMP and MPFR for gdb
2022-12-20 Hannes DomaniFix install-strip target
2022-11-10 Simon Marchigdb: move frame_info_ptr method implementations to...
2022-11-07 Tom TromeySilence libtool during link
2022-11-07 Jose E. Marchesigdb: link executables with libtool
2022-09-27 Fangrui Songbinutils, gdb: support zstd compressed debug sections
2022-07-28 Tom TromeyRewrite registry.h
2022-07-25 Pedro Alvesstruct packed: Unit tests and more operators
2022-07-19 Luis Machado[AArch64] MTE corefile support
2022-06-15 Andrew Burgessgdb/python: implement the print_insn extension language...
2022-05-30 Luis MachadoMove 64-bit BFD files from ALL_TARGET_OBS to ALL_64_TAR...
2022-04-29 Tom TromeyMove "catch load" to a new file
2022-04-21 Simon Marchigdbsupport: add path_join function
2022-04-14 Tom TromeyMove target_read_string to target/target.c
2022-04-12 Tom TromeyIntroduce the new DWARF index class
2022-04-12 Tom TromeyIntroduce DWARF abbrev cache
2022-04-12 Tom TromeyAdd name splitting
2022-04-06 Andrew Burgessgdb: move gdb_disassembly_flag into a new disasm-flags...
2022-04-03 Andrew Burgessgdb/Makefile.in: move ALLDEPFILES earlier in Makefile.in
2022-04-03 Reuben Thomasgdb/Makefile.in: fix 'make tags' build target
2022-04-03 Andrew Burgessgdb/Makefile.in: remove SOURCES variable
2022-03-17 Pedro Alvesgdb: Remove support for S+core
2022-03-14 Andrew Burgessgdb/python/mi: create MI commands using python
2022-03-01 Tom TromeySome "distclean" fixes in gdb
2022-02-25 Andrew Burgessgdb: add operator+= and operator+ overload for std...
2022-02-11 Tiezhu Yanggdb: LoongArch: Add Makefile, configure and NEWS
2022-02-01 Tom TromeyFix flex rule in gdb
2022-01-18 Tom TromeyMove "catch exec" to a new file
2022-01-18 Tom TromeyMove "catch fork" to a new file
2022-01-18 Tom TromeyMove gdb_regex to gdbsupport
2022-01-18 Tom TromeyMove gdb obstack code to gdbsupport
2022-01-05 Tom TromeyImplement putstr and putstrn in ui_file
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-17 Tom TromeyMove ordinary gdbarch code to arch-utils
2021-12-13 Andrew Burgessgdb: only include mips and riscv targets if building...
2021-11-30 Andrew Burgessgdb/python: introduce gdb.TargetConnection object type
2021-11-18 Simon Marchigdb: move AIX_TEXT_SEGMENT_BASE to rs6000-aix-tdep...
2021-11-18 Simon Marchigdb: rename rs6000-nat.c to rs6000-aix-nat.c
2021-11-16 Simon Marchigdb: add arc-newlib-tdep.c to ALL_TARGET_OBS
2021-10-28 Stafford Hornegdb: or1k: add native linux support
2021-10-22 Tom TromeyFix 'uninstall' target
2021-10-22 Andrew Burgessgdb/python: move gdb.Membuf support into a new file
2021-10-09 Tom de Vries[gdb/testsuite] Add check-readmore
2021-09-28 Andrew Burgessgdb: use libbacktrace to create a better backtrace...
2021-08-30 Tom TromeyAdd some parallel_for_each tests
2021-07-17 Sergey BelyashovAdd basic Z80 CPU support
2021-07-13 Pedro Alvesgdb: introduce intrusive_list, make thread_info use it
2021-07-08 Simon Marchigdb/Makefile.in: remove testsuite from SUBDIRS
2021-06-17 Pedro AlvesAdd a unit test for scoped_ignore_sigpipe
2021-06-17 Pedro AlvesMove scoped_ignore_sigttou to gdbsupport/
2021-06-14 Mike Frysingergnulib: define the path to gnulib's parent dir
2021-06-01 Tom TromeyRemove some gdb/data-directory special cases
2021-06-01 Tom TromeyAlways build 'all' in gdb/testsuite
2021-06-01 Andrew Burgessgdb/arm: add support for bare-metal core dumps
2021-05-27 Simon Marchigdb: add make-init-c script
2021-05-17 Tom TromeyRename dwarf2/comp-unit.h
2021-05-17 Tom TromeyMove some dwarf2_cu methods to new file
2021-05-17 Tom TromeyMove dwarf2_cu to new header file
2021-04-22 Tankut Baris Aktemurgdb/continuations: turn continuation functions into...
2021-04-16 Tom TromeyRewrite the Rust expression parser
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 CPU feature check support
2021-03-05 Andrew Burgessgdb/riscv: introduce bare metal core dump support
2021-03-05 Andrew Burgessgdb: unify parts of the Linux and FreeBSD core dumping...
2021-02-10 Alan Modragdb: Remove arm-symbianelf support
2021-01-28 Andrew Burgessgdb/tui: remove special handling of locator/status...
2021-01-23 Lancelot SIXImprove gdb_tilde_expand logic.
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-22 Anton Kolesovgdb: Add native support for ARC in GNU/Linux
2020-12-04 Simon Marchigdb: move displaced stepping types to displaced-steppin...
2020-11-19 Andrew Burgessgdb/fortran: Add support for Fortran array slices at...
2020-11-15 Joel Brobeckergmp-utils: New API to simply use of GMP's integer/ratio...
2020-11-15 Joel Brobeckergdb/configure: Add --with-libgmp-prefix option
2020-11-02 Tom TromeyAdd x86_64 ravenscar support
2020-10-30 Tom TromeyHave stamp-init depend on config.status
2020-10-13 Kamil RytarowskiNormalize names of the NetBSD files
next