Age | Commit message (Expand) | Author | Files | Lines |
2015-10-09 | Change some void* to gdb_byte* | Simon Marchi | 1 | -2/+2 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -14/+17 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -8/+9 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -6/+6 |
2015-08-06 | Add casts for legitimate integer to enum conversions | Simon Marchi | 1 | -2/+2 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -1/+1 |
2015-06-30 | Handle media instructions in arm software single step. | Yao Qi | 1 | -0/+7 |
2015-05-28 | Remove global variable arm_linux_has_wmmx_registers in arm-linux-nat.c | Yao Qi | 1 | -0/+4 |
2015-05-28 | Remove global variable arm_linux_vfp_register_count in arm-linux-nat.c | Yao Qi | 1 | -3/+6 |
2015-05-28 | Do arm_abi detection for ELFOSABI_GNU binaries | Kyle Huey | 1 | -1/+1 |
2015-05-26 | Rename in_function_epilogue_p to stack_frame_destroyed_p | Martin Galvan | 1 | -9/+7 |
2015-04-10 | [arm] Fix displaced stepping for thumb alu reg instruction | Yao Qi | 1 | -10/+9 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -17/+11 |
2015-02-27 | Remove duplicate const | Pedro Alves | 1 | -2/+2 |
2015-02-27 | Do not increment of decrement enums | Tom Tromey | 1 | -2/+2 |
2015-02-10 | Relax ARM prologue unwinder assumption | Luis Machado | 1 | -10/+27 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-29 | [PATCH] Remove cast in Tag_ABI_VFP_args switch case stmts | Jiong Wang | 1 | -4/+4 |
2014-12-25 | ARM: Add support for value 3 of Tag_ABI_VFP_args attribute | Terry Guo | 1 | -4/+11 |
2014-12-12 | Improve arm_skip_prologue by using arm_analyze_prologue | Yao Qi | 1 | -63/+12 |
2014-12-12 | Don't scan prologue past epilogue | Yao Qi | 1 | -22/+31 |
2014-11-29 | [arm] compute framereg and framesize when needed | Yao Qi | 1 | -16/+17 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -5/+7 |
2014-11-02 | ARM: extract_arm_insn function need to read instrs correctly in be8 case | Victor Kamensky | 1 | -1/+1 |
2014-10-29 | ARM: stricter __stack_chk_guard check during prologue analysis | Joel Brobecker | 1 | -5/+4 |
2014-10-29 | Fix skipping stack protector on arm | Yao Qi | 1 | -3/+8 |
2014-10-27 | Fix ARM machine state testcase failures | Luis Machado | 1 | -188/+135 |
2014-09-24 | Fix typo in thumb_in_function_epilogue_p | Yao Qi | 1 | -1/+1 |
2014-09-16 | Implement support for recording vector data transfer instructions | Omair Javaid | 1 | -1/+97 |
2014-09-16 | Implement support for recording extension register ld/st insn | Omair Javaid | 1 | -2/+176 |
2014-09-16 | Implement support for recording VFP data processing instructions | Omair Javaid | 1 | -1/+212 |
2014-09-16 | Implement support for recording thumb2 ASIMD struct ld/st insns | Omair Javaid | 1 | -1/+190 |
2014-09-16 | Implement support for recording arm/thumb mode coprocessor instructions | Omair Javaid | 1 | -10/+110 |
2014-08-28 | arm software watchpoint: return to epilogue | Yao Qi | 1 | -24/+18 |
2014-08-20 | Adjust comments with example in it | Yao Qi | 1 | -1/+3 |
2014-08-19 | Support _Complex in hard-VFP abi | Yao Qi | 1 | -2/+32 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-07-11 | Stop prologue analysis when past the epilogue | Yao Qi | 1 | -0/+5 |
2014-07-11 | Match instruction adjusts SP in thumb | Yao Qi | 1 | -11/+14 |
2014-07-11 | Restrict matching add/sub sp, #imm | Yao Qi | 1 | -10/+5 |
2014-06-24 | Apply stub unwinder to 'bx reg' trampoline | Yao Qi | 1 | -1/+8 |
2014-06-24 | Skip 'bx reg' trampoline on arm-none-eabi | Yao Qi | 1 | -1/+67 |
2014-05-22 | Add new infrun.h header. | Pedro Alves | 1 | -0/+1 |
2014-05-16 | Fix prologue analysis for ldr.w and ldrd instruction | Taimoor Mirza | 1 | -2/+2 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -2/+2 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -3/+3 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -5/+5 |
2014-01-15 | gdb: ARM: Add support for thumb32 instructions recording | Omair Javaid | 1 | -7/+597 |
2014-01-15 | gdb: ARM: Adds support for recording system call instructions | Omair Javaid | 1 | -19/+31 |