summaryrefslogtreecommitdiff
path: root/gdbserver
AgeCommit message (Expand)Author
2024-01-30Really fix Windows gdbserver segment registersTom Tromey
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2024-01-10gdbsupport: tighten up libiberty code a bit with dnlMike Frysinger
2024-01-10gdb: libiberty: switch to AC_CHECK_DECLS_ONCEMike Frysinger
2024-01-10gdb: move libiberty.m4 to gdbsupportMike Frysinger
2024-01-09Fix two bugs in gdbserver thread name handlingTom Tromey
2023-12-14gdb: change regcache interface to use array_viewSimon Marchi
2023-12-14gdb: use reg_buffer_common throughout gdbsupport/common-regcache.hSimon Marchi
2023-12-12gdbserver/win32: fix crash on detachStefano Moioli
2023-12-08gdbserver: allow for general 'monitor set debug COMPONENT VALUE' useAndrew Burgess
2023-12-08gdbserver: allow the --debug command line option to take a valueAndrew Burgess
2023-12-04Update fall-through comment in gdbserverTom Tromey
2023-12-01Bail out of "attach" if a thread cannot be tracedTom Tromey
2023-11-29Remove gdb_static_assertTom Tromey
2023-11-29Switch to -Wimplicit-fallthrough=5Tom Tromey
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey
2023-11-27Introduce throw_winerror_with_nameTom Tromey
2023-11-22gdbserver: cleanup monitor_show_helpAndrew Burgess
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-11-15Finalized intl-update patches (deux)Sam James
2023-11-14Filter invalid encodings from Linux thread namesTom Tromey
2023-11-13Report thread exit event for leader if reporting thread exit eventsPedro Alves
2023-11-13gdbserver: Queue no-resumed event after thread exitPedro Alves
2023-11-13Implement GDB_THREAD_OPTION_EXIT support for Linux GDBserverPedro Alves
2023-11-13gdbserver/linux-low.cc: Ignore event_ptid if TARGET_WAITKIND_IGNOREPedro Alves
2023-11-13all-stop/synchronous RSP support thread-exit eventsPedro Alves
2023-11-13gdbserver: Hide and don't detach pending clone childrenPedro Alves
2023-11-13Thread options & clone events (Linux GDBserver)Pedro Alves
2023-11-13Thread options & clone events (core + remote)Pedro Alves
2023-11-13Support clone events in the remote protocolPedro Alves
2023-11-06Remove EXTERN_C and related definesTom Tromey
2023-10-28gdb/gdbsupport/gdbserver: Require c++17Lancelot Six
2023-10-28gdb/ax_cxx_compile_stdcxx.m4: upgradeLancelot Six
2023-10-26gdb: handle main thread exiting during detachAndrew Burgess
2023-10-25gdbserver: don't leak program name in handle_v_runAndrew Burgess
2023-10-12Move -lsocket check to common.m4Tom Tromey
2023-10-06gdbserver: fix gdbserver builds after expedite_regs changesAndrew Burgess
2023-10-06gdbserver: cleanup in handle_v_runAndrew Burgess
2023-10-06gdbserver: handle newlines in inferior argumentsAndrew Burgess
2023-10-06gdbserver: fix handling of trailing empty argumentAndrew Burgess
2023-10-06gdbserver: fix handling of single quote argumentsAndrew Burgess
2023-10-04sme2: Enable SME2 support in gdbserverLuis Machado
2023-10-04sme: Add support for SMELuis Machado
2023-10-04refactor: Adjust expedited registers dynamicallyLuis Machado
2023-10-04Convert tdesc's expedite_regs to a string vectorLuis Machado
2023-10-04sme: Enable SME registers and pseudo-registersLuis Machado
2023-10-04refactor: Simplify SVE interface to read/write registersLuis Machado
2023-10-04refactor: Rename SVE-specific filesLuis Machado
2023-09-20Remove explanatory comments from includesTom Tromey
2023-09-01gdbserver: i387_cache_to_xsave: fix copy dest of zmm registersSimon Marchi