summaryrefslogtreecommitdiff
path: root/gdb/aarch64-tdep.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-08Clear non-significant bits of address on memory accessYao Qi
2017-11-24Add xml selftests for aarch64 target description.Alan Hayward
2017-11-24Use flexible target descriptors for aarch64Alan Hayward
2017-11-24Add aarch64_create_target_descriptionAlan Hayward
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-10-21Create a displaced_step_closure class hierarchySimon Marchi
2017-10-12C++-ify prologue-value's pv_areaTom Tromey
2017-10-05Clean up includes of doublest.h and floatformat.hUlrich Weigand
2017-09-16Add selftests run filteringSimon Marchi
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-18Put selftests api into selftests namespaceYao Qi
2017-08-07gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki
2017-06-14Don't use print_insn_XXX in GDBYao Qi
2017-06-07Remove MAX_REGISTER_SIZE from aarch64-tdep.cAlan Hayward
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi
2017-04-25Change gdbarch_wchar_bit for AArch64 and ARMYao Qi
2017-04-21release branch: Fix: --enable-werrorJan Kratochvil
2017-04-12Teach GDB that wchar_t is a built-in type in C++ modePedro Alves
2017-03-23Handle PRFM in AArch64 process recordYao Qi
2017-03-23Fix code indentationYao Qi
2017-03-23Remove AARCH64_RECORD_FAILUREYao Qi
2017-03-22Wrap locally used classes in anonymous namespaceYao Qi
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-09Use code cache in aarch64 prologue analyzerYao Qi
2016-12-02[AArch64] Recognize STR instruction in prologueYao Qi
2016-12-02Add unit test to aarch64 prologue analyzerYao Qi
2016-11-22Change gdbarch software_single_step frame_info to regcacheYao Qi
2016-11-22gdbarch software_single_step frame_info to regcache: aarch64Yao Qi
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi
2016-11-03Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi
2016-11-03GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi
2016-10-12[AArch64] Track FP registers in prologue analyzerYao Qi
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-08-19[AArch64] Match instruction "STP with base register" in prologueYao Qi
2016-07-14Remove unused variablesTom Tromey
2016-06-28[AArch64] Use int64_t for address offsetYao Qi
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-04-20Fix "incompatible pointer type" warning in gdb/aarch64-tdep.cPedro Alves
2016-02-15Don't print 0x for core_addr_to_string_nzYao Qi
2016-01-29Fix two misleading indentation warningsSimon Marchi
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-12-17Fix one heap buffer overflow in aarch64_push_dummy_callYao Qi
2015-11-27[AArch64] Handle HFA and HVA togetherYao Qi
2015-11-27[AArch64] Support gnu vector in inferior callYao Qi
2015-11-18Fix out of boundary access in pass_in_vYao Qi
2015-11-16Fix stack buffer overflow in aarch64_extract_return_valueYao Qi
2015-11-16Pass value * instead of bfd_byte * to pass_* functions in aarch64-tdep.cYao Qi
2015-11-16Use value_contents instead of value_contents_writeableYao Qi