aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-aarch64-low.c
AgeCommit message (Expand)AuthorFilesLines
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