Age | Commit message (Expand) | Author | Files | Lines |
2023-06-21 | gdbserver: use target_waitstatus::to_string in 'prepare_resume_reply' | Tankut Baris Aktemur | 1 | -2/+3 |
2023-06-05 | [gdb] Fix more typos | Tom de Vries | 1 | -1/+1 |
2023-06-03 | [gdb] Fix typos | Tom de Vries | 11 | -11/+11 |
2023-06-03 | [gdbserver] Fix typo in debug message | Tom de Vries | 1 | -1/+1 |
2023-05-08 | gdbserver: Clear upper ZMM registers in the right location. | John Baldwin | 1 | -1/+1 |
2023-04-03 | gdbserver: allow agent expressions to fail with invalid memory access | Andrew Burgess | 2 | -5/+10 |
2023-04-03 | gdbserver: allows agent_mem_read to return an error code | Andrew Burgess | 2 | -9/+11 |
2023-03-09 | gdb, gdbserver, gdbsupport: fix whitespace issues | Simon Marchi | 1 | -1/+1 |
2023-03-01 | Fix btrace regression | Tom Tromey | 1 | -1/+1 |
2023-02-24 | gdbserver/linux-low.cc: Fix a typo in ternary operator | Khem Raj | 1 | -1/+1 |
2023-02-24 | Remove struct buffer | Tom Tromey | 1 | -1/+0 |
2023-02-24 | Don't use struct buffer in handle_qxfer_threads | Tom Tromey | 1 | -28/+17 |
2023-02-24 | Don't use struct buffer in handle_qxfer_btrace | Tom Tromey | 5 | -62/+61 |
2023-02-24 | Don't use struct buffer in handle_qxfer_traceframe_info | Tom Tromey | 3 | -30/+19 |
2023-02-14 | Do not cast away const in agent_run_command | Tom Tromey | 2 | -1/+6 |
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 |