Age | Commit message (Expand) | Author | Files | Lines |
2020-11-15 | gdb/configure: Add --with-libgmp-prefix option | Joel Brobecker | 1 | -0/+3 |
2020-09-16 | Require kinfo_get_file and kinfo_get_vmmap for FreeBSD hosts. | John Baldwin | 1 | -4/+1 |
2020-07-30 | Unify Solaris procfs and largefile handling | Rainer Orth | 1 | -0/+3 |
2020-07-27 | [gdb/build] Fix typo sys/sockets.h -> sys/socket.h | Tom de Vries | 1 | -3/+0 |
2020-07-26 | Don't unnecessarily redefine 'socklen_t' type in MinGW builds. | Eli Zaretskii | 1 | -0/+6 |
2020-06-26 | Fix --enable-libctf and --disable-static | Nick Alcock | 1 | -0/+3 |
2020-04-27 | gdb, gdbserver: remove configure check for fs_base/gs_base in user_regs_struct | Simon Marchi | 1 | -6/+0 |
2020-03-20 | gdb: remove HAVE_DECL_PTRACE | Simon Marchi | 1 | -4/+0 |
2020-02-26 | Add debuginfod support to GDB | Aaron Merey | 1 | -0/+3 |
2020-02-20 | gdb: Allow more control over where to find python libraries | Andrew Burgess | 1 | -0/+8 |
2019-12-10 | Replace the remaining uses of strerror with safe_strerror | Christian Biesinger | 1 | -4/+0 |
2019-11-26 | Set names of worker threads | Tom Tromey | 1 | -0/+3 |
2019-11-26 | Add RAII class for blocking gdb signals | Tom Tromey | 1 | -0/+3 |
2019-11-26 | Add configure check for std::thread | Tom Tromey | 1 | -0/+10 |
2019-11-15 | Import the strerror_r-posix module and use it in GDB. | Christian Biesinger | 1 | -3/+0 |
2019-10-31 | Regenerate config.in | Christian Biesinger | 1 | -0/+3 |
2019-10-29 | Load system gdbinit files from a directory | Christian Biesinger | 1 | -0/+7 |
2019-10-24 | Simplify Python checks in configure.ac | Christian Biesinger | 1 | -6/+0 |
2019-10-22 | Use libxxhash for hashing, if present | Christian Biesinger | 1 | -0/+3 |
2019-08-06 | [PR build/24886] disable glibc mcheck support | Frank Ch. Eigler | 1 | -3/+0 |
2019-02-27 | Remove Python 2.4 and 2.5 support | Tom Tromey | 1 | -6/+0 |
2018-12-28 | Highlight source code using GNU Source Highlight | Tom Tromey | 1 | -0/+3 |
2018-12-28 | Make ANSI terminal escape sequences work in TUI | Tom Tromey | 1 | -0/+3 |
2018-11-01 | Import mkdtemp gnulib module, fix mingw build | Simon Marchi | 1 | -3/+0 |
2018-10-29 | Revert "GDB: Only build for "unix:" connections if AF_LOCAL is supported." | Simon Marchi | 1 | -3/+0 |
2018-10-29 | GDB: Only build for "unix:" connections if AF_LOCAL is supported. | John Darrington | 1 | -0/+3 |
2018-10-01 | Remove ancient workaround | Gary Benson | 1 | -3/+0 |
2018-10-01 | Add workaround from gdbserver's gdb_proc_service.h to GDB | Gary Benson | 1 | -0/+6 |
2018-07-24 | Remove some unnecessary declarations and configury | Tom Tromey | 1 | -12/+0 |
2018-06-19 | Bump to autoconf 2.69 and automake 1.15.1 | Simon Marchi | 1 | -11/+19 |
2018-01-30 | Per-inferior target_terminal state, fix PR gdb/13211, more | Pedro Alves | 1 | -0/+3 |
2018-01-09 | Support 'info proc' for native FreeBSD processes. | John Baldwin | 1 | -0/+3 |
2017-11-30 | Remove ioctl-based procfs support on Solaris | Rainer Orth | 1 | -24/+0 |
2017-11-22 | Target FP: Make use of MPFR if available | Ulrich Weigand | 1 | -0/+3 |
2017-11-06 | Don't check termio.h and sgtty.h in common/common.m4 either | Pedro Alves | 1 | -6/+0 |
2017-09-26 | Allow linking GDB with ncursesw | Matthias Klose | 1 | -0/+3 |
2017-09-26 | Remove support for Solaris < 10 (PR gdb/22185) | Rainer Orth | 1 | -17/+0 |
2017-05-31 | config, btrace: check for pt_insn_event in libipt | Markus Metzger | 1 | -0/+9 |
2016-10-31 | Remove IRIX 5 <sys/proc.h> _KMEMUSER workaround | Maciej W. Rozycki | 1 | -4/+0 |
2016-10-28 | gdb: Require C++11 | Pedro Alves | 1 | -0/+3 |
2016-10-19 | Regen gdb/config.in | Pedro Alves | 1 | -3/+3 |
2016-06-24 | Add support for catching system calls to native FreeBSD targets. | John Baldwin | 1 | -0/+3 |
2016-05-17 | Add self-test framework to gdb | Tom Tromey | 1 | -0/+3 |
2016-01-19 | Add support for LWP-based threads on FreeBSD. | John Baldwin | 1 | -0/+3 |
2016-01-05 | Fix PR sim/13418: building with --enable-targets=all fails | Pedro Alves | 1 | -0/+3 |
2015-12-17 | Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTL | Pedro Alves | 1 | -3/+0 |
2015-08-27 | gdb: Drop use of obsolete AC_TYPE_SIGNAL | Pedro Alves | 1 | -3/+0 |
2015-07-24 | C++: handle glibc's ptrace(enum __ptrace_request, ...) | Pedro Alves | 1 | -0/+3 |
2015-07-02 | configure: check for libipt | Markus Metzger | 1 | -0/+3 |
2015-06-10 | Introduce nat/linux-namespaces.[ch] | Gary Benson | 1 | -0/+3 |