Age | Commit message (Expand) | Author | Files | Lines |
2020-07-20 | guile: Add support for Guile 3.0. | Ludovic Courtès | 1 | -1/+1 |
2020-07-20 | guile: Add support for Guile 2.2. | Ludovic Courtès | 1 | -1/+1 |
2020-06-26 | Fix --enable-libctf and --disable-static | Nick Alcock | 1 | -0/+21 |
2020-05-30 | gdb: change bug URL to https | Jonny Grant | 1 | -1/+1 |
2020-04-27 | gdb, gdbserver: remove configure check for fs_base/gs_base in user_regs_struct | Simon Marchi | 1 | -7/+0 |
2020-04-13 | Move event-loop configury to common.m4 | Tom Tromey | 1 | -3/+3 |
2020-03-12 | Don't include selftests objects in build when unit tests are disabled | Simon Marchi | 1 | -2/+2 |
2020-03-12 | Move sourcing of development.sh to GDB_AC_COMMON | Simon Marchi | 1 | -3/+0 |
2020-02-26 | Add debuginfod support to GDB | Aaron Merey | 1 | -1/+5 |
2020-02-20 | gdb: Allow more control over where to find python libraries | Andrew Burgess | 1 | -0/+24 |
2020-02-07 | Move gdbserver to top level | Tom Tromey | 1 | -28/+0 |
2020-01-14 | Move many configure checks to common.m4 | Tom Tromey | 1 | -94/+6 |
2020-01-14 | Move gdbsupport to the top level | Tom Tromey | 1 | -2/+2 |
2020-01-14 | Consolidate definition of USE_WIN32API | Tom Tromey | 1 | -11/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-19 | Consistently quote variables used with "test" | Christian Biesinger | 1 | -31/+31 |
2019-11-15 | Use gnulib's strerror_r on MinGW | Christian Biesinger | 1 | -4/+0 |
2019-11-01 | Move check for strerror_r to common.m4 where it belongs | Christian Biesinger | 1 | -1/+1 |
2019-10-31 | Use strerror_r in safe_strerror if available | Christian Biesinger | 1 | -1/+1 |
2019-10-29 | Load system gdbinit files from a directory | Christian Biesinger | 1 | -0/+3 |
2019-10-24 | Remove python_has_threads check in configure.ac | Christian Biesinger | 1 | -17/+0 |
2019-10-24 | Simplify Python checks in configure.ac | Christian Biesinger | 1 | -43/+12 |
2019-10-23 | Check for sigprocmask in common.m4 | Tom Tromey | 1 | -1/+1 |
2019-10-22 | Use libxxhash for hashing, if present | Christian Biesinger | 1 | -0/+23 |
2019-10-21 | Fix creation of nm.h when configure is changed | Tom Tromey | 1 | -10/+5 |
2019-10-17 | Fix creation of stamp-h by gdb's configure script | Tom Tromey | 1 | -8/+2 |
2019-08-23 | Move gdb-dlfcn.[ch] to gdbsupport/ | Sergio Durigan Junior | 1 | -2/+1 |
2019-08-19 | Add Rust support to source highlighting | Tom Tromey | 1 | -0/+8 |
2019-08-12 | Require readline 7 or newer | Tom Tromey | 1 | -0/+14 |
2019-08-06 | [PR build/24886] disable glibc mcheck support | Frank Ch. Eigler | 1 | -22/+0 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -3/+3 |
2019-06-14 | Move gnulib to top level | Tom Tromey | 1 | -22/+0 |
2019-04-19 | gdb/configure.ac: add --enable-source-highlight | Sergei Trofimovich | 1 | -7/+26 |
2019-02-27 | Remove Python 2.4 and 2.5 support | Tom Tromey | 1 | -14/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-28 | Highlight source code using GNU Source Highlight | Tom Tromey | 1 | -0/+23 |
2018-12-28 | Make ANSI terminal escape sequences work in TUI | Tom Tromey | 1 | -1/+1 |
2018-12-08 | Look for tgetent in libtinfow | Simon Marchi | 1 | -1/+1 |
2018-12-05 | Use separate sed expressions to escape auto-load directories. | John Baldwin | 1 | -2/+2 |
2018-11-01 | Import mkdtemp gnulib module, fix mingw build | Simon Marchi | 1 | -1/+1 |
2018-10-29 | Revert "GDB: Only build for "unix:" connections if AF_LOCAL is supported." | Simon Marchi | 1 | -10/+0 |
2018-10-29 | GDB: Only build for "unix:" connections if AF_LOCAL is supported. | John Darrington | 1 | -0/+10 |
2018-10-10 | Add parameter to allow enabling/disabling selftests via configure | Sergio Durigan Junior | 1 | -4/+2 |
2018-10-03 | Add --enable-ubsan | Tom Tromey | 1 | -0/+1 |
2018-10-02 | Allow remote debugging over a Unix local domain socket. | John Darrington | 1 | -0/+1 |
2018-10-01 | Remove ancient workaround | Gary Benson | 1 | -27/+0 |
2018-10-01 | Add workaround from gdbserver's gdb_proc_service.h to GDB | Gary Benson | 1 | -1/+2 |
2018-09-17 | Do not pass -DNDEBUG to Python compilations in development mode | Tom Tromey | 1 | -1/+5 |
2018-09-17 | Check for gmp when checking for mpfr | Tom Tromey | 1 | -1/+1 |
2018-09-04 | Remove --enable-multi-ice | Tom Tromey | 1 | -12/+0 |