]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/arm-tdep.c
Add markers for release 2.26
[thirdparty/binutils-gdb.git] / gdb / arm-tdep.c
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.
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-21  Yao Qigdb/
2012-11-20  Pierre Muller ARI fixes: sprintf rule.
2012-11-14  Yao Qigdb/
2012-11-09  Tom Tromey * gdbarch.sh (target_gdbarch): Remove macro.
2012-11-07  Pedro Alves2012-11-07 Pedro Alves <palves@redhat.com>
2012-09-26  Karthik Bhat* arm-tdep.c (arm_skip_prologue): Extending producer...
2012-08-22  Joseph Myers * arm-tdep.c (thumb_get_next_pc_raw): Mask off low...
2012-08-16  Yao Qigdb/
2012-06-25  Matthew Gretton... 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
2012-05-18  Sergio Durigan Junior2012-05-18 Sergio Durigan Junior <sergiodj@redhat...
2012-05-16  Maciej W. Rozycki gdb/
2012-04-26  Jonathan Larmour * arm-tdep.h (VFP_REGISTER_SIZE): Define.
2012-04-20  Jonathan Larmour * features/Makefile (WHICH): Add arm-with-m...
2012-03-27  Pawandeep Oza * arm-linux-tdep.c (arm_linux_init_abi): Call
2012-03-15  Jonathan Larmour * arm-tdep.c: Include "remote.h" and "features/arm...
2012-02-02  Doug Evans * blockframe.c (find_pc_partial_function_gnu_ifunc...
2012-01-28  Jan Kratochvilgdb/
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-12-21  Ulrich Weigandgdb/
2011-12-07  Ulrich Weigand * arm-tdep.h (arm_deal_with_atomic_sequence): Add...
2011-11-09  Meador Ingegdb/
2011-10-13  Yao Qi PR gdb/12703
2011-10-11  Yao Qi gdb/
2011-09-18  Yao Qi Support displaced stepping for Thumb 16-bit insns.
2011-09-18  Yao Qi gdb/
2011-09-17  Yao Qi gdb/
2011-06-30  Tom Tromey * symfile-mem.c (symbol_file_add_from_memory): Call...
2011-06-15  Ulrich Weigand * arm-linux-tdep.c: Include "auxv.h".
2011-04-28  Yao Qi2011-04-28 Yao Qi <yao@codesourcery.com>
2011-04-19  Tom Tromeygdb
2011-04-07  Yao Qi2011-04-07 Yao Qi <yao@codesourcery.com>
2011-04-07  Yao Qi * arm-tdep.c (cleanup_branch): Set a correct return...
next