aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-07-11Stop prologue analysis when past the epilogueYao Qi1-0/+5
2014-07-11Match instruction adjusts SP in thumbYao Qi1-11/+14
2014-07-11Restrict matching add/sub sp, #immYao Qi1-10/+5
2014-06-24Apply stub unwinder to 'bx reg' trampolineYao Qi1-1/+8
2014-06-24Skip 'bx reg' trampoline on arm-none-eabiYao Qi1-1/+67
2014-05-22Add new infrun.h header.Pedro Alves1-0/+1
2014-05-16Fix prologue analysis for ldr.w and ldrd instructionTaimoor Mirza1-2/+2
2014-02-26start change to progspace independenceTom Tromey1-2/+2
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-3/+3
2014-02-26change minsym representationTom Tromey1-5/+5
2014-01-15gdb: ARM: Add support for thumb32 instructions recordingOmair Javaid1-7/+597
2014-01-15gdb: ARM: Adds support for recording system call instructionsOmair Javaid1-19/+31
2014-01-15gdb: ARM: Fix for bug in pop instruction decodingOmair Javaid1-1/+1
2014-01-15gdb: ARM: Fix for bugs in push and ldm instructions decodingOmair Javaid1-43/+18
2014-01-15gdb: ARM: Fix for memory record corruption due to 64bit addressesOmair Javaid1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-20gdb/arm-tdep.c: Remove "Infinite loop detected" error message.Will Newton1-10/+2
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-05gdb/arm-tdep.c: Use filtered output in arm_print_float_info.Will Newton1-13/+13