gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / arch /
2020-03-16  Anton Kolesovarc: Migrate to new target features
2020-02-19  Andrew Burgessgdb/riscv: Update API for looking up target descriptions
2020-02-14  Simon Marchignulib: import count-one-bits module and use it
2020-02-11  Christian BiesingerAdd a comment for the ARM_F{0..7}_REGNUM registers
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-09-20  Ulrich WeigandRemove Cell Broadband Engine debugging support
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-07-19  Alan HaywardArm: Use feature target descriptions
2019-07-19  Alan HaywardArm: Add read_description read funcs and use in GDB
2019-07-09  Tom TromeyRename common to gdbsupport
2019-07-04  Alan HaywardArm/AArch64: Use a single set of Arm register set size...
2019-07-04  Alan HaywardArm: Prefix register sizes with ARM_
2019-03-22  Alan HaywardAArch64: gdbserver: read pauth registers
2019-03-22  Alan HaywardAArch64: Read pauth registers
2019-03-22  Alan HaywardAArch64: Add pointer authentication feature
2019-03-12  John BaldwinSupport the fs_base and gs_base registers on i386.
2019-02-07  Tom TromeyNormalize include guards in gdb
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-01  Andrew Burgessgdb/riscv: Split ISA and ABI features
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-30  Andrew Burgessgdb/riscv: Create each unique target description only...
2018-11-30  Andrew Burgessgdb/riscv: Add equality operators to riscv_gdb_features
2018-11-30  Andrew Burgessgdb/riscv: Make some target description functions constant
2018-11-21  Andrew Burgessgdb/riscv: Add target description support
2018-10-26  Edjunior Barbosa... [PowerPC] Add support for HTM registers
2018-10-26  Edjunior Barbosa... [PowerPC] Add support for EBB and PMU registers
2018-10-26  Edjunior Barbosa... [PowerPC] Add support for TAR
2018-10-26  Edjunior Barbosa... [PowerPC] Add support for PPR and DSCR
2018-10-26  Pedro Franco de... [PowerPC] Fix indentation in arch/ppc-linux-common.c
2018-10-05  Tom TromeySimple -Wshadow=local fixes
2018-10-01  Alan HaywardAarch64: Move pseudo defines to header
2018-08-27  Tom TromeyUse CORE_ADDR_MAX in various "breaks" arrays
2018-08-22  Alan HaywardAarch64 SVE VG is Vector Granule
2018-06-29  Pedro Alvesx86_64-windows GDB crash due to fs_base/gs_base registers
2018-06-06  Sergio Durigan JuniorGuard declarations of 'sve_{vq,vl}_from_{vl,vq}' macros...
2018-06-04  Alan HaywardUse uint64_t for SVE VQ
2018-06-01  Alan HaywardAdd SVE register defines
2018-05-31  Alan HaywardFunction for reading the Aarch64 SVE vector length
2018-05-31  Alan HaywardAdd Aarch64 SVE target description
2018-05-22  Pedro Franco de... [PowerPC] Recognize isa205 in linux core files
2018-05-22  Pedro Franco de... [PowerPC] Consolidate linux vector regset sizes
2018-05-22  Pedro Franco de... [PowerPC] Consolidate linux target description selection
2018-05-05  Tom TromeyFix "fall through" comments
2018-02-27  Alan HaywardExplicitly specify common tdesc.h for use with aarch64.h
2018-02-26  Alan HaywardMove arch/tdesc.h to common/tdesc.h
2018-02-21  John BaldwinAdd "common-defs.h" include to files in arch/ subdir...
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05  Simon MarchiSplit tdesc_type into multiple classes
2017-11-24  Alan HaywardUse flexible target descriptors for aarch64
2017-11-24  Alan HaywardAdd aarch64_create_target_description
2017-11-24  Yao QiChange tic6x target descriptions
2017-10-25  Alan HaywardAdd common AARCH64 REGNUM defines
2017-09-05  Yao QiConvert the rest x86 target descriptions
2017-09-05  Yao QiConvert amd64-linux target descriptions
2017-09-05  Yao QiShare i386-linux target description between GDB and...
2017-09-05  Yao QiDynamically composite xml in reply to GDB
2017-09-05  Yao Qi[GDBserver] Centralize tdesc for i386-linux
2017-05-02  Simon MarchiChange return type of gdbarch_software_single_step...
2017-03-27  Max Filippovgdb: gdbserver: xtensa: make C0_NREGS available
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-10-10  Yao QiShare enum arm_breakpoint_kinds
2016-04-20  Yao QiMove ARM_CPSR_GREGNUM to arch/arm-linux.h
2016-02-16  Yao QiRemove PC from syscall_next_pc
2016-02-12  Yao Qi[ARM] Software single step cross kernel helpers
2016-02-12  Yao Qi[ARM] Fixup PC in software single step
2016-01-26  Yao QiRemove argument pc in get_next_pcs
2016-01-14  Yao Qi[ARM] Make thumb2_breakpoint static again
2016-01-13  Yao QiRead instruction with byte_order_for_code
2016-01-06  Yao QiMake {arm,thumb}_get_next_pcs_raw static
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-19  Joel BrobeckerFix ARI warning in gdb/arch/arm-get-next-pcs.c
2015-12-18  Antoine TremblaySupport software single step on ARM in GDBServer
2015-12-18  Antoine TremblayShare some ARM target dependent code from GDB with...
2015-10-21  Antoine TremblayImplement breakpoint_kind_from_pc and sw_breakpoint_fro...
2015-10-14  Yao QiDefine enum out of struct
2015-10-12  Yao QiRename emit_load_store to aarch64_emit_load_store
2015-10-12  Yao QiRename emit_insn to aarch64_emit_insn
2015-10-12  Yao QiSupport displaced stepping in aarch64-linux
2015-10-12  Yao QiMove aarch64_relocate_instruction to arch/aarch64-insn.c
2015-09-21  Pierre LangloisMake aarch64_decode_adrp handle both ADR and ADRP instr...
2015-09-21  Pierre LangloisMove instruction decoding into new arch/ directory
2015-08-21  Max Filippovxtensa: implement NPTL helpers
2015-07-30  Yao QiMove ARM register numbers enum to arch/arm.h
This page took 1.441995 seconds and 7 git commands to generate.