Age | Commit message (Expand) | Author | Files | Lines |
2023-10-04 | sme2: Enable SME2 support in gdbserver | Luis Machado | 1 | -0/+57 |
2023-10-04 | sme: Add support for SME | Luis Machado | 1 | -0/+60 |
2023-10-04 | refactor: Simplify SVE interface to read/write registers | Luis Machado | 1 | -3/+21 |
2023-10-04 | refactor: Rename SVE-specific files | Luis Machado | 1 | -1/+1 |
2023-06-03 | [gdbserver] Fix typo in debug message | Tom de Vries | 1 | -1/+1 |
2023-02-01 | gdbserver: Add PID parameter to linux_get_auxv and linux_get_hwcap | Thiago Jung Bauermann | 1 | -3/+4 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-16 | [aarch64] Fix removal of non-address bits for PAuth | Luis Machado | 1 | -12/+21 |
2022-12-09 | [aarch64] Add TPIDR2 register support for Linux | Luis Machado | 1 | -5/+19 |
2022-05-18 | Use aarch64_features to describe register features in target descriptions. | John Baldwin | 1 | -7/+4 |
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: Read the tpidr register from NT_ARM_TLS on Linux. | John Baldwin | 1 | -1/+31 |
2022-03-22 | nat: Split out platform-independent aarch64 debug register support. | John Baldwin | 1 | -5/+8 |
2022-01-18 | gdbserver: introduce threads_debug_printf, THREADS_SCOPED_DEBUG_ENTER_EXIT | Simon Marchi | 1 | -3/+2 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-03 | [AArch64] Make gdbserver register set selection dynamic | Luis Machado | 1 | -85/+101 |
2021-03-24 | AArch64: Add gdbserver MTE support | Luis Machado | 1 | -0/+61 |
2021-03-24 | AArch64: Add MTE register set support for GDB and gdbserver | Luis Machado | 1 | -0/+29 |
2021-03-24 | AArch64: Add target description/feature for MTE registers | Luis Machado | 1 | -1/+5 |
2021-03-24 | AArch64: Add MTE CPU feature check support | Luis Machado | 1 | -0/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-16 | Fix TBI handling for watchpoints | Luis Machado | 1 | -1/+23 |
2020-04-02 | gdbserver/linux-low: delete 'linux_target_ops' and 'the_low_target' | Tankut Baris Aktemur | 1 | -4/+0 |
2020-04-02 | gdbserver/linux-low: turn 'get_syscall_trapinfo' into a method | Tankut Baris Aktemur | 1 | -4/+13 |
2020-04-02 | gdbserver/linux-low: turn 'supports_hardware_single_step' into a method | Tankut Baris Aktemur | 1 | -9/+0 |
2020-04-02 | gdbserver/linux-low: turn 'supports_range_stepping' into a method | Tankut Baris Aktemur | 1 | -5/+6 |
2020-04-02 | gdbserver/linux-low: turn 'emit_ops' into a method | Tankut Baris Aktemur | 1 | -4/+5 |
2020-04-02 | gdbserver/linux-low: turn fast tracepoint ops into methods | Tankut Baris Aktemur | 1 | -20/+30 |
2020-04-02 | gdbserver/linux-low: turn 'get_thread_area' into a method | Tankut Baris Aktemur | 1 | -4/+5 |
2020-04-02 | gdbserver/linux-low: turn 'supports_tracepoints' into a method | Tankut Baris Aktemur | 1 | -5/+6 |
2020-04-02 | gdbserver/linux-low: turn 'process_qsupported' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-04-02 | gdbserver/linux-low: turn 'prepare_to_resume' into a method | Tankut Baris Aktemur | 1 | -1/+8 |
2020-04-02 | gdbserver/linux-low: turn process/thread addition/deletion ops into methods | Tankut Baris Aktemur | 1 | -15/+32 |
2020-04-02 | gdbserver/linux-low: turn 'siginfo_fixup' into a method | Tankut Baris Aktemur | 1 | -6/+9 |
2020-04-02 | gdbserver/linux-low: turn '{collect, supply}_ptrace_register' into methods | Tankut Baris Aktemur | 1 | -2/+0 |
2020-04-02 | gdbserver/linux-low: turn watchpoint ops into methods | Tankut Baris Aktemur | 1 | -12/+11 |
2020-04-02 | gdbserver/linux-low: turn 'insert_point' and 'remove_point' into methods | Tankut Baris Aktemur | 1 | -10/+14 |
2020-04-02 | gdbserver/linux-low: turn 'supports_z_point_type' into a method | Tankut Baris Aktemur | 1 | -6/+7 |
2020-04-02 | gdbserver/linux-low: turn 'breakpoint_at' into a method | Tankut Baris Aktemur | 1 | -8/+8 |
2020-04-02 | gdbserver/linux-low: turn the 'decr_pc_after_break' field into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-04-02 | gdbserver/linux-low: turn 'supports_software_single_step' and 'get_next_pcs' ... | Tankut Baris Aktemur | 1 | -1/+0 |
2020-04-02 | gdbserver/linux-low: turn 'sw_breakpoint_from_kind' into a method | Tankut Baris Aktemur | 1 | -4/+5 |
2020-04-02 | gdbserver/linux-low: turn 'breakpoint_kind_from_{pc, current_state}' into met... | Tankut Baris Aktemur | 1 | -8/+10 |
2020-04-02 | gdbserver/linux-low: turn 'get_pc' and 'set_pc' into methods | Tankut Baris Aktemur | 1 | -8/+18 |
2020-04-02 | gdbserver/linux-low: turn 'fetch_register' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-04-02 | gdbserver/linux-low: turn 'cannot_{fetch/store}_register' into methods | Tankut Baris Aktemur | 1 | -2/+18 |
2020-04-02 | gdbserver/linux-low: turn 'regs_info' into a method | Tankut Baris Aktemur | 1 | -4/+5 |
2020-04-02 | gdbserver/linux-low: turn 'arch_setup' into a method | Tankut Baris Aktemur | 1 | -4/+6 |
2020-04-02 | gdbserver/linux-low: start turning linux target ops into methods | Tankut Baris Aktemur | 1 | -0/+16 |