Age | Commit message (Expand) | Author | Files | Lines |
2024-10-08 | gdb: include --enable-targets in 'show configuration' output | Andrew Burgess | 1 | -1/+6 |
2024-08-12 | gdb/amd-dbgapi-target: adjust to amd-dbgapi 0.75.0 | Simon Marchi | 1 | -1/+1 |
2024-06-08 | Fix typo in warning in gdb/configure | Tom Tromey | 1 | -1/+1 |
2024-04-08 | gdb/configure: realign the AC_ARG_ENABLE(sim, ....) block | Andrew Burgess | 1 | -10/+10 |
2024-04-08 | gdb/configure: use AC_MSG_NOTICE not a direct echo call | Andrew Burgess | 1 | -2/+2 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-11-30 | [gdb/build] Fix adding -DNDEBUG to python flags of release build | Tom de Vries | 1 | -1/+2 |
2023-10-28 | gdb/gdbsupport/gdbserver: Require c++17 | Lancelot Six | 1 | -2/+2 |
2023-10-12 | Move -lsocket check to common.m4 | Tom Tromey | 1 | -5/+2 |
2023-10-05 | gdb/configure.ac: Add option --with-additional-debug-dirs | Thiago Jung Bauermann | 1 | -0/+8 |
2023-07-12 | [gdb/tui] Assume HAVE_WBORDER | Tom de Vries | 1 | -1/+1 |
2023-02-23 | gdb: remove --disable-gdbmi configure option | Simon Marchi | 1 | -14/+0 |
2023-02-21 | gdb: add --with-curses to --configuration output | Philippe Blain | 1 | -5/+5 |
2023-02-14 | gdb: remove unnecessary tui directory check in configure | Simon Marchi | 1 | -11/+9 |
2023-02-13 | Fix doc build dependencies for --with-system-readline | Keith Seitz | 1 | -0/+3 |
2023-02-13 | gdb: 'show config' shows --with[out]-amd-dbgapi | Lancelot SIX | 1 | -0/+1 |
2023-02-02 | gdb: initial support for ROCm platform (AMDGPU) debugging | Simon Marchi | 1 | -0/+52 |
2023-01-05 | gdbsupport: move libxxhash configure check to gdbsupport | Simon Marchi | 1 | -23/+0 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-21 | Use toplevel configure for GMP and MPFR for gdb | Andrew Pinski | 1 | -29/+2 |
2022-11-15 | gdb: use libtool in GDB_AC_CHECK_BFD | Jose E. Marchesi | 1 | -0/+3 |
2022-11-07 | gdb: link executables with libtool | Jose E. Marchesi | 1 | -9/+8 |
2022-09-26 | binutils, gdb: support zstd compressed debug sections | Fangrui Song | 1 | -1/+3 |
2022-08-26 | gdb, gdbsupport: configure: factor out yes/no/auto value checking | Simon Marchi | 1 | -55/+29 |
2022-07-18 | gdb/python: look for python, then python 3 at configure time | Andrew Burgess | 1 | -1/+2 |
2022-06-13 | gdb: don't use bashism in configure test | Sam James | 1 | -1/+1 |
2022-04-15 | Remove WITH_SIM define | Tom Tromey | 1 | -1/+0 |
2022-03-23 | gdb/python: remove Python 2 support | Simon Marchi | 1 | -12/+6 |
2022-03-02 | configure: Stop checking for PT_GETXMMREGS. | John Baldwin | 1 | -20/+0 |
2022-02-22 | gdb: fix detection of compilation and linking flags for source-highlight | Ruslan Kabatsayev | 1 | -6/+6 |
2022-01-13 | gdb: don't use -Wmissing-prototypes with g++ | Andrew Burgess | 1 | -0/+1 |
2022-01-01 | unify 64-bit bfd checks | Mike Frysinger | 1 | -26/+3 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-27 | gdb: fix typos in configure | Simon Marchi | 1 | -4/+4 |
2021-11-23 | configure.ac: Check for the readline.h explicitly | Alexandra Hájková | 1 | -0/+4 |
2021-11-20 | [gdb/build] Check if libsource-highlight is usable | Tom de Vries | 1 | -5/+42 |
2021-10-19 | Fix format_pieces selftest on Windows | Tom Tromey | 1 | -21/+0 |
2021-09-28 | gdb: use libbacktrace to create a better backtrace for fatal signals | Andrew Burgess | 1 | -0/+23 |
2021-08-11 | gdb: print backtrace on fatal SIGSEGV | Andrew Burgess | 1 | -0/+22 |
2021-07-06 | gdb/testsuite: restore configure script | Simon Marchi | 1 | -34/+1 |
2021-06-19 | gdb/gdbserver: switch to AC_CONFIG_MACRO_DIRS | Mike Frysinger | 1 | -2/+1 |
2021-06-14 | fbsd nat: Disable address space randomization when requested. | John Baldwin | 1 | -1/+1 |
2021-06-05 | Use ACX_NONCANONICAL_TARGET in gdb/configure | Tom Tromey | 1 | -0/+2 |
2021-06-01 | Clean up gdb's --enable-shared | Tom Tromey | 1 | -1/+1 |
2021-06-01 | Remove gdb/testsuite/configure | Tom Tromey | 1 | -2/+34 |
2021-04-21 | [gdb/build] Hardcode --with-included-regex | Tom de Vries | 1 | -33/+0 |
2021-04-15 | gdb: process early initialization files and command line options | Andrew Burgess | 1 | -0/+3 |
2021-03-05 | gdb/riscv: introduce bare metal core dump support | Andrew Burgess | 1 | -1/+2 |
2021-03-05 | gdb: unify parts of the Linux and FreeBSD core dumping code | Andrew Burgess | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |