aboutsummaryrefslogtreecommitdiff
path: root/gdb/aarch64-linux-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-30gdb/linux-record: Fix size_termios for x32, amd64, aarch64Marcin Kościelnicki1-1/+1
2015-10-30gdb/linux-record: Support time, waitpid, pipe syscallsMarcin Kościelnicki1-0/+1
2015-10-30gdb/linux-record: Fix readdir and getdents handlingMarcin Kościelnicki1-2/+1
2015-10-30gdb/linux-record: Fix sizes of sigaction and sigset_tMarcin Kościelnicki1-4/+4
2015-10-30gdb/linux-record: Remove size_siginfoMarcin Kościelnicki1-1/+0
2015-10-12aarch64: Add cast for integer to enum castSimon Marchi1-1/+2
2015-10-12aarch64: Use gdb_sys_no_syscall enum instead of -1Simon Marchi1-1/+1
2015-10-12Support displaced stepping in aarch64-linuxYao Qi1-0/+12
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-09-11gdb/18947: [aarch64]Step into shared library is very slow.Mihail-Marian Nistor1-0/+1
2015-06-24Call set_gdbarch_get_siginfo_type in linux_init_abiYao Qi1-1/+0
2015-05-26Implements aarch64 process record and reverse debugging supportOmair Javaid1-0/+739
2015-03-18Support catch syscall on aarch64 linuxYao Qi1-0/+27
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-09-30AARCH64: Migrate from 'regset_from_core_section' to 'iterate_over_regset_sect...Andreas Arnez1-15/+11
2014-08-07AARCH64 Linux: Fill 'collect_regset' in regset structures.Andreas Arnez1-67/+23
2014-05-21AARCH64: Replace regset_alloc() invocations by static regset structures.Andreas Arnez1-14/+15
2014-05-20Fix issue #15778: GDB Aarch64 signal frame unwinder issueHui Zhu1-29/+34
2014-03-27Remove `expout*' globals from parser-defs.hSergio Durigan Junior1-13/+13
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-28Implement SystemTap SDT probe support for AArch64Sergio Durigan Junior1-0/+137
2013-10-10gdb/aarch64-linux-tdep.c: Call linux_init_abi.Will Newton1-0/+2
2013-02-08gdb/Yufeng Zhang1-3/+3
2013-02-07Enable TLS support in aarch64-linux-tdep.cMarcus Shawcroft1-0/+4
2013-02-04Adding aarch64-linux-tdep support.Marcus Shawcroft1-0/+297