]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdbserver/linux-aarch64-low.cc
sme2: Enable SME2 support in gdbserver
[thirdparty/binutils-gdb.git] / gdbserver / linux-aarch64-low.cc
2023-10-04  Luis Machadosme2: Enable SME2 support in gdbserver
2023-10-04  Luis Machadosme: Add support for SME
2023-10-04  Luis Machadorefactor: Simplify SVE interface to read/write registers
2023-10-04  Luis Machadorefactor: Rename SVE-specific files
2023-06-03  Tom de Vries[gdbserver] Fix typo in debug message
2023-02-01  Thiago Jung Bauermanngdbserver: Add PID parameter to linux_get_auxv and...
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-16  Luis Machado[aarch64] Fix removal of non-address bits for PAuth
2022-12-09  Luis Machado[aarch64] Add TPIDR2 register support for Linux
2022-05-18  John BaldwinUse aarch64_features to describe register features...
2022-05-04  Luis MachadoFix build failure for aarch64 gdbserver
2022-05-04  Pedro AlvesFix GDBserver Aarch64 Linux regression
2022-05-03  John Baldwingdbserver: Read the tpidr register from NT_ARM_TLS...
2022-03-22  John Baldwinnat: Split out platform-independent aarch64 debug regis...
2022-01-18  Simon Marchigdbserver: introduce threads_debug_printf, THREADS_SCOP...
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-11-03  Luis Machado[AArch64] Make gdbserver register set selection dynamic
2021-03-24  Luis MachadoAArch64: Add gdbserver MTE support
2021-03-24  Luis MachadoAArch64: Add MTE register set support for GDB and gdbserver
2021-03-24  Luis MachadoAArch64: Add target description/feature for MTE registers
2021-03-24  Luis MachadoAArch64: Add MTE CPU feature check support
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-16  Luis MachadoFix TBI handling for watchpoints
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: delete 'linux_target_ops' and...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'get_syscall_trapinfo' into...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'supports_hardware_single_ste...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'supports_range_stepping...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'emit_ops' into a method
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn fast tracepoint ops into...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'get_thread_area' into a...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'supports_tracepoints' into...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'process_qsupported' into...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'prepare_to_resume' into...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn process/thread addition/delet...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'siginfo_fixup' into a method
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn '{collect, supply}_ptrace_reg...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn watchpoint ops into methods
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'insert_point' and 'remove_po...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'supports_z_point_type' into...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'breakpoint_at' into a method
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn the 'decr_pc_after_break...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'supports_software_single_ste...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'sw_breakpoint_from_kind...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'breakpoint_kind_from_{pc...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'get_pc' and 'set_pc' into...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'fetch_register' into a method
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'cannot_{fetch/store}_registe...
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'regs_info' into a method
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: turn 'arch_setup' into a method
2020-04-02  Tankut Baris Aktemurgdbserver/linux-low: start turning linux target ops...
2020-02-20  Tankut Baris Aktemurgdbserver: finish turning the target ops vector into...
2020-02-20  Tankut Baris Aktemurgdbserver: turn target ops 'read_memory' and 'write_mem...
2020-02-13  Simon Marchigdbserver: rename source files to .cc