Age | Commit message (Expand) | Author | Files | Lines |
2024-05-16 | Stop 'configure --enable-threading' if std::thread doesn't work | Pedro Alves | 2 | -6/+21 |
2024-05-06 | Fix build issues with mingw toolchain | Bernd Edlinger | 2 | -0/+2 |
2024-04-22 | gdb: move RequireLongest to gdbsupport/traits.h | Simon Marchi | 1 | -0/+4 |
2024-04-21 | Use std::vector in event-loop.cc | Tom Tromey | 1 | -39/+18 |
2024-04-18 | gdbsupport: constify some return values in print-utils.{h,cc} | Simon Marchi | 2 | -18/+18 |
2024-04-17 | gdbsupport, gdbserver, gdb: use -Wno-vla-cxx-extension | Simon Marchi | 2 | -0/+2 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 40 | -40/+0 |
2024-03-26 | gdb, gdbserver, gdbsupport: include early header files with `-include` | Simon Marchi | 2 | -0/+2 |
2024-03-26 | gdb, gdbserver, gdbsupport: reformat some Makefile variables, one entry per line | Simon Marchi | 2 | -8/+22 |
2024-03-21 | Require trivial destructor in allocate_on_obstack | Tom Tromey | 1 | -1/+5 |
2024-03-19 | gdbsupport: rename include guard in gdb-checked-static-cast.h | Andrew Burgess | 1 | -3/+3 |
2024-03-19 | gdb: use static_cast in gdb::checked_static_cast | Andrew Burgess | 1 | -8/+4 |
2024-03-14 | [gdb/build] Fix build on postmarketos | Tom de Vries | 1 | -6/+2 |
2024-02-27 | Rewrite final cleanups | Tom Tromey | 2 | -124/+15 |
2024-02-27 | Introduce read_remainder_of_file | Tom Tromey | 2 | -8/+20 |
2024-02-23 | Fix throw_winerror_with_name build error on x86-64 Cygwin | Pedro Alves | 1 | -1/+1 |
2024-02-21 | gdbsupport: assume that compiler supports std::{is_trivially_constructible,is... | Simon Marchi | 4 | -33/+0 |
2024-02-21 | gdb: remove some GCC version checks | Simon Marchi | 1 | -9/+0 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 149 | -149/+149 |
2024-01-10 | gdbsupport: tighten up libiberty code a bit with dnl | Mike Frysinger | 2 | -7/+4 |
2024-01-10 | gdb: libiberty: switch to AC_CHECK_DECLS_ONCE | Mike Frysinger | 2 | -61/+73 |
2024-01-10 | gdb: move libiberty.m4 to gdbsupport | Mike Frysinger | 3 | -4/+36 |
2024-01-08 | Back out some parallel_for_each features | Tom Tromey | 1 | -204/+30 |
2024-01-08 | Add gdb::task_group | Tom Tromey | 4 | -2/+160 |
2023-12-22 | Fix build with clang 16 | Tom Tromey | 1 | -0/+5 |
2023-12-14 | gdb: change regcache interface to use array_view | Simon Marchi | 3 | -4/+44 |
2023-12-14 | gdb: use reg_buffer_common throughout gdbsupport/common-regcache.h | Simon Marchi | 2 | -8/+11 |
2023-12-04 | gdb: Enable early init of thread pool size | Richard Bunt | 2 | -0/+5 |
2023-11-29 | Remove gdb_static_assert | Tom Tromey | 3 | -14/+9 |
2023-11-29 | Use C++17 void_t | Tom Tromey | 1 | -10/+1 |
2023-11-29 | Rely on copy elision in scope-exit.h | Tom Tromey | 1 | -20/+2 |
2023-11-29 | Rely on C++17 <new> in new-op.cc | Tom Tromey | 1 | -5/+0 |
2023-11-29 | Enable some C++14 code in array-view.h | Tom Tromey | 1 | -9/+8 |
2023-11-29 | Switch to -Wimplicit-fallthrough=5 | Tom Tromey | 2 | -2/+2 |
2023-11-29 | Use C++17 [[fallthrough]] attribute | Tom Tromey | 2 | -6/+4 |
2023-11-28 | [gdb] Fix segfault in for_each_block, part 1 | Tom de Vries | 1 | -0/+17 |
2023-11-27 | Introduce throw_winerror_with_name | Tom Tromey | 2 | -0/+15 |
2023-11-21 | gdbsupport: Replace gdb::invoke_result with std::invoke_result | Lancelot Six | 5 | -48/+10 |
2023-11-21 | gdbsupport: Remove gdb::string_view | Lancelot Six | 2 | -785/+0 |
2023-11-21 | gdb: Use std::string_view instead of gdb::string_view | Lancelot Six | 3 | -7/+8 |
2023-11-21 | gdbsupport: remove gdb::optional | Lancelot Six | 1 | -233/+0 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 9 | -15/+15 |
2023-11-21 | gdb: Use C++17's std::make_unique instead of gdb::make_unique | Lancelot Six | 1 | -13/+0 |
2023-11-15 | Finalized intl-update patches | Arsen Arsenovi? | 5 | -218/+2212 |
2023-11-06 | Remove EXTERN_C and related defines | Tom Tromey | 2 | -8/+4 |
2023-11-03 | gdbsupport: mark array_view::slice with [[nodiscard]] | Simon Marchi | 1 | -0/+2 |
2023-11-03 | gdbsupport: record and print failed selftest names | Simon Marchi | 1 | -4/+15 |
2023-10-28 | gdb/gdbsupport/gdbserver: Require c++17 | Lancelot Six | 4 | -30/+1524 |
2023-10-28 | gdb/ax_cxx_compile_stdcxx.m4: upgrade | Lancelot Six | 1 | -10/+34 |
2023-10-19 | gdbsupport: use "reference" and "pointer" type aliases in intrusive_list | Simon Marchi | 1 | -14/+14 |