aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-aarch64-low.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-14Fix build gdbserver build errors on arm, mips, aarch64.Don Breazeal1-5/+5
2015-05-12Arch-specific remote follow forkDon Breazeal1-0/+28
2015-03-24Change signature of linux_target_ops.new_threadGary Benson1-3/+3
2015-03-06Use show_debug_regs as a booleanYao Qi1-2/+2
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-2/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-16aarch64/gdbserver: fix floating point registers displayCatalin Udma1-1/+7
2014-09-16Rename current_inferior as current_thread in gdbserverGary Benson1-3/+3
2014-09-11Introduce show_debug_regsGary Benson1-11/+8
2014-05-23Include asm/ptrace.h for linux-aarch64-low.cRamana Radhakrishnan1-0/+1
2014-05-20[GDBserver] Make Zx/zx packet handling idempotent.Pedro Alves1-12/+9
2014-05-20[GDBserver] Move Z packet defines and type convertion routines to shared code.Pedro Alves1-28/+0
2014-05-20[GDBserver][AArch64] Make watchpoint support use target_hw_bp_type.Pedro Alves1-39/+61
2014-02-20Remove all_lwps global.Doug Evans1-10/+13
2014-01-22 New gdbserver option --debug-format=timestamp.Doug Evans1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-18gdb/Yufeng Zhang1-1/+4
2013-09-16gdbserver, aarch64: Zero out regs in aarch64_linux_set_debug_regs.Will Newton1-0/+1
2013-06-07[GDBserver] Multi-process + multi-archPedro Alves1-5/+38
2013-05-28[GDBserver][AArch64] Remove references to aarch64-without-fpu.xml.Pedro Alves1-3/+0
2013-02-072013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>Marcus Shawcroft1-7/+13
2013-02-07Switch AArch64 gdbserver ps_get_thread_area to PTRACE_GETREGSET.Marcus Shawcroft1-3/+9
2013-02-04AArch64 GDBserver support.Marcus Shawcroft1-0/+1267