summaryrefslogtreecommitdiff
path: root/gdb/aarch64-tdep.c
Commit message (Expand)AuthorAgeFilesLines
...
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Clear non-significant bits of address on memory accessYao Qi2017-12-081-0/+5
* Add xml selftests for aarch64 target description.Alan Hayward2017-11-241-0/+2
* Use flexible target descriptors for aarch64Alan Hayward2017-11-241-5/+0
* Add aarch64_create_target_descriptionAlan Hayward2017-11-241-1/+15
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-3/+3
* Create a displaced_step_closure class hierarchySimon Marchi2017-10-211-10/+11
* C++-ify prologue-value's pv_areaTom Tromey2017-10-121-25/+16
* Clean up includes of doublest.h and floatformat.hUlrich Weigand2017-10-051-1/+0
* Add selftests run filteringSimon Marchi2017-09-161-2/+4
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Put selftests api into selftests namespaceYao Qi2017-08-181-2/+2
* gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki2017-08-071-1/+1
* Don't use print_insn_XXX in GDBYao Qi2017-06-141-1/+1
* Remove MAX_REGISTER_SIZE from aarch64-tdep.cAlan Hayward2017-06-071-3/+3
* Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi2017-05-021-8/+9
* Change gdbarch_wchar_bit for AArch64 and ARMYao Qi2017-04-251-1/+0
* release branch: Fix: --enable-werrorJan Kratochvil2017-04-211-0/+2
* Teach GDB that wchar_t is a built-in type in C++ modePedro Alves2017-04-121-0/+2
* Handle PRFM in AArch64 process recordYao Qi2017-03-231-3/+57
* Fix code indentationYao Qi2017-03-231-8/+12
* Remove AARCH64_RECORD_FAILUREYao Qi2017-03-231-1/+0
* Wrap locally used classes in anonymous namespaceYao Qi2017-03-221-0/+4
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-2/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use code cache in aarch64 prologue analyzerYao Qi2016-12-091-1/+1
* [AArch64] Recognize STR instruction in prologueYao Qi2016-12-021-0/+75
* Add unit test to aarch64 prologue analyzerYao Qi2016-12-021-2/+119
* Change gdbarch software_single_step frame_info to regcacheYao Qi2016-11-221-2/+1
* gdbarch software_single_step frame_info to regcache: aarch64Yao Qi2016-11-221-2/+3
* gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi2016-11-081-9/+9
* Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-3/+6
* GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-10/+2
* [AArch64] Track FP registers in prologue analyzerYao Qi2016-10-121-7/+31
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-2/+3
* [AArch64] Match instruction "STP with base register" in prologueYao Qi2016-08-191-2/+3
* Remove unused variablesTom Tromey2016-07-141-2/+1
* [AArch64] Use int64_t for address offsetYao Qi2016-06-281-1/+1
* remove trivialy unused variablesTrevor Saunders2016-05-071-23/+0
* Fix "incompatible pointer type" warning in gdb/aarch64-tdep.cPedro Alves2016-04-201-1/+2
* Don't print 0x for core_addr_to_string_nzYao Qi2016-02-151-2/+2
* Fix two misleading indentation warningsSimon Marchi2016-01-291-9/+11
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Fix one heap buffer overflow in aarch64_push_dummy_callYao Qi2015-12-171-3/+5
* [AArch64] Handle HFA and HVA togetherYao Qi2015-11-271-17/+20
* [AArch64] Support gnu vector in inferior callYao Qi2015-11-271-0/+39
* Fix out of boundary access in pass_in_vYao Qi2015-11-181-4/+13
* Fix stack buffer overflow in aarch64_extract_return_valueYao Qi2015-11-161-1/+1
* Pass value * instead of bfd_byte * to pass_* functions in aarch64-tdep.cYao Qi2015-11-161-22/+19
* Use value_contents instead of value_contents_writeableYao Qi2015-11-161-1/+1