aboutsummaryrefslogtreecommitdiff
path: root/gdb/aarch64-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-01Add SVE register definesAlan Hayward1-0/+21
2018-05-31Add Aarch64 SVE target descriptionAlan Hayward1-9/+23
2018-05-30Remove regcache_cooked_writeSimon Marchi1-7/+7
2018-05-30Remove regcache_cooked_readSimon Marchi1-6/+6
2018-05-30Remove regcache_raw_writeSimon Marchi1-5/+5
2018-05-15Modify AArch64 Assembly and disassembly functions to be able to fail and repo...Tamar Christina1-4/+4
2018-05-10Fix tagged pointer supportOmair Javaid1-5/+0
2018-04-27Enable -Wsuggest-overrideTom Tromey1-0/+2
2018-02-21class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi1-1/+1
2018-01-22Replace regcache_raw_read with regcache->raw_readYao Qi1-5/+5
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-08Clear non-significant bits of address on memory accessYao Qi1-0/+5
2017-11-24Add xml selftests for aarch64 target description.Alan Hayward1-0/+2
2017-11-24Use flexible target descriptors for aarch64Alan Hayward1-5/+0
2017-11-24Add aarch64_create_target_descriptionAlan Hayward1-1/+15
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-3/+3
2017-10-21Create a displaced_step_closure class hierarchySimon Marchi1-10/+11
2017-10-12C++-ify prologue-value's pv_areaTom Tromey1-25/+16
2017-10-05Clean up includes of doublest.h and floatformat.hUlrich Weigand1-1/+0
2017-09-16Add selftests run filteringSimon Marchi1-2/+4
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-08-18Put selftests api into selftests namespaceYao Qi1-2/+2
2017-08-07gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki1-1/+1
2017-06-14Don't use print_insn_XXX in GDBYao Qi1-1/+1
2017-06-07Remove MAX_REGISTER_SIZE from aarch64-tdep.cAlan Hayward1-3/+3
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi1-8/+9
2017-04-25Change gdbarch_wchar_bit for AArch64 and ARMYao Qi1-1/+0
2017-04-21release branch: Fix: --enable-werrorJan Kratochvil1-0/+2
2017-04-12Teach GDB that wchar_t is a built-in type in C++ modePedro Alves1-0/+2
2017-03-23Handle PRFM in AArch64 process recordYao Qi1-3/+57
2017-03-23Fix code indentationYao Qi1-8/+12
2017-03-23Remove AARCH64_RECORD_FAILUREYao Qi1-1/+0
2017-03-22Wrap locally used classes in anonymous namespaceYao Qi1-0/+4
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-2/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-09Use code cache in aarch64 prologue analyzerYao Qi1-1/+1
2016-12-02[AArch64] Recognize STR instruction in prologueYao Qi1-0/+75
2016-12-02Add unit test to aarch64 prologue analyzerYao Qi1-2/+119
2016-11-22Change gdbarch software_single_step frame_info to regcacheYao Qi1-2/+1
2016-11-22gdbarch software_single_step frame_info to regcache: aarch64Yao Qi1-2/+3
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi1-9/+9
2016-11-03Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi1-3/+6
2016-11-03GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi1-10/+2
2016-10-12[AArch64] Track FP registers in prologue analyzerYao Qi1-7/+31
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-2/+3
2016-08-19[AArch64] Match instruction "STP with base register" in prologueYao Qi1-2/+3
2016-07-14Remove unused variablesTom Tromey1-2/+1
2016-06-28[AArch64] Use int64_t for address offsetYao Qi1-1/+1
2016-05-07remove trivialy unused variablesTrevor Saunders1-23/+0
2016-04-20Fix "incompatible pointer type" warning in gdb/aarch64-tdep.cPedro Alves1-1/+2