summaryrefslogtreecommitdiff
path: root/gdb/arch
Commit message (Expand)AuthorAgeFilesLines
* Add Aarch64 SVE target descriptionAlan Hayward2018-05-312-4/+16
* [PowerPC] Recognize isa205 in linux core filesPedro Franco de Carvalho2018-05-222-2/+2
* [PowerPC] Consolidate linux vector regset sizesPedro Franco de Carvalho2018-05-221-0/+9
* [PowerPC] Consolidate linux target description selectionPedro Franco de Carvalho2018-05-223-0/+178
* Fix "fall through" commentsTom Tromey2018-05-041-1/+2
* Explicitly specify common tdesc.h for use with aarch64.hAlan Hayward2018-02-271-1/+1
* Move arch/tdesc.h to common/tdesc.hAlan Hayward2018-02-265-99/+4
* Add "common-defs.h" include to files in arch/ subdir not yet including it.John Baldwin2018-02-213-1/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-0218-18/+18
* Split tdesc_type into multiple classesSimon Marchi2017-12-051-11/+14
* Use flexible target descriptors for aarch64Alan Hayward2017-11-241-3/+15
* Add aarch64_create_target_descriptionAlan Hayward2017-11-242-0/+34
* Change tic6x target descriptionsYao Qi2017-11-242-0/+73
* Add common AARCH64 REGNUM definesAlan Hayward2017-10-251-0/+47
* Convert the rest x86 target descriptionsYao Qi2017-09-054-9/+15
* Convert amd64-linux target descriptionsYao Qi2017-09-052-0/+92
* Share i386-linux target description between GDB and GDBserverYao Qi2017-09-053-0/+97
* Dynamically composite xml in reply to GDBYao Qi2017-09-051-1/+3
* [GDBserver] Centralize tdesc for i386-linuxYao Qi2017-09-051-0/+80
* Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi2017-05-022-48/+46
* gdb: gdbserver: xtensa: make C0_NREGS availableMax Filippov2017-03-271-0/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-019-9/+9
* Share enum arm_breakpoint_kindsYao Qi2016-10-101-0/+8
* Move ARM_CPSR_GREGNUM to arch/arm-linux.hYao Qi2016-04-201-0/+3
* Remove PC from syscall_next_pcYao Qi2016-02-162-3/+3
* [ARM] Software single step cross kernel helpersYao Qi2016-02-121-4/+66
* [ARM] Fixup PC in software single stepYao Qi2016-02-124-0/+39
* Remove argument pc in get_next_pcsYao Qi2016-01-262-13/+14
* [ARM] Make thumb2_breakpoint static againYao Qi2016-01-142-6/+7
* Read instruction with byte_order_for_codeYao Qi2016-01-131-1/+2
* Make {arm,thumb}_get_next_pcs_raw staticYao Qi2016-01-062-38/+28
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-019-9/+9
* Fix ARI warning in gdb/arch/arm-get-next-pcs.cJoel Brobecker2015-12-191-1/+1
* Support software single step on ARM in GDBServerAntoine Tremblay2015-12-186-0/+1445
* Share some ARM target dependent code from GDB with GDBServerAntoine Tremblay2015-12-182-2/+94
* Implement breakpoint_kind_from_pc and sw_breakpoint_from_kind for ARM in GDBS...Antoine Tremblay2015-10-212-1/+44
* Define enum out of structYao Qi2015-10-141-6/+9
* Rename emit_load_store to aarch64_emit_load_storeYao Qi2015-10-122-12/+12
* Rename emit_insn to aarch64_emit_insnYao Qi2015-10-122-32/+33
* Support displaced stepping in aarch64-linuxYao Qi2015-10-122-0/+290
* Move aarch64_relocate_instruction to arch/aarch64-insn.cYao Qi2015-10-122-0/+143
* Make aarch64_decode_adrp handle both ADR and ADRP instructionsPierre Langlois2015-09-212-6/+26
* Move instruction decoding into new arch/ directoryPierre Langlois2015-09-212-0/+256
* xtensa: implement NPTL helpersMax Filippov2015-08-211-0/+46
* Move ARM register numbers enum to arch/arm.hYao Qi2015-07-301-0/+61