Age | Commit message (Expand) | Author | Files | Lines |
2024-12-04 | [gdb/build] Fix build breaker on mingw-w64 | Simon Marchi | 1 | -0/+16 |
2024-12-02 | gdb, gdbserver, gdbsupport: flatten and sort some list in configure files | Simon Marchi | 1 | -4/+38 |
2024-11-23 | [gdbsupport] Rerun autoreconf -f | Tom de Vries | 1 | -1/+1 |
2024-11-23 | [gdb/contrib] Add two rules in common-misspellings.txt | Tom de Vries | 1 | -1/+1 |
2024-08-14 | btrace, python: Enable ptwrite filter registration. | Felix Willgerodt | 1 | -0/+11 |
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 | -0/+2 |
2024-06-20 | Remove LIBINTL_DEP | Alan Modra | 1 | -2/+0 |
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-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-29 | Switch to -Wimplicit-fallthrough=5 | Tom Tromey | 1 | -1/+1 |
2023-11-15 | Finalized intl-update patches | Arsen Arsenovi? | 1 | -176/+2058 |
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 | -0/+57 |
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 | -0/+514 |
2022-10-09 | gdbsupport: re-generate configure | Simon Marchi | 1 | -2/+2 |
2022-09-08 | gdbsupport: Fix config.status dependency | Tsukasa OI | 1 | -1/+1 |
2022-06-27 | Make GDBserver abort on internal error in development mode | Pedro Alves | 1 | -0/+13 |
2022-04-14 | Let std::thread check pass even without pthreads | Tom Tromey | 1 | -10/+9 |
2022-02-22 | gdbsupport: Add an event-pipe class. | John Baldwin | 1 | -0/+15 |
2022-01-13 | gdb: don't use -Wmissing-prototypes with g++ | Andrew Burgess | 1 | -1/+65 |
2021-12-15 | New --enable-threading configure option to control use of threads in GDB/GDBs... | Luis Machado | 1 | -1/+23 |
2021-11-09 | Fix build on rhES5 | Tom Tromey | 1 | -0/+16 |
2021-10-19 | Fix format_pieces selftest on Windows | Tom Tromey | 1 | -0/+46 |
2021-10-04 | [gdb/build] Add CXX_DIALECT to CXX | Tom de Vries | 1 | -0/+8 |
2021-10-04 | gdbsupport: remove attempt to define TARGET_WORD_SIZE | Andrew Burgess | 1 | -7/+0 |
2021-07-05 | gdbsupport/common.m4: check for sigtimedwait | Simon Marchi | 1 | -1/+1 |
2021-05-08 | gdbsupport: re-generate configure & friends | Simon Marchi | 1 | -74/+0 |
2020-10-31 | gdbsupport: replace AC_TRY_COMPILE in common.m4 | Simon Marchi | 1 | -4/+7 |
2020-10-31 | gdbsupport: replace AC_TRY_COMPILE in warning.m4 | Simon Marchi | 1 | -3/+4 |
2020-10-31 | gdbsupport: replace AC_TRY_COMPILE in ptrace.m4 | Simon Marchi | 1 | -1/+6 |
2020-10-31 | gdbsupport: re-indent ptrace.m4 | Simon Marchi | 1 | -27/+28 |
2020-10-31 | gdb: use AC_PROG_CC_STDC instead of AM_PROG_CC_STDC | Simon Marchi | 1 | -732/+1 |
2020-10-31 | gdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD,HOST,TARGET} instead of A... | Simon Marchi | 1 | -0/+6 |
2020-09-16 | Require kinfo_get_file and kinfo_get_vmmap for FreeBSD hosts. | John Baldwin | 1 | -1/+15 |
2020-07-30 | Unify Solaris procfs and largefile handling | Rainer Orth | 1 | -34/+83 |
2020-04-13 | Move event-loop configury to common.m4 | Tom Tromey | 1 | -2/+2 |
2020-03-20 | gdb: remove HAVE_DECL_PTRACE | Simon Marchi | 1 | -20/+0 |
2020-03-12 | Move sourcing of development.sh to GDB_AC_COMMON | Simon Marchi | 1 | -4/+5 |
2020-03-12 | gdb/selftest.m4: ensure $development is set | Simon Marchi | 1 | -0/+5 |
2020-03-11 | gdb: enable -Wmissing-prototypes warning | Simon Marchi | 1 | -0/+1 |
2020-03-05 | gdbsupport/configure.ac: source development.sh | Vyacheslav Petrishchev | 1 | -0/+3 |
2020-02-19 | Merge changes from GCC for the config/ directory | Andrew Burgess | 1 | -6/+23 |
2020-02-11 | Re-generate gdb/gdbserver/gdbsupport configure scripts | Simon Marchi | 1 | -1/+2 |
2020-02-11 | Add -Wstrict-null-sentinel to gdbsupport/warning.m4 | Simon Marchi | 1 | -1/+2 |