Age | Commit message (Expand) | Author | Files | Lines |
2024-10-08 | gdb: include --enable-targets in 'show configuration' output | Andrew Burgess | 1 | -1/+9 |
2024-08-14 | btrace, python: Enable ptwrite filter registration. | Felix Willgerodt | 1 | -0/+11 |
2024-08-12 | gdb/amd-dbgapi-target: adjust to amd-dbgapi 0.75.0 | Simon Marchi | 1 | -10/+10 |
2024-08-02 | gdb, gdbserver, gdbsupport: remove -Wno-vla-cxx-extension | Simon Marchi | 1 | -1/+1 |
2024-06-20 | Revert "Remove LIBINTL_DEP" | Alan Modra | 1 | -2/+4 |
2024-06-20 | Remove LIBINTL_DEP | Alan Modra | 1 | -4/+2 |
2024-06-08 | Fix typo in warning in gdb/configure | Tom Tromey | 1 | -2/+2 |
2024-05-16 | Stop 'configure --enable-threading' if std::thread doesn't work | Pedro Alves | 1 | -3/+11 |
2024-05-06 | Fix build issues with mingw toolchain | Bernd Edlinger | 1 | -0/+1 |
2024-04-17 | gdbsupport, gdbserver, gdb: use -Wno-vla-cxx-extension | Simon Marchi | 1 | -0/+1 |
2024-04-08 | gdb/configure: realign the AC_ARG_ENABLE(sim, ....) block | Andrew Burgess | 1 | -6/+6 |
2024-04-08 | gdb/configure: use AC_MSG_NOTICE not a direct echo call | Andrew Burgess | 1 | -2/+4 |
2024-01-10 | gdbsupport: tighten up libiberty code a bit with dnl | Mike Frysinger | 1 | -3/+1 |
2024-01-10 | gdb: libiberty: switch to AC_CHECK_DECLS_ONCE | Mike Frysinger | 1 | -58/+69 |
2023-11-30 | [gdb/build] Fix adding -DNDEBUG to python flags of release build | Tom de Vries | 1 | -3562/+3563 |
2023-11-29 | Switch to -Wimplicit-fallthrough=5 | Tom Tromey | 1 | -1/+1 |
2023-11-15 | Finalized intl-update patches | Arsen Arsenovi? | 1 | -752/+2404 |
2023-10-28 | gdb/gdbsupport/gdbserver: Require c++17 | Lancelot Six | 1 | -25/+1519 |
2023-10-28 | gdb/ax_cxx_compile_stdcxx.m4: upgrade | Lancelot Six | 1 | -10/+34 |
2023-10-12 | Move -lsocket check to common.m4 | Tom Tromey | 1 | -60/+59 |
2023-10-05 | gdb/configure.ac: Add option --with-additional-debug-dirs | Thiago Jung Bauermann | 1 | -2/+17 |
2023-09-27 | config/debuginfod.m4: Add check for libdebuginfod 0.188 | Aaron Merey | 1 | -1/+107 |
2023-08-12 | regen config | Alan Modra | 1 | -30/+86 |
2023-07-12 | [gdb/tui] Assume HAVE_WBORDER | Tom de Vries | 1 | -1/+1 |
2023-03-07 | gdb: Fix GDB_AC_CHECK_BFD macro regression | Richard Purdie | 1 | -2/+2 |
2023-02-23 | gdb: remove --disable-gdbmi configure option | Simon Marchi | 1 | -29/+2 |
2023-02-21 | gdb: add --with-curses to --configuration output | Philippe Blain | 1 | -4/+4 |
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 | -2/+6 |
2023-02-13 | gdb: 'show config' shows --with[out]-amd-dbgapi | Lancelot SIX | 1 | -0/+3 |
2023-02-02 | gdb: initial support for ROCm platform (AMDGPU) debugging | Simon Marchi | 1 | -130/+295 |
2023-01-11 | Set _WIN32_WINNT in common.m4 configure check | Tom Tromey | 1 | -1/+11 |
2023-01-05 | gdbsupport: move libxxhash configure check to gdbsupport | Simon Marchi | 1 | -514/+514 |
2022-12-21 | Use toplevel configure for GMP and MPFR for gdb | Andrew Pinski | 1 | -1006/+8 |
2022-11-15 | gdb/configure: regenerate | Jose E. Marchesi | 1 | -2/+4 |
2022-11-15 | gdb: use libtool in GDB_AC_CHECK_BFD | Jose E. Marchesi | 1 | -8/+1644 |
2022-11-07 | gdb: link executables with libtool | Jose E. Marchesi | 1 | -198/+10866 |
2022-11-07 | configure: require libzstd >= 1.4.0 | Christophe Lyon | 1 | -10/+10 |
2022-09-28 | Fix GDB build: ELF support check & -lzstd | Pedro Alves | 1 | -4/+4 |
2022-09-28 | Renenerate {gdb,gdbserver}/configure | Pedro Alves | 1 | -2/+2 |
2022-09-26 | binutils, gdb: support zstd compressed debug sections | Fangrui Song | 1 | -3/+134 |
2022-08-26 | gdb, gdbsupport: configure: factor out yes/no/auto value checking | Simon Marchi | 1 | -38/+58 |
2022-07-18 | gdb/python: look for python, then python 3 at configure time | Andrew Burgess | 1 | -3/+9 |
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 | -3/+0 |
2022-04-14 | Let std::thread check pass even without pthreads | Tom Tromey | 1 | -10/+9 |
2022-03-23 | gdb/python: remove Python 2 support | Simon Marchi | 1 | -74/+4 |
2022-03-02 | configure: Stop checking for PT_GETXMMREGS. | John Baldwin | 1 | -37/+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 | -1/+65 |