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