Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / Makefile.in
2021-07-17  Sergey BelyashovAdd basic Z80 CPU support
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
2020-10-09  Andrew Burgessgnulib: Ensure all libraries are used when building...
2020-10-07  Tom TromeyAdd simple_search_memory unit tests
2020-10-07  Simon Marchigdb: put user-supplied CFLAGS at the end
2020-10-05  Simon Marchigdb: sync tui header files in HFILES_NO_SRCDIR
2020-09-14  Pedro AlvesRewrite enum_flags, add unit tests, fix problems
2020-08-25  Anton Kolesovarc: Add GNU/Linux support for ARC
2020-08-18  Aaron Mereygdb/Makefile.in: Add DEBUGINFOD_CFLAGS, DEBUGINFOD_LIBS...
2020-08-04  Jose E. Marchesigdb: support for eBPF
2020-07-30  Rainer OrthUnify Solaris procfs and largefile handling
2020-07-24  Aaron Mereyconfig/debuginfod.m4: Use PKG_CHECK_MODULES
2020-07-06  Andrew Burgessgdb/python: Add gdb.Architecture.registers method
2020-06-26  Nick AlcockFix --enable-libctf and --disable-static
2020-05-15  Philippe WaroquiersAdd a selftest that detects a 'corrupted' command tree...
2020-04-13  Tom TromeyMove event-loop.[ch] to gdbsupport/
2020-04-13  Tom TromeyIntroduce async-event.[ch]
2020-03-26  Tom TromeyMove DWARF-constant stringifying code to new file
2020-03-26  Tom TromeyMove code to new file dwarf2/macro.c
2020-03-26  Tom TromeyAdd dwz.c and dwz_file::read_string
2020-03-16  Anton Kolesovarc: Migrate to new target features
2020-03-16  Simon Marchigdb: rename i386-cygwin-tdep.c to i386-windows-tdep.c
2020-03-12  Simon MarchiDon't include selftests objects in build when unit...
2020-03-12  Christian BiesingerRemove use of deprecated core functions (in NetBSD...
2020-02-26  Aaron MereyAdd debuginfod support to GDB
2020-02-22  Tom TromeyAllow TUI windows in Python
2020-02-08  Tom TromeyCreate dwarf2/comp-unit.[ch]
2020-02-08  Tom TromeyMove DWARF line_header to new file
2020-02-08  Tom TromeyMove DWARF code to dwarf2/ subdirectory
2020-02-08  Tom TromeyCreate dwarf2/attribute.[ch]
2020-02-08  Tom TromeyCreate dwarf2/abbrev.[ch]
2020-02-08  Tom TromeyCreate dwarf2/section.[ch]
2020-02-08  Tom TromeyCreate dwarf2/leb.[ch]
2020-02-07  Tom TromeyMove gdbserver to top level
2020-01-14  Tom TromeyDon't link gdb twice against libiberty
2020-01-14  Tom TromeyMove gdbsupport to the top level
2020-01-10  Pedro AlvesAdd "info connections" command, "info inferiors" connec...
2020-01-06  Eli ZaretskiiImprove process exit status macros on MinGW
2020-01-01  Hannes DomaniFix install-strip for cross-compilation
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-12  Tom TromeyRavenscar port for RISC-V
2019-12-04  Simon MarchiCompare iterators, not values, in filtered_iterator...
2019-12-01  Tom TromeyFix latent bug in tui_copy_source_line
2019-11-26  Tom TromeyDemangle minsyms in parallel
2019-11-26  Christian BiesingerImplement a thread pool
2019-11-26  Tom TromeyIntroduce run_on_main_thread
2019-11-26  Tom TromeyAdd RAII class for blocking gdb signals
2019-11-26  Tom TromeyAdd configure check for std::thread
2019-11-21  Christian BiesingerRename demangle.c to gdb-demangle.c, and some cleanup
2019-11-15  Christian BiesingerUse gnulib's strerror_r on MinGW
2019-11-10  Andrew Burgessgdb_vecs.h: Avoid self move assign
2019-10-29  Christian BiesingerReplace bsearch with a std::lower_bound-based search
2019-10-23  Tom TromeyFix opcodes includes
2019-10-23  Tom TromeyMove readline to the readline/readline subdirectory
2019-10-22  Christian BiesingerUse libxxhash for hashing, if present
2019-10-21  Tom TromeyFix creation of nm.h when configure is changed
2019-10-17  Tom TromeyFix creation of stamp-h by gdb's configure script
2019-10-16  Christian BiesingerCreate xml-builtin.h to declare xml_builtins
2019-10-15  Andrew Burgessgdb: Remove vec.{c,h} and update code to not include...
2019-10-07  Weimin Pangdb: CTF support
2019-10-07  Weimin PanRenaming of ctf (the trace format) files
2019-10-02  Tom TromeyFix type of startup_with_shell in gdbserver
2019-09-26  Tom TromeyRemove gdb_usleep.c
2019-09-20  Ulrich WeigandRemove Cell Broadband Engine debugging support
2019-08-23  Sergio Durigan JuniorMove gdb-dlfcn.[ch] to gdbsupport/
2019-08-06  Philippe WaroquiersAdd a selftest that checks documentation invariants.
2019-08-06  Frank Ch. Eigler[PR build/24886] disable glibc mcheck support
2019-07-19  Alan HaywardArm: Add read_description read funcs and use in GDB
2019-07-17  Tom TromeyRearrange TUI data window code
2019-07-09  Tom TromeyRename common to gdbsupport
2019-06-14  Tom TromeyMove gnulib to top level
next
This page took 0.464285 seconds and 106 git commands to generate.