aboutsummaryrefslogtreecommitdiff
path: root/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess91-93/+93
2024-01-10gdbsupport: tighten up libiberty code a bit with dnlMike Frysinger1-3/+1
2024-01-10gdb: libiberty: switch to AC_CHECK_DECLS_ONCEMike Frysinger1-58/+69
2024-01-10gdb: move libiberty.m4 to gdbsupportMike Frysinger1-1/+1
2024-01-09Fix two bugs in gdbserver thread name handlingTom Tromey1-3/+6
2023-12-14gdb: change regcache interface to use array_viewSimon Marchi2-23/+30
2023-12-14gdb: use reg_buffer_common throughout gdbsupport/common-regcache.hSimon Marchi2-7/+14
2023-12-12gdbserver/win32: fix crash on detachStefano Moioli1-1/+1
2023-12-08gdbserver: allow for general 'monitor set debug COMPONENT VALUE' useAndrew Burgess1-32/+143
2023-12-08gdbserver: allow the --debug command line option to take a valueAndrew Burgess1-8/+150
2023-12-04Update fall-through comment in gdbserverTom Tromey1-1/+1
2023-12-01Bail out of "attach" if a thread cannot be tracedTom Tromey1-2/+13
2023-11-29Remove gdb_static_assertTom Tromey3-4/+4
2023-11-29Switch to -Wimplicit-fallthrough=5Tom Tromey1-1/+1
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey1-1/+1
2023-11-27Introduce throw_winerror_with_nameTom Tromey1-6/+5
2023-11-22gdbserver: cleanup monitor_show_helpAndrew Burgess1-3/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six4-6/+6
2023-11-15Finalized intl-update patches (deux)Sam James3-14/+1952
2023-11-14Filter invalid encodings from Linux thread namesTom Tromey2-2/+58
2023-11-13Report thread exit event for leader if reporting thread exit eventsPedro Alves2-12/+68
2023-11-13gdbserver: Queue no-resumed event after thread exitPedro Alves5-20/+53
2023-11-13Implement GDB_THREAD_OPTION_EXIT support for Linux GDBserverPedro Alves2-17/+30
2023-11-13gdbserver/linux-low.cc: Ignore event_ptid if TARGET_WAITKIND_IGNOREPedro Alves1-1/+0
2023-11-13all-stop/synchronous RSP support thread-exit eventsPedro Alves1-0/+1
2023-11-13gdbserver: Hide and don't detach pending clone childrenPedro Alves5-20/+31
2023-11-13Thread options & clone events (Linux GDBserver)Pedro Alves2-140/+160
2023-11-13Thread options & clone events (core + remote)Pedro Alves4-0/+145
2023-11-13Support clone events in the remote protocolPedro Alves2-5/+24
2023-11-06Remove EXTERN_C and related definesTom Tromey2-19/+19
2023-10-28gdb/gdbsupport/gdbserver: Require c++17Lancelot Six3-29/+1523
2023-10-28gdb/ax_cxx_compile_stdcxx.m4: upgradeLancelot Six1-10/+34
2023-10-26gdb: handle main thread exiting during detachAndrew Burgess1-0/+11
2023-10-25gdbserver: don't leak program name in handle_v_runAndrew Burgess1-14/+56
2023-10-12Move -lsocket check to common.m4Tom Tromey1-0/+57
2023-10-06gdbserver: fix gdbserver builds after expedite_regs changesAndrew Burgess3-6/+16
2023-10-06gdbserver: cleanup in handle_v_runAndrew Burgess1-19/+5
2023-10-06gdbserver: handle newlines in inferior argumentsAndrew Burgess1-17/+0
2023-10-06gdbserver: fix handling of trailing empty argumentAndrew Burgess1-3/+5
2023-10-06gdbserver: fix handling of single quote argumentsAndrew Burgess1-6/+0
2023-10-04sme2: Enable SME2 support in gdbserverLuis Machado1-0/+57
2023-10-04sme: Add support for SMELuis Machado3-1/+68
2023-10-04refactor: Adjust expedited registers dynamicallyLuis Machado1-7/+14
2023-10-04Convert tdesc's expedite_regs to a string vectorLuis Machado3-19/+21
2023-10-04sme: Enable SME registers and pseudo-registersLuis Machado1-0/+1
2023-10-04refactor: Simplify SVE interface to read/write registersLuis Machado1-3/+21
2023-10-04refactor: Rename SVE-specific filesLuis Machado3-3/+3
2023-09-20Remove explanatory comments from includesTom Tromey2-2/+2
2023-09-01gdbserver: i387_cache_to_xsave: fix copy dest of zmm registersSimon Marchi1-2/+2
2023-08-30gdbserver, linux-low: add a couple of nullptr assertions.Willgerodt, Felix1-0/+4