summaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Change some void* to gdb_byte*Simon Marchi2015-10-091-2/+2
* Add some more casts (1/2)Simon Marchi2015-09-251-14/+17
* Add casts to memory allocation related callsSimon Marchi2015-09-251-8/+9
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-6/+6
* Add casts for legitimate integer to enum conversionsSimon Marchi2015-08-061-2/+2
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-1/+1
* Handle media instructions in arm software single step.Yao Qi2015-06-301-0/+7
* Remove global variable arm_linux_has_wmmx_registers in arm-linux-nat.cYao Qi2015-05-281-0/+4
* Remove global variable arm_linux_vfp_register_count in arm-linux-nat.cYao Qi2015-05-281-3/+6
* Do arm_abi detection for ELFOSABI_GNU binariesKyle Huey2015-05-281-1/+1
* Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan2015-05-261-9/+7
* [arm] Fix displaced stepping for thumb alu reg instructionYao Qi2015-04-101-10/+9
* New common function "startswith"Gary Benson2015-03-061-17/+11
* Remove duplicate constPedro Alves2015-02-271-2/+2
* Do not increment of decrement enumsTom Tromey2015-02-271-2/+2
* Relax ARM prologue unwinder assumptionLuis Machado2015-02-101-10/+27
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* [PATCH] Remove cast in Tag_ABI_VFP_args switch case stmtsJiong Wang2014-12-291-4/+4
* ARM: Add support for value 3 of Tag_ABI_VFP_args attributeTerry Guo2014-12-251-4/+11
* Improve arm_skip_prologue by using arm_analyze_prologueYao Qi2014-12-121-63/+12
* Don't scan prologue past epilogueYao Qi2014-12-121-22/+31
* [arm] compute framereg and framesize when neededYao Qi2014-11-291-16/+17
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-5/+7
* ARM: extract_arm_insn function need to read instrs correctly in be8 caseVictor Kamensky2014-11-021-1/+1
* ARM: stricter __stack_chk_guard check during prologue analysisJoel Brobecker2014-10-291-5/+4
* Fix skipping stack protector on armYao Qi2014-10-291-3/+8
* Fix ARM machine state testcase failuresLuis Machado2014-10-271-188/+135
* Fix typo in thumb_in_function_epilogue_pYao Qi2014-09-241-1/+1
* Implement support for recording vector data transfer instructionsOmair Javaid2014-09-161-1/+97
* Implement support for recording extension register ld/st insnOmair Javaid2014-09-161-2/+176
* Implement support for recording VFP data processing instructionsOmair Javaid2014-09-161-1/+212
* Implement support for recording thumb2 ASIMD struct ld/st insnsOmair Javaid2014-09-161-1/+190
* Implement support for recording arm/thumb mode coprocessor instructionsOmair Javaid2014-09-161-10/+110
* arm software watchpoint: return to epilogueYao Qi2014-08-281-24/+18
* Adjust comments with example in itYao Qi2014-08-201-1/+3
* Support _Complex in hard-VFP abiYao Qi2014-08-191-2/+32
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Stop prologue analysis when past the epilogueYao Qi2014-07-111-0/+5
* Match instruction adjusts SP in thumbYao Qi2014-07-111-11/+14
* Restrict matching add/sub sp, #immYao Qi2014-07-111-10/+5
* Apply stub unwinder to 'bx reg' trampolineYao Qi2014-06-241-1/+8
* Skip 'bx reg' trampoline on arm-none-eabiYao Qi2014-06-241-1/+67
* Add new infrun.h header.Pedro Alves2014-05-221-0/+1
* Fix prologue analysis for ldr.w and ldrd instructionTaimoor Mirza2014-05-161-2/+2
* start change to progspace independenceTom Tromey2014-02-261-2/+2
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-3/+3
* change minsym representationTom Tromey2014-02-261-5/+5
* gdb: ARM: Add support for thumb32 instructions recordingOmair Javaid2014-01-151-7/+597
* gdb: ARM: Adds support for recording system call instructionsOmair Javaid2014-01-151-19/+31