summaryrefslogtreecommitdiff
path: root/gdbserver/linux-aarch64-low.cc
Commit message (Expand)AuthorAgeFilesLines
* gdbserver: Add PID parameter to linux_get_auxv and linux_get_hwcapThiago Jung Bauermann2023-02-011-3/+4
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* [aarch64] Fix removal of non-address bits for PAuthLuis Machado2022-12-161-12/+21
* [aarch64] Add TPIDR2 register support for LinuxLuis Machado2022-12-091-5/+19
* Use aarch64_features to describe register features in target descriptions.John Baldwin2022-05-181-7/+4
* Fix build failure for aarch64 gdbserverLuis Machado2022-05-041-1/+1
* Fix GDBserver Aarch64 Linux regressionPedro Alves2022-05-041-3/+3
* gdbserver: Read the tpidr register from NT_ARM_TLS on Linux.John Baldwin2022-05-031-1/+31
* nat: Split out platform-independent aarch64 debug register support.John Baldwin2022-03-221-5/+8
* gdbserver: introduce threads_debug_printf, THREADS_SCOPED_DEBUG_ENTER_EXITSimon Marchi2022-01-181-3/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* [AArch64] Make gdbserver register set selection dynamicLuis Machado2021-11-031-85/+101
* AArch64: Add gdbserver MTE supportLuis Machado2021-03-241-0/+61
* AArch64: Add MTE register set support for GDB and gdbserverLuis Machado2021-03-241-0/+29
* AArch64: Add target description/feature for MTE registersLuis Machado2021-03-241-1/+5
* AArch64: Add MTE CPU feature check supportLuis Machado2021-03-241-0/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Fix TBI handling for watchpointsLuis Machado2020-12-161-1/+23
* gdbserver/linux-low: delete 'linux_target_ops' and 'the_low_target'Tankut Baris Aktemur2020-04-021-4/+0
* gdbserver/linux-low: turn 'get_syscall_trapinfo' into a methodTankut Baris Aktemur2020-04-021-4/+13
* gdbserver/linux-low: turn 'supports_hardware_single_step' into a methodTankut Baris Aktemur2020-04-021-9/+0
* gdbserver/linux-low: turn 'supports_range_stepping' into a methodTankut Baris Aktemur2020-04-021-5/+6
* gdbserver/linux-low: turn 'emit_ops' into a methodTankut Baris Aktemur2020-04-021-4/+5
* gdbserver/linux-low: turn fast tracepoint ops into methodsTankut Baris Aktemur2020-04-021-20/+30
* gdbserver/linux-low: turn 'get_thread_area' into a methodTankut Baris Aktemur2020-04-021-4/+5
* gdbserver/linux-low: turn 'supports_tracepoints' into a methodTankut Baris Aktemur2020-04-021-5/+6
* gdbserver/linux-low: turn 'process_qsupported' into a methodTankut Baris Aktemur2020-04-021-1/+0
* gdbserver/linux-low: turn 'prepare_to_resume' into a methodTankut Baris Aktemur2020-04-021-1/+8
* gdbserver/linux-low: turn process/thread addition/deletion ops into methodsTankut Baris Aktemur2020-04-021-15/+32
* gdbserver/linux-low: turn 'siginfo_fixup' into a methodTankut Baris Aktemur2020-04-021-6/+9
* gdbserver/linux-low: turn '{collect, supply}_ptrace_register' into methodsTankut Baris Aktemur2020-04-021-2/+0
* gdbserver/linux-low: turn watchpoint ops into methodsTankut Baris Aktemur2020-04-021-12/+11
* gdbserver/linux-low: turn 'insert_point' and 'remove_point' into methodsTankut Baris Aktemur2020-04-021-10/+14
* gdbserver/linux-low: turn 'supports_z_point_type' into a methodTankut Baris Aktemur2020-04-021-6/+7
* gdbserver/linux-low: turn 'breakpoint_at' into a methodTankut Baris Aktemur2020-04-021-8/+8
* gdbserver/linux-low: turn the 'decr_pc_after_break' field into a methodTankut Baris Aktemur2020-04-021-1/+0
* gdbserver/linux-low: turn 'supports_software_single_step' and 'get_next_pcs' ...Tankut Baris Aktemur2020-04-021-1/+0
* gdbserver/linux-low: turn 'sw_breakpoint_from_kind' into a methodTankut Baris Aktemur2020-04-021-4/+5
* gdbserver/linux-low: turn 'breakpoint_kind_from_{pc, current_state}' into met...Tankut Baris Aktemur2020-04-021-8/+10
* gdbserver/linux-low: turn 'get_pc' and 'set_pc' into methodsTankut Baris Aktemur2020-04-021-8/+18
* gdbserver/linux-low: turn 'fetch_register' into a methodTankut Baris Aktemur2020-04-021-1/+0
* gdbserver/linux-low: turn 'cannot_{fetch/store}_register' into methodsTankut Baris Aktemur2020-04-021-2/+18
* gdbserver/linux-low: turn 'regs_info' into a methodTankut Baris Aktemur2020-04-021-4/+5
* gdbserver/linux-low: turn 'arch_setup' into a methodTankut Baris Aktemur2020-04-021-4/+6
* gdbserver/linux-low: start turning linux target ops into methodsTankut Baris Aktemur2020-04-021-0/+16
* gdbserver: finish turning the target ops vector into a classTankut Baris Aktemur2020-02-201-2/+2
* gdbserver: turn target ops 'read_memory' and 'write_memory' into methodsTankut Baris Aktemur2020-02-201-2/+2
* gdbserver: rename source files to .ccSimon Marchi2020-02-131-0/+3098