Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-01-15 | gdb: ARM: Fix for bug in pop instruction decoding | Omair Javaid | 1 | -1/+1 |
2014-01-15 | gdb: ARM: Fix for bugs in push and ldm instructions decoding | Omair Javaid | 1 | -43/+18 |
2014-01-15 | gdb: ARM: Fix for memory record corruption due to 64bit addresses | Omair Javaid | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-20 | gdb/arm-tdep.c: Remove "Infinite loop detected" error message. | Will Newton | 1 | -10/+2 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-11-05 | gdb/arm-tdep.c: Use filtered output in arm_print_float_info. | Will Newton | 1 | -13/+13 |
2013-06-24 | * objfiles.h (pc_in_section): New prototype. | Maciej W. Rozycki | 1 | -1/+1 |
2013-04-22 | Andrew Haley found a bug on GDB running on ARM when using | Sergio Durigan Junior | 1 | -1/+1 |
2013-04-19 | -Wpointer-sign: char -> gdb_byte. | Pedro Alves | 1 | -6/+6 |
2013-04-08 | * minsyms.h (struct bound_minimal_symbol): New. | Tom Tromey | 1 | -11/+12 |
2013-03-11 | Rename record_ prefixes in record-full.h into record_full_. | Markus Metzger | 1 | -6/+6 |
2013-03-11 | Split record.h into record.h and record-full.h. | Markus Metzger | 1 | -0/+1 |
2013-03-01 | Use gdb_byte for bytes from the program being debugged. | Pedro Alves | 1 | -2/+2 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-11-21 | gdb/ | Yao Qi | 1 | -9/+0 |
2012-11-20 | ARI fixes: sprintf rule. | Pierre Muller | 1 | -8/+9 |
2012-11-14 | gdb/ | Yao Qi | 1 | -0/+129 |
2012-11-09 | * gdbarch.sh (target_gdbarch): Remove macro. | Tom Tromey | 1 | -6/+6 |
2012-11-07 | 2012-11-07 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -1/+2 |
2012-09-26 | * arm-tdep.c (arm_skip_prologue): Extending producer check to support LLVM co... | Karthik Bhat | 1 | -1/+2 |
2012-08-22 | * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc | Joseph Myers | 1 | -1/+1 |
2012-08-16 | gdb/ | Yao Qi | 1 | -1/+0 |
2012-06-25 | 2012-06-25 Greta Yorsh <greta.yorsh@arm.com> | Matthew Gretton-Dann | 1 | -0/+3 |
2012-05-18 | 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -12/+4 |
2012-05-16 | gdb/ | Maciej W. Rozycki | 1 | -1/+2 |
2012-04-26 | * arm-tdep.h (VFP_REGISTER_SIZE): Define. | Jonathan Larmour | 1 | -0/+10 |