Age | Commit message (Expand) | Author | Files | Lines |
2025-07-05 | [gdb/tdep] Fix selftest scoped_mmap on freebsd | Tom de Vries | 1 | -2/+2 |
2025-06-26 | Change file initialization to use INIT_GDB_FILE macro | Tom Tromey | 41 | -127/+41 |
2025-06-13 | gdbsupport: make gdb::parallel_for_each's n parameter a template parameter | Simon Marchi | 1 | -2/+2 |
2025-06-13 | gdb: re-work parallel-for-selftests.c | Simon Marchi | 1 | -81/+56 |
2025-05-08 | Move substitute_path_component | Tom Tromey | 1 | -59/+0 |
2025-04-24 | gdb: add remote argument passing unit tests | Andrew Burgess | 1 | -0/+166 |
2025-04-10 | [gdb/unittests] Ignore spellcheck warning in rsp-low-selftests.c | Tom de Vries | 1 | -1/+1 |
2025-04-08 | Update copyright dates to include 2025 | Tom Tromey | 42 | -42/+42 |
2025-03-18 | Use gdb unordered set and map in unit tests | Tom Tromey | 2 | -5/+4 |
2025-03-07 | Handle ">>" in cp-name-parser.y | Tom Tromey | 1 | -0/+3 |
2025-03-06 | [gdb] Fix typos in some selftests | Tom de Vries | 2 | -4/+4 |
2025-02-27 | gdb, gdbserver, gdbsupport: fix some namespace comment formatting | Simon Marchi | 1 | -1/+1 |
2025-02-10 | gdbsupport: add gdb::make_array_view overload to create from an array | Simon Marchi | 1 | -0/+13 |
2025-01-12 | Add an option with a color type. | Andrei Pikas | 1 | -3/+3 |
2024-12-22 | Fix -Wenum-constexpr-conversion in enum-flags.h | Carlos Galvez | 1 | -27/+0 |
2024-11-11 | Ensure that help text fits in 80 columns | Tom Tromey | 1 | -1/+9 |
2024-10-19 | [gdbsupport] Add gdb::array_view::{iterator,const_iterator} | Tom de Vries | 1 | -0/+36 |
2024-09-13 | gdbsupport/intrusive-list: add owning_intrusive_list | Simon Marchi | 1 | -40/+873 |
2024-09-13 | gdbsupport/intrusive-list: make insert return an iterator | Simon Marchi | 1 | -8/+16 |
2024-08-22 | [gdb] Add const to catch gdb_exception | Tom de Vries | 1 | -1/+1 |
2024-08-12 | gdb: change names of enumerations in enum flags selftest | Simon Marchi | 1 | -151/+153 |
2024-08-12 | gdb, gdbsupport: use `using` in enum flags code | Simon Marchi | 1 | -2/+2 |
2024-07-22 | gdb/unittests/intrusive-list: remove unnecessary local objects | Simon Marchi | 1 | -1/+0 |
2024-05-30 | gdb: remove unused includes in utils.h | Simon Marchi | 1 | -0/+1 |
2024-05-14 | Disallow trailing whitespace in docstrings | Tom Tromey | 1 | -2/+17 |
2024-04-22 | gdb: move store/extract integer functions to extract-store-integer.{c,h} | Simon Marchi | 1 | -0/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 42 | -42/+0 |
2024-02-21 | gdbsupport: assume that compiler supports std::{is_trivially_constructible,is... | Simon Marchi | 3 | -12/+0 |
2024-02-21 | gdb: remove some GCC version checks | Simon Marchi | 1 | -6/+0 |
2024-02-20 | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 1 | -1/+1 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 42 | -42/+42 |
2024-01-08 | Back out some parallel_for_each features | Tom Tromey | 1 | -47/+0 |
2023-11-29 | Remove gdb_static_assert | Tom Tromey | 2 | -32/+32 |
2023-11-21 | gdbsupport: Remove gdb::string_view | Lancelot Six | 73 | -5510/+0 |
2023-11-21 | gdbsupport: remove gdb::optional | Lancelot Six | 15 | -1741/+0 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -2/+2 |
2023-11-21 | gdb: Use C++17's std::make_unique instead of gdb::make_unique | Lancelot Six | 1 | -2/+2 |
2023-10-10 | gdb: add inferior::{arch, set_arch} | Simon Marchi | 1 | -1/+1 |
2023-08-23 | gdb: add gdb::make_unique function | Andrew Burgess | 1 | -2/+2 |
2023-08-17 | [gdb/build, c++20] Stop using deprecated is_pod | Tom de Vries | 1 | -1/+3 |
2023-07-14 | Revert "Simplify auto_load_expand_dir_vars and remove substitute_path_component" | Tom Tromey | 1 | -0/+60 |
2023-06-03 | [gdb] Fix typos | Tom de Vries | 2 | -2/+2 |
2023-05-05 | Simplify auto_load_expand_dir_vars and remove substitute_path_component | Tom Tromey | 1 | -60/+0 |
2023-04-12 | Use SELF_CHECK in all unit tests | Tom Tromey | 2 | -40/+40 |
2023-03-14 | Add operators and methods to gdb_mpq | Tom Tromey | 1 | -19/+15 |
2023-03-14 | Add methods and operators to gdb_mpz | Tom Tromey | 1 | -27/+27 |
2023-03-14 | Clean up gmp-utils.h includes | Tom Tromey | 1 | -0/+1 |
2023-03-09 | gdb, gdbserver, gdbsupport: fix whitespace issues | Simon Marchi | 1 | -4/+4 |
2023-03-01 | gdb: update some copyright years (2022 -> 2023) | Simon Marchi | 1 | -1/+1 |
2023-01-30 | enum_flags to_string | Pedro Alves | 1 | -6/+63 |