aboutsummaryrefslogtreecommitdiff
path: root/gdb/aarch64-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-30[AArch64] Rename boolean arguments in decoding functionsPierre Langlois1-24/+23
2015-07-16[AArch64] Mark single precision pseudo registers unavailable if invalidPierre Langlois1-1/+5
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-1/+1
2015-07-09[AArch64] Implement gdbarch_gen_return_address gdbarch methodPierre Langlois1-0/+16
2015-07-09[AArch64] Teach stub unwinder to terminate gracefullyPierre Langlois1-5/+33
2015-07-09[AArch64] Teach prologue unwinder to terminate gracefullyPierre Langlois1-26/+70
2015-07-09[AArch64] Only access inferior registers when creating a frame cachePierre Langlois1-8/+17
2015-07-09[AArch64] Refactor aarch64_make_stub_cachePierre Langlois1-10/+11
2015-07-09[AArch64] Refactor aarch64_make_prologue_cachePierre Langlois1-18/+15
2015-05-27[aarch64] Handle unknown instruction encodingYao Qi1-1/+7
2015-05-27Fix ARI warnings in aarch64-tdep.cYao Qi1-7/+7
2015-05-26Implements aarch64 process record and reverse debugging supportOmair Javaid1-0/+967
2015-03-20Don't call set_gdbarch_cannot_step_breakpoint in aarch64_gdbarch_initYao Qi1-1/+0
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-05-07aarch64: detect atomic sequences like other ll/sc architecturesKyle McMartin1-0/+79
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-06-24 * objfiles.h (pc_in_section): New prototype.Maciej W. Rozycki1-1/+1
2013-05-29[AArch64] Remove all traces of aarch64-without-fpu.xml.Pedro Alves1-2/+0
2013-04-19-Wpointer-sign: aarch64-tdep.c.Pedro Alves1-1/+1
2013-04-19-Wpointer-sign: char -> gdb_byte.Pedro Alves1-2/+2
2013-04-17gdb/Yufeng Zhang1-10/+0
2013-02-05 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:Marcus Shawcroft1-2/+4
2013-02-04Add basic support for AArch64.Marcus Shawcroft1-0/+2739