Enable -Wsuggest-override
[deliverable/binutils-gdb.git] / gdb / aarch64-tdep.c
2018-04-27  Tom TromeyEnable -Wsuggest-override
2018-02-21  Yao Qiclass readable_regcache and pass readable_regcache...
2018-01-22  Yao QiReplace regcache_raw_read with regcache->raw_read
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-08  Yao QiClear non-significant bits of address on memory access
2017-11-24  Alan HaywardAdd xml selftests for aarch64 target description.
2017-11-24  Alan HaywardUse flexible target descriptors for aarch64
2017-11-24  Alan HaywardAdd aarch64_create_target_description
2017-10-25  Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-21  Simon MarchiCreate a displaced_step_closure class hierarchy
2017-10-12  Tom TromeyC++-ify prologue-value's pv_area
2017-10-05  Ulrich WeigandClean up includes of doublest.h and floatformat.h
2017-09-16  Simon MarchiAdd selftests run filtering
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-08-18  Yao QiPut selftests api into selftests namespace
2017-08-07  Maciej W. Rozyckigdbarch: Use an anonymous union for target data in...
2017-06-14  Yao QiDon't use print_insn_XXX in GDB
2017-06-07  Alan HaywardRemove MAX_REGISTER_SIZE from aarch64-tdep.c
2017-05-02  Simon MarchiChange return type of gdbarch_software_single_step...
2017-04-25  Yao QiChange gdbarch_wchar_bit for AArch64 and ARM
2017-04-21  Jan Kratochvilrelease branch: Fix: --enable-werror
2017-04-12  Pedro AlvesTeach GDB that wchar_t is a built-in type in C++ mode
2017-03-23  Yao QiHandle PRFM in AArch64 process record
2017-03-23  Yao QiFix code indentation
2017-03-23  Yao QiRemove AARCH64_RECORD_FAILURE
2017-03-22  Yao QiWrap locally used classes in anonymous namespace
2017-03-20  Artemiy VolkovConvert lvalue reference type check to general referenc...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-09  Yao QiUse code cache in aarch64 prologue analyzer
2016-12-02  Yao Qi[AArch64] Recognize STR instruction in prologue
2016-12-02  Yao QiAdd unit test to aarch64 prologue analyzer
2016-11-22  Yao QiChange gdbarch software_single_step frame_info to regcache
2016-11-22  Yao Qigdbarch software_single_step frame_info to regcache...
2016-11-08  Yao Qigdbarch software_single_step returns VEC (CORE_ADDR) *
2016-11-03  Yao QiRemove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_...
2016-11-03  Yao QiGDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPO...
2016-10-12  Yao Qi[AArch64] Track FP registers in prologue analyzer
2016-09-16  Pedro Alvesgdb: Use std::min and std::max throughout
2016-08-19  Yao Qi[AArch64] Match instruction "STP with base register...
2016-07-14  Tom TromeyRemove unused variables
2016-06-28  Yao Qi[AArch64] Use int64_t for address offset
2016-05-08  Trevor Saundersremove trivialy unused variables
2016-04-20  Pedro AlvesFix "incompatible pointer type" warning in gdb/aarch64...
2016-02-15  Yao QiDon't print 0x for core_addr_to_string_nz
2016-01-29  Simon MarchiFix two misleading indentation warnings
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-17  Yao QiFix one heap buffer overflow in aarch64_push_dummy_call
2015-11-27  Yao Qi[AArch64] Handle HFA and HVA together
2015-11-27  Yao Qi[AArch64] Support gnu vector in inferior call
2015-11-18  Yao QiFix out of boundary access in pass_in_v
2015-11-16  Yao QiFix stack buffer overflow in aarch64_extract_return_value
2015-11-16  Yao QiPass value * instead of bfd_byte * to pass_* functions...
2015-11-16  Yao QiUse value_contents instead of value_contents_writeable
2015-11-05  Yao QiUse aarch64_decode_insn in aarch64_displaced_step_copy_insn
2015-11-05  Yao QiUse aarch64_decode_insn in aarch64_analyze_prologue
2015-11-05  Yao QiCombine aarch64_decode_stp_offset_wb and aarch64_decode...
2015-10-28  Yao QiPass noaliases_p to aarch64_decode_insn
2015-10-23  Yao QiInitialize field insn_count correctly
2015-10-12  Yao QiRename emit_insn to aarch64_emit_insn
2015-10-12  Yao QiSupport displaced stepping in aarch64-linux
2015-10-09  Simon MarchiChange some void* to gdb_byte*
2015-10-07  Yao Qi[aarch64] use aarch64_decode_insn to decode instruction...
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-21  Pierre LangloisMake aarch64_decode_adrp handle both ADR and ADRP instr...
2015-09-21  Pierre LangloisMove instruction decoding into new arch/ directory
2015-09-15  Pierre Langlois[AArch64] Use debug_printf instead of fprintf_unfiltered
2015-09-11  Pierre Langlois[AArch64] Cleanup comments in instruction decoding...
2015-09-11  Pierre Langlois[AArch64] Fix incorrect mask when decoding b.cond instr...
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-07-30  Pierre Langlois[AArch64] Rename boolean arguments in decoding functions
2015-07-16  Pierre Langlois[AArch64] Mark single precision pseudo registers unavai...
2015-07-14  Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-07-09  Pierre Langlois[AArch64] Implement gdbarch_gen_return_address gdbarch...
2015-07-09  Pierre Langlois[AArch64] Teach stub unwinder to terminate gracefully
2015-07-09  Pierre Langlois[AArch64] Teach prologue unwinder to terminate gracefully
2015-07-09  Pierre Langlois[AArch64] Only access inferior registers when creating...
2015-07-09  Pierre Langlois[AArch64] Refactor aarch64_make_stub_cache
2015-07-09  Pierre Langlois[AArch64] Refactor aarch64_make_prologue_cache
2015-05-27  Yao Qi[aarch64] Handle unknown instruction encoding
2015-05-27  Yao QiFix ARI warnings in aarch64-tdep.c
2015-05-26  Omair JavaidImplements aarch64 process record and reverse debugging...
2015-03-20  Yao QiDon't call set_gdbarch_cannot_step_breakpoint in aarch6...
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-05-07  Kyle McMartinaarch64: detect atomic sequences like other ll/sc archi...
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18  Tom Tromeyremove gdb_string.h
2013-06-24  Maciej W. Rozycki * objfiles.h (pc_in_section): New prototype.
2013-05-29  Pedro Alves[AArch64] Remove all traces of aarch64-without-fpu...
2013-04-19  Pedro Alves-Wpointer-sign: aarch64-tdep.c.
2013-04-19  Pedro Alves-Wpointer-sign: char -> gdb_byte.
2013-04-17  Yufeng Zhanggdb/
2013-02-05  Marcus Shawcroft * aarch64-tdep.c (aarch64_analyze_prologue...
2013-02-04  Marcus ShawcroftAdd basic support for AArch64.
This page took 1.905425 seconds and 102 git commands to generate.