aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/linux-aarch64-low.cc
AgeCommit message (Expand)AuthorFilesLines
2024-05-03[gdb/build] Fix gdbserver/linux-aarch64-low.cc buildMark Wielaard1-1/+1
2024-05-02Fix regression on aarch64-linux gdbserverTom Tromey1-35/+3
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-2/+2
2023-10-04sme2: Enable SME2 support in gdbserverLuis Machado1-0/+57
2023-10-04sme: Add support for SMELuis Machado1-0/+60
2023-10-04refactor: Simplify SVE interface to read/write registersLuis Machado1-3/+21
2023-10-04refactor: Rename SVE-specific filesLuis Machado1-1/+1
2023-06-03[gdbserver] Fix typo in debug messageTom de Vries1-1/+1
2023-02-01gdbserver: Add PID parameter to linux_get_auxv and linux_get_hwcapThiago Jung Bauermann1-3/+4
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-16[aarch64] Fix removal of non-address bits for PAuthLuis Machado1-12/+21
2022-12-09[aarch64] Add TPIDR2 register support for LinuxLuis Machado1-5/+19
2022-05-18Use aarch64_features to describe register features in target descriptions.John Baldwin1-7/+4
2022-05-04Fix build failure for aarch64 gdbserverLuis Machado1-1/+1
2022-05-04Fix GDBserver Aarch64 Linux regressionPedro Alves1-3/+3
2022-05-03gdbserver: Read the tpidr register from NT_ARM_TLS on Linux.John Baldwin1-1/+31
2022-03-22nat: Split out platform-independent aarch64 debug register support.John Baldwin1-5/+8
2022-01-18gdbserver: introduce threads_debug_printf, THREADS_SCOPED_DEBUG_ENTER_EXITSimon Marchi1-3/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-03[AArch64] Make gdbserver register set selection dynamicLuis Machado1-85/+101
2021-03-24AArch64: Add gdbserver MTE supportLuis Machado1-0/+61
2021-03-24AArch64: Add MTE register set support for GDB and gdbserverLuis Machado1-0/+29
2021-03-24AArch64: Add target description/feature for MTE registersLuis Machado1-1/+5
2021-03-24AArch64: Add MTE CPU feature check supportLuis Machado1-0/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-16Fix TBI handling for watchpointsLuis Machado1-1/+23
2020-04-02gdbserver/linux-low: delete 'linux_target_ops' and 'the_low_target'Tankut Baris Aktemur1-4/+0
2020-04-02gdbserver/linux-low: turn 'get_syscall_trapinfo' into a methodTankut Baris Aktemur1-4/+13
2020-04-02gdbserver/linux-low: turn 'supports_hardware_single_step' into a methodTankut Baris Aktemur1-9/+0
2020-04-02gdbserver/linux-low: turn 'supports_range_stepping' into a methodTankut Baris Aktemur1-5/+6
2020-04-02gdbserver/linux-low: turn 'emit_ops' into a methodTankut Baris Aktemur1-4/+5
2020-04-02gdbserver/linux-low: turn fast tracepoint ops into methodsTankut Baris Aktemur1-20/+30
2020-04-02gdbserver/linux-low: turn 'get_thread_area' into a methodTankut Baris Aktemur1-4/+5
2020-04-02gdbserver/linux-low: turn 'supports_tracepoints' into a methodTankut Baris Aktemur1-5/+6
2020-04-02gdbserver/linux-low: turn 'process_qsupported' into a methodTankut Baris Aktemur1-1/+0
2020-04-02gdbserver/linux-low: turn 'prepare_to_resume' into a methodTankut Baris Aktemur1-1/+8
2020-04-02gdbserver/linux-low: turn process/thread addition/deletion ops into methodsTankut Baris Aktemur1-15/+32
2020-04-02gdbserver/linux-low: turn 'siginfo_fixup' into a methodTankut Baris Aktemur1-6/+9
2020-04-02gdbserver/linux-low: turn '{collect, supply}_ptrace_register' into methodsTankut Baris Aktemur1-2/+0
2020-04-02gdbserver/linux-low: turn watchpoint ops into methodsTankut Baris Aktemur1-12/+11
2020-04-02gdbserver/linux-low: turn 'insert_point' and 'remove_point' into methodsTankut Baris Aktemur1-10/+14
2020-04-02gdbserver/linux-low: turn 'supports_z_point_type' into a methodTankut Baris Aktemur1-6/+7
2020-04-02gdbserver/linux-low: turn 'breakpoint_at' into a methodTankut Baris Aktemur1-8/+8
2020-04-02gdbserver/linux-low: turn the 'decr_pc_after_break' field into a methodTankut Baris Aktemur1-1/+0
2020-04-02gdbserver/linux-low: turn 'supports_software_single_step' and 'get_next_pcs' ...Tankut Baris Aktemur1-1/+0
2020-04-02gdbserver/linux-low: turn 'sw_breakpoint_from_kind' into a methodTankut Baris Aktemur1-4/+5
2020-04-02gdbserver/linux-low: turn 'breakpoint_kind_from_{pc, current_state}' into met...Tankut Baris Aktemur1-8/+10
2020-04-02gdbserver/linux-low: turn 'get_pc' and 'set_pc' into methodsTankut Baris Aktemur1-8/+18