summaryrefslogtreecommitdiff
path: root/gdb/aarch64-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Mark single precision pseudo registers unavailable if invalidPierre Langlois2015-07-161-1/+5
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-1/+1
* [AArch64] Implement gdbarch_gen_return_address gdbarch methodPierre Langlois2015-07-091-0/+16
* [AArch64] Teach stub unwinder to terminate gracefullyPierre Langlois2015-07-091-5/+33
* [AArch64] Teach prologue unwinder to terminate gracefullyPierre Langlois2015-07-091-26/+70
* [AArch64] Only access inferior registers when creating a frame cachePierre Langlois2015-07-091-8/+17
* [AArch64] Refactor aarch64_make_stub_cachePierre Langlois2015-07-091-10/+11
* [AArch64] Refactor aarch64_make_prologue_cachePierre Langlois2015-07-091-18/+15
* [aarch64] Handle unknown instruction encodingYao Qi2015-05-271-1/+7
* Fix ARI warnings in aarch64-tdep.cYao Qi2015-05-271-7/+7
* Implements aarch64 process record and reverse debugging supportOmair Javaid2015-05-261-0/+967
* Don't call set_gdbarch_cannot_step_breakpoint in aarch64_gdbarch_initYao Qi2015-03-201-1/+0
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* aarch64: detect atomic sequences like other ll/sc architecturesKyle McMartin2014-05-071-0/+79
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* * objfiles.h (pc_in_section): New prototype.Maciej W. Rozycki2013-06-241-1/+1
* [AArch64] Remove all traces of aarch64-without-fpu.xml.Pedro Alves2013-05-291-2/+0
* -Wpointer-sign: aarch64-tdep.c.Pedro Alves2013-04-191-1/+1
* -Wpointer-sign: char -> gdb_byte.Pedro Alves2013-04-191-2/+2
* gdb/Yufeng Zhang2013-04-171-10/+0
* * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:Marcus Shawcroft2013-02-051-2/+4
* Add basic support for AArch64.Marcus Shawcroft2013-02-041-0/+2739