- d8a7353 Fix build failure for aarch64 gdbserver by Luis Machado · 2 years, 11 months ago
- 5890af3 Fix GDBserver Aarch64 Linux regression by Pedro Alves · 2 years, 11 months ago
- 24ef0d4 gdbserver: Fix build after adding tls feature to arm tdesc. by John Baldwin · 2 years, 11 months ago
- 9c27bc9 gdbserver: Read the tpidr register from NT_ARM_TLS on Linux. by John Baldwin · 2 years, 11 months ago
- 414d584 Add an aarch64-tls feature which includes the tpidr register. by John Baldwin · 2 years, 11 months ago
- 7f8aced gdbserver: track current process as well as current thread by Pedro Alves · 3 years ago
- fc0b8a9 Fix libinproctrace.so build on PPC by Tom Tromey · 2 years, 11 months ago
- 801eb70 Fix gdbserver build for x86-64 Windows by Tom Tromey · 2 years, 11 months ago
- f551c8e gdbserver/linux: free process_info_private and arch_process_info when failing to attach by Simon Marchi · 3 years ago
- 7ab2607 gdbsupport: make gdb_abspath return an std::string by Simon Marchi · 3 years ago
- 8e347fa gdbserver: Eliminate prepare_to_access_memory by Pedro Alves · 3 years ago
- 421490a gdbserver/linux: Access memory even if threads are running by Pedro Alves · 3 years ago
- 366e374 gdbserver: special case target_write_memory len==0 by Pedro Alves · 3 years ago
- 330d630 gdbserver/qXfer::threads, prepare_to_access_memory=>target_pause_all by Pedro Alves · 3 years ago
- 8bbdbd6 Use GetThreadDescription on Windows by Tom Tromey · 3 years ago
- 42a5971 Implement thread_name for gdbserver by Tom Tromey · 3 years ago
- 44ac251 Share handle_ms_vc_exception with gdbserver by Tom Tromey · 3 years ago
- b17c7ab Move target_read_string to target/target.c by Tom Tromey · 3 years ago
- c560a5f Let std::thread check pass even without pthreads by Tom Tromey · 3 years ago
- e88cf51 gdbserver: report correct status in thread stop race condition by Simon Marchi · 3 years, 2 months ago
- 0578e87 Remove some globals from nat/windows-nat.c by Tom Tromey · 3 years ago
- 20471e0 gdbserver/linux: set lwp !stopped when failing to resume by Simon Marchi · 3 years, 2 months ago
- c50e548 Consolidate definition of current_directory by Tom Tromey · 3 years ago
- 4bd817e nat: Split out platform-independent aarch64 debug register support. by John Baldwin · 3 years ago
- 4414150 gdbserver: Fixup previous patch by Pedro Alves · 3 years ago
- 04f0c03 gdbserver: Fix incorrect assertion by Pedro Alves · 3 years, 4 months ago
- 8a841a3 Re-add zombie leader on exit, gdbserver/linux by Pedro Alves · 3 years, 1 month ago
- aa40a98 gdbserver: Reindent check_zombie_leaders by Pedro Alves · 3 years, 1 month ago
- 5406bc3 gdbserver: Reorganize linux_process_target::filter_event by Pedro Alves · 3 years, 1 month ago
- e48359e Fix gdbserver/linux target_waitstatus logging assert by Pedro Alves · 3 years, 1 month ago
- 8674f08 Avoid conflict with gnulib open/close macros. by Roland McGrath · 3 years, 1 month ago
- cdc8e9b gdbserver linux-low: Convert linux_event_pipe to the event_pipe class. by John Baldwin · 3 years, 1 month ago
- a288518 gdb/linux: remove ptrace support check for exec, fork, vfork, vforkdone, clone, sysgood by Simon Marchi · 3 years, 2 months ago
- 696c0d5 gdb, gdbserver: update thread identifier in enable_btrace target method by Markus Metzger · 3 years, 4 months ago
- 91f9405 gdbserver: introduce remote_debug_printf by Simon Marchi · 3 years, 2 months ago
- c058728 gdbserver: introduce threads_debug_printf, THREADS_SCOPED_DEBUG_ENTER_EXIT by Simon Marchi · 3 years, 2 months ago
- c68665c gdbserver: turn debug_threads into a boolean by Simon Marchi · 3 years, 2 months ago
- 4b74833 gdb: don't use -Wmissing-prototypes with g++ by Andrew Burgess · 3 years, 3 months ago
- 8d5e08e Do not use CC_HAS_LONG_LONG by Tom Tromey · 3 years, 3 months ago
- 4a94e36 Automatic Copyright Year update after running gdb/copyright.py by Joel Brobecker · 3 years, 3 months ago
- dd10f20 Update Copyright Year in gdb, gdbserver and gdbreplay version output by Joel Brobecker · 3 years, 3 months ago
- 261b074 New --enable-threading configure option to control use of threads in GDB/GDBserver by Luis Machado · 3 years, 4 months ago
- 237f6ea gdbserver/tracepoint.cc: use snprintf in gdb_agent_socket_init by Simon Marchi · 3 years, 3 months ago
- b2c7007 gdbserver/tracepoint.cc: work around -Wstringop-truncation error by Simon Marchi · 3 years, 3 months ago
- 20ac1cd gdbserver/linux-low: replace direct assignment to current_thread by Tankut Baris Aktemur · 3 years, 3 months ago
- 24583e4 gdbserver: replace direct assignments to current_thread by Tankut Baris Aktemur · 3 years, 3 months ago
- f24791b gdbserver: introduce scoped_restore_current_thread and switch_to_thread by Tankut Baris Aktemur · 3 years, 3 months ago
- df5ad10 gdb, gdbserver: detach fork child when detaching from fork parent by Simon Marchi · 3 years, 4 months ago
- 7b96196 gdbserver: hide fork child threads from GDB by Simon Marchi · 3 years, 4 months ago
- 2e18755 [gdb/tdep] Fix avx512 -m32 support in gdbserver by Tom de Vries · 3 years, 4 months ago
- c272a98 gdb: pass more const target_waitstatus by reference by Simon Marchi · 3 years, 4 months ago
- 7dca2ea gdb: rename target_waitstatus_to_string to target_waitstatus::to_string by Simon Marchi · 3 years, 4 months ago
- b7c9d39 Remove config.cache in gdbserver's "distclean" by Tom Tromey · 3 years, 4 months ago
- 0b03c6f Fix build on rhES5 by Tom Tromey · 3 years, 11 months ago
- 6c130ba gdbserver: re-generate configure by Simon Marchi · 3 years, 5 months ago
- 7fd8546 [AArch64] Make gdbserver register set selection dynamic by Luis Machado · 3 years, 5 months ago
- 4933265 gdb: or1k: implement gdb server by Stafford Horne · 4 years, 7 months ago
- 61d7f12 gdbserver: make target_pid_to_str return std::string by Simon Marchi · 3 years, 5 months ago
- aab00c2 Fix 'uninstall' target by Tom Tromey · 3 years, 5 months ago
- 63b868d Remove unused variables from gdbserver's Makefile by Tom Tromey · 3 years, 5 months ago
- 183be22 gdb, gdbserver: make target_waitstatus safe by Simon Marchi · 3 years, 5 months ago
- c360a47 gdbserver: initialize the members of lwp_info in-class by Simon Marchi · 3 years, 6 months ago
- d2f325d gdbserver: make thread_info non-POD by Simon Marchi · 3 years, 6 months ago
- 77252bf [gdb/build] Add CXX_DIALECT to CXX by Tom de Vries · 3 years, 6 months ago
- 96bbe3e Change ptid_t::tid to ULONGEST by Tom Tromey · 3 years, 6 months ago
- 184ea2f Remove defaulted 'tid' parameter to ptid_t constructor by Tom Tromey · 3 years, 6 months ago
- 929ee48 Remove unused declaration from gdbserver/win32-low.h by Tom Tromey · 3 years, 7 months ago
- 4eb629d gdbserver: Check r_version < 1 for Linux debugger interface by H.J. Lu · 3 years, 7 months ago
- 0b73bf7 Fix the Windows build by Tom Tromey · 3 years, 8 months ago
- 730afdd gdb: move remaining ChangeLogs to legacy files by Andrew Burgess · 3 years, 8 months ago
- 11bd012 gdb: make inferior::m_cwd an std::string by Simon Marchi · 3 years, 9 months ago
- 5b8bf2e gdb: un-share set_inferior_cwd declaration by Simon Marchi · 3 years, 10 months ago
- f493177 gdbsupport/common.m4: check for sigtimedwait by Simon Marchi · 3 years, 9 months ago
- 7e3941a gdb/gdbserver: switch to AC_CONFIG_MACRO_DIRS by Mike Frysinger · 3 years, 10 months ago
- 483ab96 gnulib: define the path to gnulib's parent dir by Mike Frysinger · 3 years, 10 months ago
- 01add95 gdb: fix some indentation issues by Simon Marchi · 3 years, 10 months ago
- c1c0a7e gdb: additional settings for emacs in .dir-locals.el by Andrew Burgess · 3 years, 10 months ago
- 8d06918 gdb, gdbserver: make status_to_str return std::string by Simon Marchi · 3 years, 11 months ago
- 4655f85 Don't run personality syscall at configure time; don't check it at all by Pedro Alves · 4 years ago
- e2ea3a3 Don't include sys/personality.h in linux-low.cc anymore by Pedro Alves · 3 years, 11 months ago
- 482155e gdbserver/server: make some functions void by Tankut Baris Aktemur · 3 years, 11 months ago
- 8228833 Fix x86_64 mingw build by Tom Tromey · 3 years, 11 months ago
- e228ef9 Share DLL code between gdb and gdbserver by Tom Tromey · 4 years ago
- de07187 Use nat/windows-nat function indirection code by Tom Tromey · 4 years ago
- 38ae291 Remove use of _WIN32_WCE by Tom Tromey · 4 years ago
- 6cacd44 Remove WinCE code from gdbreplay by Pedro Alves · 4 years ago
- 1228cb9 Remove some unused typedefs from gdbserver by Tom Tromey · 4 years ago
- 0256da2 Remove process_stratum_target::hostio_last_error abstraction by Pedro Alves · 4 years ago
- d471748 gdb, gdbserver: remove WinCE support code by Simon Marchi · 4 years ago
- 0497795 gdbserver: constify the 'pid_to_exec_file' target op by Tankut Baris Aktemur · 4 years ago
- 114ee2a Improve support for loading DLLs at run time in gdbserver. by Eli Zaretskii · 4 years ago
- 782c1ab Fix inverted logic bug by Luis Machado · 4 years ago
- 41919a5 AArch64: Add gdbserver MTE support by Luis Machado · 4 years, 10 months ago
- 5e984db AArch64: Add MTE register set support for GDB and gdbserver by Luis Machado · 4 years, 10 months ago
- c1bd443 AArch64: Add target description/feature for MTE registers by Luis Machado · 4 years, 10 months ago
- 0424512 AArch64: Add MTE CPU feature check support by Luis Machado · 4 years, 10 months ago
- c2cfa65 Unit tests for gdbserver memory tagging remote packets by Luis Machado · 4 years, 10 months ago
- 546b77f GDBserver remote packet support for memory tagging by Luis Machado · 4 years, 10 months ago
- d171632 gdbserver: convert the global dll list into a process_info field by Tankut Baris Aktemur · 4 years ago
- 1a48f00 gdbserver: linux-low: make linux_process_target::filter_event return void by Simon Marchi · 4 years, 1 month ago