| Commit message (Expand) | Author | Age | Files | Lines |
* | nat: Split out platform-independent aarch64 debug register support. | John Baldwin | 2022-03-22 | 2 | -5/+9 |
* | gdbserver: Fixup previous patch | Pedro Alves | 2022-03-21 | 1 | -1/+1 |
* | gdbserver: Fix incorrect assertion | Pedro Alves | 2022-03-21 | 1 | -4/+5 |
* | Re-add zombie leader on exit, gdbserver/linux | Pedro Alves | 2022-03-10 | 1 | -38/+82 |
* | gdbserver: Reindent check_zombie_leaders | Pedro Alves | 2022-03-10 | 1 | -51/+50 |
* | gdbserver: Reorganize linux_process_target::filter_event | Pedro Alves | 2022-03-10 | 1 | -36/+40 |
* | Fix gdbserver/linux target_waitstatus logging assert | Pedro Alves | 2022-03-10 | 1 | -2/+2 |
* | Avoid conflict with gnulib open/close macros. | Roland McGrath | 2022-03-03 | 1 | -2/+2 |
* | gdbserver linux-low: Convert linux_event_pipe to the event_pipe class. | John Baldwin | 2022-02-22 | 1 | -32/+11 |
* | gdb/linux: remove ptrace support check for exec, fork, vfork, vforkdone, clon... | Simon Marchi | 2022-02-10 | 1 | -5/+4 |
* | gdb, gdbserver: update thread identifier in enable_btrace target method | Markus Metzger | 2022-01-27 | 5 | -10/+11 |
* | gdbserver: introduce remote_debug_printf | Simon Marchi | 2022-01-18 | 5 | -97/+48 |
* | gdbserver: introduce threads_debug_printf, THREADS_SCOPED_DEBUG_ENTER_EXIT | Simon Marchi | 2022-01-18 | 13 | -798/+483 |
* | gdbserver: turn debug_threads into a boolean | Simon Marchi | 2022-01-18 | 5 | -17/+11 |
* | gdb: don't use -Wmissing-prototypes with g++ | Andrew Burgess | 2022-01-13 | 3 | -1/+69 |
* | Do not use CC_HAS_LONG_LONG | Tom Tromey | 2022-01-07 | 1 | -1/+1 |
* | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 2022-01-01 | 88 | -88/+88 |
* | Update Copyright Year in gdb, gdbserver and gdbreplay version output | Joel Brobecker | 2022-01-01 | 2 | -2/+2 |
* | New --enable-threading configure option to control use of threads in GDB/GDBs... | Luis Machado | 2021-12-15 | 1 | -1/+23 |
* | gdbserver/tracepoint.cc: use snprintf in gdb_agent_socket_init | Simon Marchi | 2021-12-14 | 1 | -2/+2 |
* | gdbserver/tracepoint.cc: work around -Wstringop-truncation error | Simon Marchi | 2021-12-14 | 1 | -2/+7 |
* | gdbserver/linux-low: replace direct assignment to current_thread | Tankut Baris Aktemur | 2021-12-13 | 1 | -2/+5 |
* | gdbserver: replace direct assignments to current_thread | Tankut Baris Aktemur | 2021-12-13 | 13 | -136/+77 |
* | gdbserver: introduce scoped_restore_current_thread and switch_to_thread | Tankut Baris Aktemur | 2021-12-13 | 2 | -0/+43 |
* | gdb, gdbserver: detach fork child when detaching from fork parent | Simon Marchi | 2021-12-08 | 5 | -0/+83 |
* | gdbserver: hide fork child threads from GDB | Simon Marchi | 2021-12-08 | 5 | -0/+62 |
* | [gdb/tdep] Fix avx512 -m32 support in gdbserver | Tom de Vries | 2021-12-02 | 1 | -13/+37 |
* | gdb: pass more const target_waitstatus by reference | Simon Marchi | 2021-11-22 | 3 | -37/+36 |
* | gdb: rename target_waitstatus_to_string to target_waitstatus::to_string | Simon Marchi | 2021-11-22 | 2 | -15/+6 |
* | Remove config.cache in gdbserver's "distclean" | Tom Tromey | 2021-11-16 | 1 | -2/+1 |
* | Fix build on rhES5 | Tom Tromey | 2021-11-09 | 2 | -0/+20 |
* | gdbserver: re-generate configure | Simon Marchi | 2021-11-04 | 2 | -0/+49 |
* | [AArch64] Make gdbserver register set selection dynamic | Luis Machado | 2021-11-03 | 1 | -85/+101 |
* | gdb: or1k: implement gdb server | Stafford Horne | 2021-10-29 | 3 | -0/+275 |
* | gdbserver: make target_pid_to_str return std::string | Simon Marchi | 2021-10-25 | 6 | -51/+50 |
* | Fix 'uninstall' target | Tom Tromey | 2021-10-22 | 1 | -1/+4 |
* | Remove unused variables from gdbserver's Makefile | Tom Tromey | 2021-10-22 | 1 | -26/+1 |
* | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 2021-10-21 | 8 | -208/+171 |
* | gdbserver: initialize the members of lwp_info in-class | Simon Marchi | 2021-10-21 | 2 | -29/+31 |
* | gdbserver: make thread_info non-POD | Simon Marchi | 2021-10-21 | 2 | -14/+18 |
* | [gdb/build] Add CXX_DIALECT to CXX | Tom de Vries | 2021-10-04 | 1 | -0/+8 |
* | Change ptid_t::tid to ULONGEST | Tom Tromey | 2021-09-23 | 1 | -2/+2 |
* | Remove defaulted 'tid' parameter to ptid_t constructor | Tom Tromey | 2021-09-23 | 3 | -9/+9 |
* | Remove unused declaration from gdbserver/win32-low.h | Tom Tromey | 2021-09-07 | 1 | -3/+0 |
* | gdbserver: Check r_version < 1 for Linux debugger interface | H.J. Lu | 2021-08-17 | 1 | -1/+1 |
* | Fix the Windows build | Tom Tromey | 2021-07-26 | 1 | -3/+3 |
* | gdb: move remaining ChangeLogs to legacy files | Andrew Burgess | 2021-07-26 | 1 | -0/+0 |
* | gdb: make inferior::m_cwd an std::string | Simon Marchi | 2021-07-23 | 3 | -14/+12 |
* | gdb: un-share set_inferior_cwd declaration | Simon Marchi | 2021-07-23 | 2 | -1/+5 |
* | gdbsupport/common.m4: check for sigtimedwait | Simon Marchi | 2021-07-05 | 2 | -1/+4 |