AArch64: Add SVE constraints verifier.
[external/binutils.git] / gdb / arm-tdep.c
2018-07-22 Tom TromeySimple unused variable removals
2018-07-22 Simon MarchiFix -Wunused-variable warnings related to conditional...
2018-07-02 Maciej W. RozyckiGDB PR tdep/8282: MIPS: Wire in `set disassembler-options'
2018-05-30 Simon MarchiRemove regcache_cooked_write
2018-05-30 Simon MarchiRemove regcache_cooked_read
2018-05-30 Simon MarchiRemove regcache_raw_write
2018-05-30 Simon MarchiRemove regcache_raw_read
2018-05-07 Tom TromeyFix decoding of ARM VFP instructions
2018-05-05 Tom TromeyFix "fall through" comments
2018-04-27 Tom TromeyEnable -Wsuggest-override
2018-03-19 Tom TromeyConvert observers to C++
2018-03-12 Tom TromeyUse gdb::byte_vector when reading section data
2018-02-21 Yao Qiclass readable_regcache and pass readable_regcache...
2018-02-01 Yao QiRewrite arm_record_coproc_data_proc and arm_record_data...
2018-02-01 Yao Qiset ret signed in arm_record_extension_space
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-05 Simon MarchiRemove some unused variables
2017-11-07 Tom TromeyConstify add_setshow_*
2017-11-06 Ulrich WeigandTarget FP: Remove convert_typed_floating from tdep...
2017-10-30 Simon MarchiIntroduce in_inclusive_range, fix -Wtautological-compar...
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-11 Tom TromeyConstify add_prefix_cmd
2017-10-06 Jose E. Marchesigdb: Fix decoding of ARM neon memory hint insns.
2017-09-27 Ulrich WeigandComplete tdep move to convert_typed_floating
2017-09-16 Simon MarchiAdd selftests run filtering
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-08-18 Yao Qi[ARM] Mark USER_SPECIFIED_MACHINE_TYPE in disassemble_i...
2017-08-18 Yao QiPut selftests api into selftests namespace
2017-06-14 Yao QiDon't use print_insn_XXX in GDB
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-04-11 Alan HaywardRemove MAX_REGISTER_SIZE from arm-tdep.c
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-04-05 Pedro Alves-Wwrite-strings: Constify struct disassemble_info's...
2017-03-22 Yao QiWrap locally used classes in anonymous namespace
2017-03-20 Artemiy VolkovConvert lvalue reference type check to general referenc...
2017-03-16 Yao QiSupport CBNZ, CBZ, REV, REV16 and REVSH in arm process...
2017-03-16 Yao QiFix arm process record for some instructions
2017-03-16 Yao QiAdd instruction_reader to arm process record
2017-02-28 Peter BergnerGDB: Add support for the new set/show disassembler...
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-26 Yao QiRefactor disassembly code
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-09 Pedro Alvesgdb: Remove support for obsolete OSABIs and a.out
2016-12-09 Yao QiUse code cache in arm prologue analyzer
2016-11-30 Yao Qi[ARM] Read memory as unsigned integer
2016-11-22 Yao QiChange gdbarch software_single_step frame_info to regcache
2016-11-08 Pedro AlvesUse ui_file_as_string in gdb/arm-tdep.c
2016-11-08 Yao Qigdbarch software_single_step returns VEC (CORE_ADDR) *
2016-11-08 Yao QiClear addr bit in next_pcs vector
2016-11-08 Yao QiRemove arm_insert_single_step_breakpoint
2016-11-03 Yao QiRemove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_...
2016-11-03 Yao QiRemove arm_override_mode
2016-11-03 Yao QiDetermine the kind of single step breakpoint
2016-11-03 Yao QiAdd default_breakpoint_from_pc
2016-11-03 Yao QiRemove gdbarch_remote_breakpoint_from_pc
2016-11-03 Yao QiNew gdbarch methods breakpoint_kind_from_pc and sw_brea...
2016-11-03 Yao QiSplit breakpoint_from_pc to breakpoint_kind_from_pc...
2016-10-21 Tom TromeyUse RAII to save and restore scalars
2016-10-10 Yao QiShare enum arm_breakpoint_kinds
2016-10-05 Yao QiClean up the XML files for ARM
2016-09-27 Fredrik HederstiernaDetect the magic address of EXC_RETURN in ARM coretx...
2016-09-16 Pedro Alvesgdb: Use std::min and std::max throughout
2016-07-06 Yao Qi[ARM] Fix endless recursion on calculating CPRC candidate
2016-05-23 Yao QiSkip unwritable frames in command "finish"
2016-05-10 Thomas Preud'hommeUse getters/setters to access ARM branch type
2016-05-08 Trevor Saundersremove trivialy unused variables
2016-04-18 Yao QiRevert 415fa612
2016-04-15 Yao Qi[ARM] minor opt in thumb_stack_frame_destroyed_p
2016-03-30 Yao QiCheck func against 0 rather than NULL
2016-03-30 Yao QiAdd arm epilogue unwinder
2016-03-30 Yao QiRefactor arm_stack_frame_destroyed_p
2016-03-21 Yao QiARM process record: median instructions
2016-03-04 Yao QiARM process record: VMOV
2016-03-04 Yao QiTweak ARM process record
2016-02-26 Yao QiFix various bugs in arm_record_exreg_ld_st_insn
2016-02-26 Yao QiRecord right reg num of thumb special data instructions
2016-02-23 Simon Marchiarm-tdep.c: Remove unused "to" parameters
2016-02-22 Yao QiFix arm process record code format
2016-02-16 Yao QiRemove PC from syscall_next_pc
2016-02-12 Yao Qi[ARM] Fixup PC in software single step
2016-02-11 Simon Marchiarm-tdep.c: Remove unused variables
2016-02-11 Simon Marchiarm-tdep.c: Remove unused arm_displaced_step_copy_insn
2016-02-11 Simon Marchiarm-tdep.c: Change type of insn parameters
2016-02-10 Simon Marchiarm-tdep.c: Fix typo
2016-01-26 Yao QiRemove argument pc in get_next_pcs
2016-01-14 Yao Qi[ARM] Remove field syscall_next_pc in struct gdbarch_tdep
2016-01-14 Yao Qi[ARM] Make thumb2_breakpoint static again
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-18 Antoine TremblayCast to enum bfd_endian in arm_get_next_pcs_read_memory...
2015-12-18 Antoine TremblaySupport software single step on ARM in GDBServer
2015-12-18 Antoine TremblayRefactor arm_software_single_step to use regcache
2015-12-18 Antoine TremblayShare some ARM target dependent code from GDB with...
2015-11-23 Joel Brobecker[ARM] "svc" insn check at irrelevant address in ARM...
2015-11-16 Yao QiFix bug in arm_push_dummy_call by -fsanitize=address
next