Age | Commit message (Expand) | Author | Files | Lines |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-04 | gdb: rename displaced_step_closure to displaced_step_copy_insn_closure | Simon Marchi | 1 | -8/+10 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -2/+2 |
2020-02-12 | Change booleans to bool in ARM's gdbarch_tdep | Christian Biesinger | 1 | -6/+6 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-09-20 | Move arm_apcs_32 extern declaration to header | Christian Biesinger | 1 | -0/+4 |
2019-07-19 | Arm: Add read_description read funcs and use in GDB | Alan Hayward | 1 | -6/+6 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -1/+1 |
2019-07-04 | Arm: Prefix register sizes with ARM_ | Alan Hayward | 1 | -9/+0 |
2019-07-04 | Arm/AArch64: Split DISPLACED_MODIFIED_INSNS name clash | Alan Hayward | 1 | -2/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-21 | Create a displaced_step_closure class hierarchy | Simon Marchi | 1 | -7/+8 |
2017-05-02 | Change return type of gdbarch_software_single_step to vector<CORE_ADDR> | Simon Marchi | 1 | -1/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-23 | Normalize names of some source files | Simon Marchi | 1 | -1/+1 |
2016-11-22 | Change gdbarch software_single_step frame_info to regcache | Yao Qi | 1 | -1/+1 |
2016-11-08 | gdbarch software_single_step returns VEC (CORE_ADDR) * | Yao Qi | 1 | -1/+1 |
2016-11-08 | Remove arm_insert_single_step_breakpoint | Yao Qi | 1 | -2/+0 |
2016-02-11 | arm-tdep.c: Remove unused arm_displaced_step_copy_insn | Simon Marchi | 1 | -3/+0 |
2016-01-14 | [ARM] Remove field syscall_next_pc in struct gdbarch_tdep | Yao Qi | 1 | -7/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-12-18 | Support software single step on ARM in GDBServer | Antoine Tremblay | 1 | -2/+16 |
2015-12-18 | Refactor arm_software_single_step to use regcache | Antoine Tremblay | 1 | -4/+5 |
2015-12-18 | Share some ARM target dependent code from GDB with GDBServer | Antoine Tremblay | 1 | -29/+0 |
2015-07-30 | Move ARM register numbers enum to arch/arm.h | Yao Qi | 1 | -38/+1 |
2015-05-28 | Remove global variable arm_linux_has_wmmx_registers in arm-linux-nat.c | Yao Qi | 1 | -0/+1 |
2015-05-28 | Remove global variable arm_linux_vfp_register_count in arm-linux-nat.c | Yao Qi | 1 | -1/+3 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-09-30 | ARM: Migrate from 'regset_from_core_section' to 'iterate_over_regset_sections' | Andreas Arnez | 1 | -3/+5 |
2014-05-21 | ARM: Replace regset_alloc() invocations by static regset structures. | Andreas Arnez | 1 | -3/+0 |
2014-01-15 | gdb: ARM: Adds support for recording system call instructions | Omair Javaid | 1 | -2/+2 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-04-19 | -Wpointer-sign: char -> gdb_byte. | Pedro Alves | 1 | -3/+3 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-04-26 | * arm-tdep.h (VFP_REGISTER_SIZE): Define. | Jonathan Larmour | 1 | -0/+4 |
2012-03-27 | * arm-linux-tdep.c (arm_linux_init_abi): Call | Pawandeep Oza | 1 | -0/+5 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 |
2011-12-07 | * arm-tdep.h (arm_deal_with_atomic_sequence): Add prototype. | Ulrich Weigand | 1 | -0/+1 |
2011-06-15 | * arm-linux-tdep.c: Include "auxv.h". | Ulrich Weigand | 1 | -1/+8 |
2011-04-07 | 2011-04-07 Yao Qi <yao@codesourcery.com> | Yao Qi | 1 | -2/+1 |
2011-04-01 | * arm-tdep.h (struct address_space): Add forward declaration. | Pedro Alves | 1 | -0/+1 |
2011-04-01 | gdb/ | Ulrich Weigand | 1 | -0/+2 |
2011-03-08 | 2011-03-08 Yao Qi <yao@codesourcery.com> | Yao Qi | 1 | -1/+2 |
2011-03-02 | 2011-03-02 Yao Qi <yao@codesourcery.com> | Yao Qi | 1 | -0/+11 |
2011-03-01 | * arm-linux-tdep.c (ARM_LDR_PC_SP_4): Add define. | Ulrich Weigand | 1 | -0/+3 |
2011-02-21 | ChangeLog: | Ulrich Weigand | 1 | -0/+4 |
2011-02-18 | 2011-02-18 Yao Qi <yao@codesourcery.com> | Yao Qi | 1 | -3/+2 |
2011-01-07 | 2011-01-07 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -1/+1 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |