Age | Commit message (Expand) | Author | Files | Lines |
2020-11-02 | Add x86_64 ravenscar support | Tom Tromey | 1 | -0/+3 |
2020-10-30 | Have stamp-init depend on config.status | Tom Tromey | 1 | -1/+1 |
2020-10-13 | Normalize names of the NetBSD files | Kamil Rytarowski | 1 | -39/+39 |
2020-10-09 | gnulib: Ensure all libraries are used when building gdb/gdbserver | Andrew Burgess | 1 | -3/+2 |
2020-10-07 | Add simple_search_memory unit tests | Tom Tromey | 1 | -0/+1 |
2020-10-07 | gdb: put user-supplied CFLAGS at the end | Simon Marchi | 1 | -3/+7 |
2020-10-05 | gdb: sync tui header files in HFILES_NO_SRCDIR | Simon Marchi | 1 | -1/+1 |
2020-09-14 | Rewrite enum_flags, add unit tests, fix problems | Pedro Alves | 1 | -0/+1 |
2020-08-25 | arc: Add GNU/Linux support for ARC | Anton Kolesov | 1 | -0/+1 |
2020-08-18 | gdb/Makefile.in: Add DEBUGINFOD_CFLAGS, DEBUGINFOD_LIBS variables. | Aaron Merey | 1 | -2/+6 |
2020-08-04 | gdb: support for eBPF | Jose E. Marchesi | 1 | -0/+2 |
2020-07-30 | Unify Solaris procfs and largefile handling | Rainer Orth | 1 | -1/+2 |
2020-07-24 | config/debuginfod.m4: Use PKG_CHECK_MODULES | Aaron Merey | 1 | -1/+1 |
2020-07-06 | gdb/python: Add gdb.Architecture.registers method | Andrew Burgess | 1 | -0/+1 |
2020-06-26 | Fix --enable-libctf and --disable-static | Nick Alcock | 1 | -3/+5 |
2020-05-15 | Add a selftest that detects a 'corrupted' command tree structure in GDB. | Philippe Waroquiers | 1 | -1/+1 |
2020-04-13 | Move event-loop.[ch] to gdbsupport/ | Tom Tromey | 1 | -2/+0 |
2020-04-13 | Introduce async-event.[ch] | Tom Tromey | 1 | -0/+2 |
2020-03-26 | Move DWARF-constant stringifying code to new file | Tom Tromey | 1 | -0/+1 |
2020-03-26 | Move code to new file dwarf2/macro.c | Tom Tromey | 1 | -0/+1 |
2020-03-26 | Add dwz.c and dwz_file::read_string | Tom Tromey | 1 | -0/+1 |
2020-03-16 | arc: Migrate to new target features | Anton Kolesov | 1 | -0/+2 |
2020-03-16 | gdb: rename i386-cygwin-tdep.c to i386-windows-tdep.c | Simon Marchi | 1 | -2/+2 |
2020-03-12 | Don't include selftests objects in build when unit tests are disabled | Simon Marchi | 1 | -4/+5 |
2020-03-12 | Remove use of deprecated core functions (in NetBSD/ARM) | Christian Biesinger | 1 | -0/+1 |
2020-02-26 | Add debuginfod support to GDB | Aaron Merey | 1 | -1/+3 |
2020-02-22 | Allow TUI windows in Python | Tom Tromey | 1 | -0/+1 |
2020-02-08 | Create dwarf2/comp-unit.[ch] | Tom Tromey | 1 | -0/+1 |
2020-02-08 | Move DWARF line_header to new file | Tom Tromey | 1 | -0/+1 |
2020-02-08 | Move DWARF code to dwarf2/ subdirectory | Tom Tromey | 1 | -15/+15 |
2020-02-08 | Create dwarf2/attribute.[ch] | Tom Tromey | 1 | -0/+1 |
2020-02-08 | Create dwarf2/abbrev.[ch] | Tom Tromey | 1 | -0/+1 |
2020-02-08 | Create dwarf2/section.[ch] | Tom Tromey | 1 | -0/+1 |
2020-02-08 | Create dwarf2/leb.[ch] | Tom Tromey | 1 | -1/+2 |
2020-02-07 | Move gdbserver to top level | Tom Tromey | 1 | -5/+0 |
2020-01-14 | Don't link gdb twice against libiberty | Tom Tromey | 1 | -1/+1 |
2020-01-14 | Move gdbsupport to the top level | Tom Tromey | 1 | -85/+14 |
2020-01-10 | Add "info connections" command, "info inferiors" connection number/string | Pedro Alves | 1 | -0/+1 |
2020-01-06 | Improve process exit status macros on MinGW | Eli Zaretskii | 1 | -0/+1 |
2020-01-01 | Fix install-strip for cross-compilation | Hannes Domani | 1 | -2/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-12 | Ravenscar port for RISC-V | Tom Tromey | 1 | -0/+3 |
2019-12-04 | Compare iterators, not values, in filtered_iterator::operator{==,!=} | Simon Marchi | 1 | -0/+1 |
2019-12-01 | Fix latent bug in tui_copy_source_line | Tom Tromey | 1 | -0/+1 |
2019-11-26 | Demangle minsyms in parallel | Tom Tromey | 1 | -0/+1 |
2019-11-26 | Implement a thread pool | Christian Biesinger | 1 | -0/+2 |
2019-11-26 | Introduce run_on_main_thread | Tom Tromey | 1 | -0/+3 |
2019-11-26 | Add RAII class for blocking gdb signals | Tom Tromey | 1 | -0/+1 |
2019-11-26 | Add configure check for std::thread | Tom Tromey | 1 | -4/+8 |
2019-11-21 | Rename demangle.c to gdb-demangle.c, and some cleanup | Christian Biesinger | 1 | -1/+1 |