aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-14[ARM] Remove field syscall_next_pc in struct gdbarch_tdepYao Qi1-8/+8
2016-01-14[ARM] Make thumb2_breakpoint static againYao Qi1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-18Cast to enum bfd_endian in arm_get_next_pcs_read_memory_unsigned_integerAntoine Tremblay1-1/+2
2015-12-18Support software single step on ARM in GDBServerAntoine Tremblay1-1226/+101
2015-12-18Refactor arm_software_single_step to use regcacheAntoine Tremblay1-57/+75
2015-12-18Share some ARM target dependent code from GDB with GDBServerAntoine Tremblay1-55/+0
2015-11-23[ARM] "svc" insn check at irrelevant address in ARM unwind info snifferJoel Brobecker1-16/+27
2015-11-16Fix bug in arm_push_dummy_call by -fsanitize=addressYao Qi1-3/+8
2015-11-13PR 19051: support of inferior call with gnu vector support on ARMYao Qi1-14/+54
2015-11-13Refactor arm_return_in_memoryYao Qi1-78/+84
2015-11-12Use gdb_byte * instead of void * in push_stack_itemYao Qi1-1/+1
2015-11-09Use ELF_STRING_ARM_unwind in arm-tdep.cYao Qi1-1/+1
2015-10-21Implement breakpoint_kind_from_pc and sw_breakpoint_from_kind for ARM in GDBS...Antoine Tremblay1-20/+1
2015-10-09Change some void* to gdb_byte*Simon Marchi1-2/+2
2015-09-25Add some more casts (1/2)Simon Marchi1-14/+17
2015-09-25Add casts to memory allocation related callsSimon Marchi1-8/+9
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-6/+6
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi1-2/+2
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-1/+1
2015-06-30Handle media instructions in arm software single step.Yao Qi1-0/+7
2015-05-28Remove global variable arm_linux_has_wmmx_registers in arm-linux-nat.cYao Qi1-0/+4
2015-05-28Remove global variable arm_linux_vfp_register_count in arm-linux-nat.cYao Qi1-3/+6
2015-05-28Do arm_abi detection for ELFOSABI_GNU binariesKyle Huey1-1/+1
2015-05-26Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan1-9/+7
2015-04-10[arm] Fix displaced stepping for thumb alu reg instructionYao Qi1-10/+9
2015-03-06New common function "startswith"Gary Benson1-17/+11
2015-02-27Remove duplicate constPedro Alves1-2/+2
2015-02-27Do not increment of decrement enumsTom Tromey1-2/+2
2015-02-10Relax ARM prologue unwinder assumptionLuis Machado1-10/+27
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-29[PATCH] Remove cast in Tag_ABI_VFP_args switch case stmtsJiong Wang1-4/+4
2014-12-25ARM: Add support for value 3 of Tag_ABI_VFP_args attributeTerry Guo1-4/+11
2014-12-12Improve arm_skip_prologue by using arm_analyze_prologueYao Qi1-63/+12
2014-12-12Don't scan prologue past epilogueYao Qi1-22/+31
2014-11-29[arm] compute framereg and framesize when neededYao Qi1-16/+17
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-5/+7
2014-11-02ARM: extract_arm_insn function need to read instrs correctly in be8 caseVictor Kamensky1-1/+1
2014-10-29ARM: stricter __stack_chk_guard check during prologue analysisJoel Brobecker1-5/+4
2014-10-29Fix skipping stack protector on armYao Qi1-3/+8
2014-10-27Fix ARM machine state testcase failuresLuis Machado1-188/+135
2014-09-24Fix typo in thumb_in_function_epilogue_pYao Qi1-1/+1
2014-09-16Implement support for recording vector data transfer instructionsOmair Javaid1-1/+97
2014-09-16Implement support for recording extension register ld/st insnOmair Javaid1-2/+176
2014-09-16Implement support for recording VFP data processing instructionsOmair Javaid1-1/+212
2014-09-16Implement support for recording thumb2 ASIMD struct ld/st insnsOmair Javaid1-1/+190
2014-09-16Implement support for recording arm/thumb mode coprocessor instructionsOmair Javaid1-10/+110
2014-08-28arm software watchpoint: return to epilogueYao Qi1-24/+18
2014-08-20Adjust comments with example in itYao Qi1-1/+3
2014-08-19Support _Complex in hard-VFP abiYao Qi1-2/+32