Allow ARC target to be configured with --with-cpu=<cpu-name>.
[external/binutils.git] / gdb / arm-tdep.c
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
2015-11-13 Yao QiPR 19051: support of inferior call with gnu vector...
2015-11-13 Yao QiRefactor arm_return_in_memory
2015-11-12 Yao QiUse gdb_byte * instead of void * in push_stack_item
2015-11-09 Yao QiUse ELF_STRING_ARM_unwind in arm-tdep.c
2015-10-21 Antoine TremblayImplement breakpoint_kind_from_pc and sw_breakpoint_fro...
2015-10-09 Simon MarchiChange some void* to gdb_byte*
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-06 Simon MarchiAdd casts for legitimate integer to enum conversions
2015-07-14 Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-06-30 Yao QiHandle media instructions in arm software single step.
2015-05-28 Yao QiRemove global variable arm_linux_has_wmmx_registers...
2015-05-28 Yao QiRemove global variable arm_linux_vfp_register_count...
2015-05-28 Kyle HueyDo arm_abi detection for ELFOSABI_GNU binaries
2015-05-26 Martin GalvanRename in_function_epilogue_p to stack_frame_destroyed_p
2015-04-10 Yao Qi[arm] Fix displaced stepping for thumb alu reg instruction
2015-03-06 Gary BensonNew common function "startswith"
2015-02-27 Pedro AlvesRemove duplicate const
2015-02-27 Tom TromeyDo not increment of decrement enums
2015-02-10 Luis MachadoRelax ARM prologue unwinder assumption
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-29 Jiong Wang[PATCH] Remove cast in Tag_ABI_VFP_args switch case...
2014-12-25 Terry GuoARM: Add support for value 3 of Tag_ABI_VFP_args attribute
2014-12-12 Yao QiImprove arm_skip_prologue by using arm_analyze_prologue
2014-12-12 Yao QiDon't scan prologue past epilogue
2014-11-29 Yao Qi[arm] compute framereg and framesize when needed
2014-11-20 Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-11-02 Victor KamenskyARM: extract_arm_insn function need to read instrs...
2014-10-29 Joel BrobeckerARM: stricter __stack_chk_guard check during prologue...
2014-10-29 Yao QiFix skipping stack protector on arm
2014-10-27 Luis MachadoFix ARM machine state testcase failures
2014-09-24 Yao QiFix typo in thumb_in_function_epilogue_p
2014-09-15 Omair JavaidImplement support for recording vector data transfer...
2014-09-15 Omair JavaidImplement support for recording extension register...
2014-09-15 Omair JavaidImplement support for recording VFP data processing...
2014-09-15 Omair JavaidImplement support for recording thumb2 ASIMD struct...
2014-09-15 Omair JavaidImplement support for recording arm/thumb mode coproces...
2014-08-28 Yao Qiarm software watchpoint: return to epilogue
2014-08-20 Yao QiAdjust comments with example in it
2014-08-19 Yao QiSupport _Complex in hard-VFP abi
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-07-11 Yao QiStop prologue analysis when past the epilogue
2014-07-11 Yao QiMatch instruction adjusts SP in thumb
2014-07-11 Yao QiRestrict matching add/sub sp, #imm
2014-06-24 Yao QiApply stub unwinder to 'bx reg' trampoline
2014-06-24 Yao QiSkip 'bx reg' trampoline on arm-none-eabi
2014-05-22 Pedro AlvesAdd new infrun.h header.
2014-05-16 Taimoor MirzaFix prologue analysis for ldr.w and ldrd instruction
2014-02-26 Tom Tromeystart change to progspace independence
2014-02-26 Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-02-26 Tom Tromeychange minsym representation
2014-01-15 Omair Javaidgdb: ARM: Add support for thumb32 instructions recording
2014-01-15 Omair Javaidgdb: ARM: Adds support for recording system call instru...
2014-01-15 Omair Javaidgdb: ARM: Fix for bug in pop instruction decoding
2014-01-15 Omair Javaidgdb: ARM: Fix for bugs in push and ldm instructions...
2014-01-15 Omair Javaidgdb: ARM: Fix for memory record corruption due to 64bit...
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-20 Will Newtongdb/arm-tdep.c: Remove "Infinite loop detected" error...
2013-11-18 Tom Tromeyremove gdb_string.h
2013-11-05 Will Newtongdb/arm-tdep.c: Use filtered output in arm_print_float_...
2013-06-24 Maciej W. Rozycki * objfiles.h (pc_in_section): New prototype.
2013-04-22 Sergio Durigan JuniorAndrew Haley found a bug on GDB running on ARM when...
2013-04-19 Pedro Alves-Wpointer-sign: char -> gdb_byte.
2013-04-08 Tom Tromey * minsyms.h (struct bound_minimal_symbol): New.
2013-03-11 Markus MetzgerRename record_ prefixes in record-full.h into record_full_.
2013-03-11 Markus MetzgerSplit record.h into record.h and record-full.h.
2013-03-01 Pedro AlvesUse gdb_byte for bytes from the program being debugged.
next