Age | Commit message (Expand) | Author | Files | Lines |
2023-02-10 | Move implementation of perror_with_name to gdbsupport | Aaron Merey | 1 | -22/+0 |
2023-02-01 | gdbserver: Add PID parameter to linux_get_auxv and linux_get_hwcap | Thiago Jung Bauermann | 11 | -37/+36 |
2023-02-01 | gdbserver: Add assert in find_register_by_number | Thiago Jung Bauermann | 1 | -2/+3 |
2023-01-18 | Fix 'make TAGS' in gdbserver | Tom Tromey | 1 | -3/+4 |
2023-01-13 | gdbserver: add comments to read_inferior_memory function | Andrew Burgess | 3 | -0/+7 |
2023-01-11 | Set _WIN32_WINNT in common.m4 configure check | Tom Tromey | 1 | -1/+11 |
2023-01-05 | gdbsupport: move libxxhash configure check to gdbsupport | Simon Marchi | 2 | -0/+517 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 88 | -88/+88 |
2023-01-01 | Update copyright year in help message of gdb, gdbserver, gdbreplay | Joel Brobecker | 2 | -4/+4 |
2022-12-16 | [aarch64] Fix removal of non-address bits for PAuth | Luis Machado | 1 | -12/+21 |
2022-12-15 | gdbsupport: change xml_escape_text_append's parameter from pointer to reference | Simon Marchi | 2 | -2/+2 |
2022-12-09 | [aarch64] Add TPIDR2 register support for Linux | Luis Machado | 3 | -9/+40 |
2022-11-28 | gdbserver: switch to right process in find_one_thread | Simon Marchi | 1 | -12/+17 |
2022-11-27 | [gdb/server] Emit warning for SIGINT failure | Tom de Vries | 1 | -1/+4 |
2022-11-18 | gdbserver/linux-x86: move lwp declaration out of __x86_64__ region | Simon Marchi | 1 | -1/+1 |
2022-11-18 | gdbserver: use current_process in ps_getpid | Simon Marchi | 1 | -1/+1 |
2022-11-18 | gdbserver/linux-x86: make is_64bit_tdesc accept thread as a parameter | Simon Marchi | 1 | -14/+16 |
2022-11-18 | gdbserver/linux: take condition out of callback in find_lwp_pid | Simon Marchi | 1 | -2/+2 |
2022-11-09 | gdbserver: do not report btrace support if target does not announce it | Tankut Baris Aktemur | 5 | -1/+19 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 11 | -68/+37 |
2022-10-18 | gdb, gdbserver: extend RSP to support namespaces | Markus Metzger | 1 | -9/+17 |
2022-10-18 | gdbserver: move main_lm handling into caller | Markus Metzger | 1 | -48/+48 |
2022-10-18 | gdb, gdbserver: support dlmopen() | Markus Metzger | 1 | -94/+153 |
2022-09-28 | Renenerate {gdb,gdbserver}/configure | Pedro Alves | 1 | -2/+2 |
2022-09-24 | gdbserver: remove unused for loop | Enze Li | 1 | -3/+0 |
2022-09-21 | gdbsupport: move include/gdb/fileio.h contents to fileio.h | Simon Marchi | 2 | -2/+2 |
2022-09-13 | gdbserver/csky add csky gdbserver support | Jiangshuai Li | 3 | -0/+358 |
2022-08-16 | Use strwinerror in gdb/windows-nat.c | Tom Tromey | 2 | -70/+0 |
2022-08-09 | gdb/gdbserver: LoongArch: Improve implementation of fcc registers | Feiyang Chen | 1 | -0/+24 |
2022-07-13 | gdbserver: remove unused variable | Enze Li | 1 | -6/+2 |
2022-07-12 | gdbserver: LoongArch: Add floating-point support | Tiezhu Yang | 1 | -0/+32 |
2022-07-10 | gdbserver: LoongArch: Add orig_a0 processing | Youling Tang | 1 | -0/+2 |
2022-07-10 | gdbserver: LoongArch: Simplify code with register number macros | Youling Tang | 1 | -15/+9 |
2022-06-29 | Fix GDBserver regression due to change to avoid reading shell registers | Pedro Alves | 1 | -2/+11 |
2022-06-28 | gdb+gdbserver/Linux: avoid reading registers while going through shell | Pedro Alves | 3 | -4/+24 |
2022-06-27 | Make GDBserver abort on internal error in development mode | Pedro Alves | 1 | -3/+17 |
2022-06-14 | gdbserver: Add LoongArch/Linux support | Youling Tang | 3 | -0/+253 |
2022-06-07 | Use subclasses of windows_process_info | Tom Tromey | 2 | -56/+65 |
2022-06-07 | Allow ASLR to be disabled on Windows | Tom Tromey | 2 | -0/+6 |
2022-06-07 | Introduce wrapper for CreateProcess | Tom Tromey | 1 | -4/+1 |
2022-05-18 | Use aarch64_features to describe register features in target descriptions. | John Baldwin | 5 | -21/+20 |
2022-05-13 | Implement pid_to_exec_file for Windows in gdbserver | Tom Tromey | 2 | -0/+11 |
2022-05-13 | Remove windows_process_info::id | Tom Tromey | 1 | -6/+5 |
2022-05-04 | Fix build failure for aarch64 gdbserver | Luis Machado | 1 | -1/+1 |
2022-05-04 | Fix GDBserver Aarch64 Linux regression | Pedro Alves | 1 | -3/+3 |
2022-05-03 | gdbserver: Fix build after adding tls feature to arm tdesc. | John Baldwin | 1 | -1/+1 |
2022-05-03 | gdbserver: Read the tpidr register from NT_ARM_TLS on Linux. | John Baldwin | 4 | -11/+42 |
2022-05-03 | Add an aarch64-tls feature which includes the tpidr register. | John Baldwin | 2 | -2/+2 |
2022-05-03 | gdbserver: track current process as well as current thread | Pedro Alves | 5 | -11/+79 |
2022-04-28 | Fix libinproctrace.so build on PPC | Tom Tromey | 1 | -1/+2 |