aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker24-24/+24
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-09-20Remove Cell Broadband Engine debugging supportUlrich Weigand3-10/+2
2019-09-18Change boolean options to bool instead of intChristian Biesinger2-2/+2
2019-07-19Arm: Use feature target descriptionsAlan Hayward2-26/+64
2019-07-19Arm: Add read_description read funcs and use in GDBAlan Hayward4-0/+143
2019-07-09Rename common to gdbsupportTom Tromey14-22/+22
2019-07-04Arm/AArch64: Use a single set of Arm register set size definesAlan Hayward1-0/+15
2019-07-04Arm: Prefix register sizes with ARM_Alan Hayward3-4/+9
2019-03-22AArch64: gdbserver: read pauth registersAlan Hayward1-0/+1
2019-03-22AArch64: Read pauth registersAlan Hayward1-0/+3
2019-03-22AArch64: Add pointer authentication featureAlan Hayward2-3/+8
2019-03-12Support the fs_base and gs_base registers on i386.John Baldwin2-2/+7
2019-02-07Normalize include guards in gdbTom Tromey8-15/+31
2019-01-25Normalize includes to use common/Tom Tromey9-15/+15
2019-01-01gdb/riscv: Split ISA and ABI featuresAndrew Burgess1-13/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker22-22/+22
2018-11-30gdb/riscv: Create each unique target description only onceAndrew Burgess2-0/+40
2018-11-30gdb/riscv: Add equality operators to riscv_gdb_featuresAndrew Burgess1-0/+13
2018-11-30gdb/riscv: Make some target description functions constantAndrew Burgess2-2/+2
2018-11-21gdb/riscv: Add target description supportAndrew Burgess2-0/+133
2018-10-26[PowerPC] Add support for HTM registersEdjunior Barbosa Machado3-2/+17
2018-10-26[PowerPC] Add support for EBB and PMU registersEdjunior Barbosa Machado1-0/+2
2018-10-26[PowerPC] Add support for TAREdjunior Barbosa Machado3-2/+9
2018-10-26[PowerPC] Add support for PPR and DSCREdjunior Barbosa Machado3-2/+10
2018-10-26[PowerPC] Fix indentation in arch/ppc-linux-common.cPedro Franco de Carvalho1-12/+12
2018-10-04Simple -Wshadow=local fixesTom Tromey1-4/+4
2018-10-01Aarch64: Move pseudo defines to headerAlan Hayward1-0/+8
2018-08-27Use CORE_ADDR_MAX in various "breaks" arraysTom Tromey1-2/+2
2018-08-22Aarch64 SVE VG is Vector GranuleAlan Hayward1-2/+2
2018-06-29x86_64-windows GDB crash due to fs_base/gs_base registersPedro Alves2-4/+7
2018-06-06Guard declarations of 'sve_{vq,vl}_from_{vl,vq}' macros on Aarch64 (and unbre...Sergio Durigan Junior1-0/+4
2018-06-04Use uint64_t for SVE VQAlan Hayward2-2/+2
2018-06-01Add SVE register definesAlan Hayward1-1/+14
2018-05-31Function for reading the Aarch64 SVE vector lengthAlan Hayward1-0/+17
2018-05-31Add Aarch64 SVE target descriptionAlan Hayward2-4/+16
2018-05-22[PowerPC] Recognize isa205 in linux core filesPedro Franco de Carvalho2-2/+2
2018-05-22[PowerPC] Consolidate linux vector regset sizesPedro Franco de Carvalho1-0/+9
2018-05-22[PowerPC] Consolidate linux target description selectionPedro Franco de Carvalho3-0/+178
2018-05-04Fix "fall through" commentsTom Tromey1-1/+2
2018-02-27Explicitly specify common tdesc.h for use with aarch64.hAlan Hayward1-1/+1
2018-02-26Move arch/tdesc.h to common/tdesc.hAlan Hayward5-99/+4
2018-02-21Add "common-defs.h" include to files in arch/ subdir not yet including it.John Baldwin3-1/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker18-18/+18
2017-12-05Split tdesc_type into multiple classesSimon Marchi1-11/+14
2017-11-24Use flexible target descriptors for aarch64Alan Hayward1-3/+15
2017-11-24Add aarch64_create_target_descriptionAlan Hayward2-0/+34
2017-11-24Change tic6x target descriptionsYao Qi2-0/+73
2017-10-25Add common AARCH64 REGNUM definesAlan Hayward1-0/+47
2017-09-05Convert the rest x86 target descriptionsYao Qi4-9/+15