summaryrefslogtreecommitdiff
path: root/gdb/aarch64-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use aarch64_decode_insn in aarch64_displaced_step_copy_insnYao Qi2015-11-051-1/+5
* Use aarch64_decode_insn in aarch64_analyze_prologueYao Qi2015-11-051-343/+83
* Combine aarch64_decode_stp_offset_wb and aarch64_decode_stp_offsetYao Qi2015-11-051-59/+14
* Pass noaliases_p to aarch64_decode_insnYao Qi2015-10-281-2/+2
* Initialize field insn_count correctlyYao Qi2015-10-231-0/+1
* Rename emit_insn to aarch64_emit_insnYao Qi2015-10-121-1/+1
* Support displaced stepping in aarch64-linuxYao Qi2015-10-121-0/+337
* Change some void* to gdb_byte*Simon Marchi2015-10-091-1/+1
* [aarch64] use aarch64_decode_insn to decode instructions in GDBYao Qi2015-10-071-11/+18
* Add some more casts (1/2)Simon Marchi2015-09-251-3/+3
* Make aarch64_decode_adrp handle both ADR and ADRP instructionsPierre Langlois2015-09-211-1/+3
* Move instruction decoding into new arch/ directoryPierre Langlois2015-09-211-197/+38
* [AArch64] Use debug_printf instead of fprintf_unfilteredPierre Langlois2015-09-151-129/+132
* [AArch64] Cleanup comments in instruction decoding functionsPierre Langlois2015-09-111-7/+5
* [AArch64] Fix incorrect mask when decoding b.cond instructionPierre Langlois2015-09-111-1/+2