aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport
AgeCommit message (Expand)AuthorFilesLines
2025-07-13[gdb/build] Work around GCC ipa-modref bugTom de Vries1-0/+8
2025-06-20gdbsupport: Use xsnprintf() instead of strcat() in print-utilsAleksandar Rikalo1-4/+2
2025-06-13gdbsupport: make gdb::parallel_for_each's n parameter a template parameterSimon Marchi1-6/+4
2025-05-29gdb, gdbsupport: fix all `;;` instancesSimon Marchi1-1/+1
2025-05-29Fix build when RUSAGE_THREAD is not available & add warningPedro Alves2-2/+30
2025-05-12gdbsupport/event-loop: do not truncate poll timeouts to lower secondPatrick Monnerat1-1/+2
2025-05-02[gdbsupport] Reimplement phex and phex_nz as templatesTom de Vries2-13/+33
2025-04-29gdb: add scoped_time_itSimon Marchi2-4/+33
2025-04-29gdbsupport: move run_time_clock::now(user, system) out of run_time_clockSimon Marchi2-8/+9
2025-04-24gdbsupport: add missing include guard to remote-args.hSimon Marchi1-1/+6
2025-04-24Introduce attribute::signed_constantTom Tromey1-0/+10
2025-04-24gdb: move remote arg splitting and joining into gdbsupport/Andrew Burgess4-6/+107
2025-04-09gdbsupport: fix Makefile.in copyright datesSimon Marchi1-1/+1
2025-04-08Update copyright dates to include 2025Tom Tromey153-153/+153
2025-03-31[gdb] Check strpbrk against nullptrTom de Vries1-1/+1
2025-03-31gdbsupport/common-inferior.c: Fix mingw buildLancelot SIX1-1/+1
2025-03-31[pre-commit] Add codespell hookTom de Vries1-4/+0
2025-03-27[gdb/contrib] Drop two words from codespell-ignore-words.txtTom de Vries2-2/+2
2025-03-27[gdbsupport] Ignore pathc in codespell check in gdb_tilde_expand.ccTom de Vries1-2/+2
2025-03-27[gdbsupport] Fix a typo in common-debug.hTom de Vries1-1/+1
2025-03-20[gdbsupport] Fix typo in common-inferior.hTom de Vries1-1/+1
2025-03-18gdb: split up construct_inferior_argumentsAndrew Burgess2-46/+107
2025-03-18gdb: remove the !startup_with_shell path from construct_inferior_argumentsAndrew Burgess1-67/+41
2025-03-17gdbsupport: add some -Wunused-* warning flagsSimon Marchi2-0/+12
2025-03-17gdbsupport: re-format and sort warning flagsSimon Marchi2-24/+40
2025-03-12Use correct types in string-set.hTom Tromey1-2/+2
2025-03-10Add string cache and use it in cooked indexTom Tromey1-0/+129
2025-03-10Fix check-include-guards.pyTom Tromey1-3/+3
2025-03-06[gdbsupport] Add codespell section in setup.cfgTom de Vries1-0/+4
2025-03-06[gdbsupport] Fix some typosTom de Vries3-4/+4
2025-02-27gdb, gdbserver, gdbsupport: fix some namespace comment formattingSimon Marchi2-9/+9
2025-02-25Fix mkdir_recursive on windows when CWD is rootCiaran Woodward1-0/+7
2025-02-10gdbsupport: add gdb::make_array_view overload to create from an arraySimon Marchi1-0/+9
2025-01-29gdbserver: introduce and use new gdb::argv_vec classAndrew Burgess1-0/+139
2025-01-10[gdb/build, c++20] Fix build with gcc 10Tom de Vries1-2/+2
2025-01-08GDB, gdbserver: Convert regcache_register_size function to methodThiago Jung Bauermann1-15/+5
2025-01-06Simplify traits.h using C++17Tom Tromey1-46/+9
2024-12-22Fix -Wenum-constexpr-conversion in enum-flags.hCarlos Galvez1-34/+69
2024-12-18Run check-include-guards.pyTom Tromey81-243/+243
2024-12-17gdbsupport: fix a typo in a comment in common-regcache.hTankut Baris Aktemur1-4/+4
2024-12-09gdb: allow core file containing special characters on the command lineAndrew Burgess2-0/+26
2024-12-06gdb, gdbserver, gdbsupport: remove some unused gdb_vecs.h includesSimon Marchi1-1/+0
2024-12-04[gdb/build] Fix build breaker on mingw-w64Simon Marchi4-0/+31
2024-12-02gdb, gdbserver, gdbsupport: flatten and sort some list in configure filesSimon Marchi2-15/+76
2024-11-25gdbsupport: add unordered_dense.h 4.4.0Simon Marchi3-0/+2105
2024-11-23[gdbsupport] Rerun autoreconf -fTom de Vries2-2/+2
2024-11-23[gdb/contrib] Add two rules in common-misspellings.txtTom de Vries3-3/+3
2024-11-22gdb: Introduce RAII signal handler setterGuinevere Larsen1-0/+73
2024-11-22[gdbsupport] Handle EINTR in event-pipe.ccTom de Vries1-13/+8
2024-11-22[gdb] Handle EINTR in ser-event.cTom de Vries1-0/+11