Age | Commit message (Expand) | Author | Files | Lines |
2025-07-13 | [gdb/build] Work around GCC ipa-modref bug | Tom de Vries | 1 | -0/+8 |
2025-06-20 | gdbsupport: Use xsnprintf() instead of strcat() in print-utils | Aleksandar Rikalo | 1 | -4/+2 |
2025-06-13 | gdbsupport: make gdb::parallel_for_each's n parameter a template parameter | Simon Marchi | 1 | -6/+4 |
2025-05-29 | gdb, gdbsupport: fix all `;;` instances | Simon Marchi | 1 | -1/+1 |
2025-05-29 | Fix build when RUSAGE_THREAD is not available & add warning | Pedro Alves | 2 | -2/+30 |
2025-05-12 | gdbsupport/event-loop: do not truncate poll timeouts to lower second | Patrick Monnerat | 1 | -1/+2 |
2025-05-02 | [gdbsupport] Reimplement phex and phex_nz as templates | Tom de Vries | 2 | -13/+33 |
2025-04-29 | gdb: add scoped_time_it | Simon Marchi | 2 | -4/+33 |
2025-04-29 | gdbsupport: move run_time_clock::now(user, system) out of run_time_clock | Simon Marchi | 2 | -8/+9 |
2025-04-24 | gdbsupport: add missing include guard to remote-args.h | Simon Marchi | 1 | -1/+6 |
2025-04-24 | Introduce attribute::signed_constant | Tom Tromey | 1 | -0/+10 |
2025-04-24 | gdb: move remote arg splitting and joining into gdbsupport/ | Andrew Burgess | 4 | -6/+107 |
2025-04-09 | gdbsupport: fix Makefile.in copyright dates | Simon Marchi | 1 | -1/+1 |
2025-04-08 | Update copyright dates to include 2025 | Tom Tromey | 153 | -153/+153 |
2025-03-31 | [gdb] Check strpbrk against nullptr | Tom de Vries | 1 | -1/+1 |
2025-03-31 | gdbsupport/common-inferior.c: Fix mingw build | Lancelot SIX | 1 | -1/+1 |
2025-03-31 | [pre-commit] Add codespell hook | Tom de Vries | 1 | -4/+0 |
2025-03-27 | [gdb/contrib] Drop two words from codespell-ignore-words.txt | Tom de Vries | 2 | -2/+2 |
2025-03-27 | [gdbsupport] Ignore pathc in codespell check in gdb_tilde_expand.cc | Tom de Vries | 1 | -2/+2 |
2025-03-27 | [gdbsupport] Fix a typo in common-debug.h | Tom de Vries | 1 | -1/+1 |
2025-03-20 | [gdbsupport] Fix typo in common-inferior.h | Tom de Vries | 1 | -1/+1 |
2025-03-18 | gdb: split up construct_inferior_arguments | Andrew Burgess | 2 | -46/+107 |
2025-03-18 | gdb: remove the !startup_with_shell path from construct_inferior_arguments | Andrew Burgess | 1 | -67/+41 |
2025-03-17 | gdbsupport: add some -Wunused-* warning flags | Simon Marchi | 2 | -0/+12 |
2025-03-17 | gdbsupport: re-format and sort warning flags | Simon Marchi | 2 | -24/+40 |
2025-03-12 | Use correct types in string-set.h | Tom Tromey | 1 | -2/+2 |
2025-03-10 | Add string cache and use it in cooked index | Tom Tromey | 1 | -0/+129 |
2025-03-10 | Fix check-include-guards.py | Tom Tromey | 1 | -3/+3 |
2025-03-06 | [gdbsupport] Add codespell section in setup.cfg | Tom de Vries | 1 | -0/+4 |
2025-03-06 | [gdbsupport] Fix some typos | Tom de Vries | 3 | -4/+4 |
2025-02-27 | gdb, gdbserver, gdbsupport: fix some namespace comment formatting | Simon Marchi | 2 | -9/+9 |
2025-02-25 | Fix mkdir_recursive on windows when CWD is root | Ciaran Woodward | 1 | -0/+7 |
2025-02-10 | gdbsupport: add gdb::make_array_view overload to create from an array | Simon Marchi | 1 | -0/+9 |
2025-01-29 | gdbserver: introduce and use new gdb::argv_vec class | Andrew Burgess | 1 | -0/+139 |
2025-01-10 | [gdb/build, c++20] Fix build with gcc 10 | Tom de Vries | 1 | -2/+2 |
2025-01-08 | GDB, gdbserver: Convert regcache_register_size function to method | Thiago Jung Bauermann | 1 | -15/+5 |
2025-01-06 | Simplify traits.h using C++17 | Tom Tromey | 1 | -46/+9 |
2024-12-22 | Fix -Wenum-constexpr-conversion in enum-flags.h | Carlos Galvez | 1 | -34/+69 |
2024-12-18 | Run check-include-guards.py | Tom Tromey | 81 | -243/+243 |
2024-12-17 | gdbsupport: fix a typo in a comment in common-regcache.h | Tankut Baris Aktemur | 1 | -4/+4 |
2024-12-09 | gdb: allow core file containing special characters on the command line | Andrew Burgess | 2 | -0/+26 |
2024-12-06 | gdb, gdbserver, gdbsupport: remove some unused gdb_vecs.h includes | Simon Marchi | 1 | -1/+0 |
2024-12-04 | [gdb/build] Fix build breaker on mingw-w64 | Simon Marchi | 4 | -0/+31 |
2024-12-02 | gdb, gdbserver, gdbsupport: flatten and sort some list in configure files | Simon Marchi | 2 | -15/+76 |
2024-11-25 | gdbsupport: add unordered_dense.h 4.4.0 | Simon Marchi | 3 | -0/+2105 |
2024-11-23 | [gdbsupport] Rerun autoreconf -f | Tom de Vries | 2 | -2/+2 |
2024-11-23 | [gdb/contrib] Add two rules in common-misspellings.txt | Tom de Vries | 3 | -3/+3 |
2024-11-22 | gdb: Introduce RAII signal handler setter | Guinevere Larsen | 1 | -0/+73 |
2024-11-22 | [gdbsupport] Handle EINTR in event-pipe.cc | Tom de Vries | 1 | -13/+8 |
2024-11-22 | [gdb] Handle EINTR in ser-event.c | Tom de Vries | 1 | -0/+11 |