Age | Commit message (Expand) | Author | Files | Lines |
2016-10-12 | [AArch64] Track FP registers in prologue analyzer | Yao Qi | 1 | -7/+31 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -2/+3 |
2016-08-19 | [AArch64] Match instruction "STP with base register" in prologue | Yao Qi | 1 | -2/+3 |
2016-07-14 | Remove unused variables | Tom Tromey | 1 | -2/+1 |
2016-06-28 | [AArch64] Use int64_t for address offset | Yao Qi | 1 | -1/+1 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -23/+0 |
2016-04-20 | Fix "incompatible pointer type" warning in gdb/aarch64-tdep.c | Pedro Alves | 1 | -1/+2 |
2016-02-15 | Don't print 0x for core_addr_to_string_nz | Yao Qi | 1 | -2/+2 |
2016-01-29 | Fix two misleading indentation warnings | Simon Marchi | 1 | -9/+11 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-12-17 | Fix one heap buffer overflow in aarch64_push_dummy_call | Yao Qi | 1 | -3/+5 |
2015-11-27 | [AArch64] Handle HFA and HVA together | Yao Qi | 1 | -17/+20 |
2015-11-27 | [AArch64] Support gnu vector in inferior call | Yao Qi | 1 | -0/+39 |
2015-11-18 | Fix out of boundary access in pass_in_v | Yao Qi | 1 | -4/+13 |
2015-11-16 | Fix stack buffer overflow in aarch64_extract_return_value | Yao Qi | 1 | -1/+1 |
2015-11-16 | Pass value * instead of bfd_byte * to pass_* functions in aarch64-tdep.c | Yao Qi | 1 | -22/+19 |
2015-11-16 | Use value_contents instead of value_contents_writeable | Yao Qi | 1 | -1/+1 |
2015-11-05 | Use aarch64_decode_insn in aarch64_displaced_step_copy_insn | Yao Qi | 1 | -1/+5 |
2015-11-05 | Use aarch64_decode_insn in aarch64_analyze_prologue | Yao Qi | 1 | -343/+83 |
2015-11-05 | Combine aarch64_decode_stp_offset_wb and aarch64_decode_stp_offset | Yao Qi | 1 | -59/+14 |
2015-10-28 | Pass noaliases_p to aarch64_decode_insn | Yao Qi | 1 | -2/+2 |
2015-10-23 | Initialize field insn_count correctly | Yao Qi | 1 | -0/+1 |
2015-10-12 | Rename emit_insn to aarch64_emit_insn | Yao Qi | 1 | -1/+1 |
2015-10-12 | Support displaced stepping in aarch64-linux | Yao Qi | 1 | -0/+337 |
2015-10-09 | Change some void* to gdb_byte* | Simon Marchi | 1 | -1/+1 |
2015-10-07 | [aarch64] use aarch64_decode_insn to decode instructions in GDB | Yao Qi | 1 | -11/+18 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -3/+3 |
2015-09-21 | Make aarch64_decode_adrp handle both ADR and ADRP instructions | Pierre Langlois | 1 | -1/+3 |
2015-09-21 | Move instruction decoding into new arch/ directory | Pierre Langlois | 1 | -197/+38 |
2015-09-15 | [AArch64] Use debug_printf instead of fprintf_unfiltered | Pierre Langlois | 1 | -129/+132 |
2015-09-11 | [AArch64] Cleanup comments in instruction decoding functions | Pierre Langlois | 1 | -7/+5 |
2015-09-11 | [AArch64] Fix incorrect mask when decoding b.cond instruction | Pierre Langlois | 1 | -1/+2 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-07-30 | [AArch64] Rename boolean arguments in decoding functions | Pierre Langlois | 1 | -24/+23 |
2015-07-16 | [AArch64] Mark single precision pseudo registers unavailable if invalid | Pierre Langlois | 1 | -1/+5 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -1/+1 |
2015-07-09 | [AArch64] Implement gdbarch_gen_return_address gdbarch method | Pierre Langlois | 1 | -0/+16 |
2015-07-09 | [AArch64] Teach stub unwinder to terminate gracefully | Pierre Langlois | 1 | -5/+33 |
2015-07-09 | [AArch64] Teach prologue unwinder to terminate gracefully | Pierre Langlois | 1 | -26/+70 |
2015-07-09 | [AArch64] Only access inferior registers when creating a frame cache | Pierre Langlois | 1 | -8/+17 |
2015-07-09 | [AArch64] Refactor aarch64_make_stub_cache | Pierre Langlois | 1 | -10/+11 |
2015-07-09 | [AArch64] Refactor aarch64_make_prologue_cache | Pierre Langlois | 1 | -18/+15 |
2015-05-27 | [aarch64] Handle unknown instruction encoding | Yao Qi | 1 | -1/+7 |
2015-05-27 | Fix ARI warnings in aarch64-tdep.c | Yao Qi | 1 | -7/+7 |
2015-05-26 | Implements aarch64 process record and reverse debugging support | Omair Javaid | 1 | -0/+967 |
2015-03-20 | Don't call set_gdbarch_cannot_step_breakpoint in aarch64_gdbarch_init | Yao Qi | 1 | -1/+0 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
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-05-07 | aarch64: detect atomic sequences like other ll/sc architectures | Kyle McMartin | 1 | -0/+79 |