Age | Commit message (Expand) | Author | Files | Lines |
2018-02-21 | class readable_regcache and pass readable_regcache to gdbarch pseudo_register... | Yao Qi | 1 | -1/+1 |
2018-01-22 | Replace regcache_raw_read with regcache->raw_read | Yao Qi | 1 | -5/+5 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-08 | Clear non-significant bits of address on memory access | Yao Qi | 1 | -0/+5 |
2017-11-24 | Add xml selftests for aarch64 target description. | Alan Hayward | 1 | -0/+2 |
2017-11-24 | Use flexible target descriptors for aarch64 | Alan Hayward | 1 | -5/+0 |
2017-11-24 | Add aarch64_create_target_description | Alan Hayward | 1 | -1/+15 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -3/+3 |
2017-10-21 | Create a displaced_step_closure class hierarchy | Simon Marchi | 1 | -10/+11 |
2017-10-12 | C++-ify prologue-value's pv_area | Tom Tromey | 1 | -25/+16 |
2017-10-05 | Clean up includes of doublest.h and floatformat.h | Ulrich Weigand | 1 | -1/+0 |
2017-09-16 | Add selftests run filtering | Simon Marchi | 1 | -2/+4 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-08-18 | Put selftests api into selftests namespace | Yao Qi | 1 | -2/+2 |
2017-08-07 | gdbarch: Use an anonymous union for target data in `gdbarch_info' | Maciej W. Rozycki | 1 | -1/+1 |
2017-06-14 | Don't use print_insn_XXX in GDB | Yao Qi | 1 | -1/+1 |
2017-06-07 | Remove MAX_REGISTER_SIZE from aarch64-tdep.c | Alan Hayward | 1 | -3/+3 |
2017-05-02 | Change return type of gdbarch_software_single_step to vector<CORE_ADDR> | Simon Marchi | 1 | -8/+9 |
2017-04-25 | Change gdbarch_wchar_bit for AArch64 and ARM | Yao Qi | 1 | -1/+0 |
2017-04-21 | release branch: Fix: --enable-werror | Jan Kratochvil | 1 | -0/+2 |
2017-04-12 | Teach GDB that wchar_t is a built-in type in C++ mode | Pedro Alves | 1 | -0/+2 |
2017-03-23 | Handle PRFM in AArch64 process record | Yao Qi | 1 | -3/+57 |
2017-03-23 | Fix code indentation | Yao Qi | 1 | -8/+12 |
2017-03-23 | Remove AARCH64_RECORD_FAILURE | Yao Qi | 1 | -1/+0 |
2017-03-22 | Wrap locally used classes in anonymous namespace | Yao Qi | 1 | -0/+4 |
2017-03-20 | Convert lvalue reference type check to general reference type check | Artemiy Volkov | 1 | -2/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-09 | Use code cache in aarch64 prologue analyzer | Yao Qi | 1 | -1/+1 |
2016-12-02 | [AArch64] Recognize STR instruction in prologue | Yao Qi | 1 | -0/+75 |
2016-12-02 | Add unit test to aarch64 prologue analyzer | Yao Qi | 1 | -2/+119 |
2016-11-22 | Change gdbarch software_single_step frame_info to regcache | Yao Qi | 1 | -2/+1 |
2016-11-22 | gdbarch software_single_step frame_info to regcache: aarch64 | Yao Qi | 1 | -2/+3 |
2016-11-08 | gdbarch software_single_step returns VEC (CORE_ADDR) * | Yao Qi | 1 | -9/+9 |
2016-11-03 | Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION | Yao Qi | 1 | -3/+6 |
2016-11-03 | GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION | Yao Qi | 1 | -10/+2 |
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 |