aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch
AgeCommit message (Expand)AuthorFilesLines
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi2-48/+46
2017-03-27gdb: gdbserver: xtensa: make C0_NREGS availableMax Filippov1-0/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker9-9/+9
2016-10-10Share enum arm_breakpoint_kindsYao Qi1-0/+8
2016-04-20Move ARM_CPSR_GREGNUM to arch/arm-linux.hYao Qi1-0/+3
2016-02-16Remove PC from syscall_next_pcYao Qi2-3/+3
2016-02-12[ARM] Software single step cross kernel helpersYao Qi1-4/+66
2016-02-12[ARM] Fixup PC in software single stepYao Qi4-0/+39
2016-01-26Remove argument pc in get_next_pcsYao Qi2-13/+14
2016-01-14[ARM] Make thumb2_breakpoint static againYao Qi2-6/+7
2016-01-13Read instruction with byte_order_for_codeYao Qi1-1/+2
2016-01-06Make {arm,thumb}_get_next_pcs_raw staticYao Qi2-38/+28
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker9-9/+9
2015-12-19Fix ARI warning in gdb/arch/arm-get-next-pcs.cJoel Brobecker1-1/+1
2015-12-18Support software single step on ARM in GDBServerAntoine Tremblay6-0/+1445
2015-12-18Share some ARM target dependent code from GDB with GDBServerAntoine Tremblay2-2/+94
2015-10-21Implement breakpoint_kind_from_pc and sw_breakpoint_from_kind for ARM in GDBS...Antoine Tremblay2-1/+44
2015-10-14Define enum out of structYao Qi1-6/+9
2015-10-12Rename emit_load_store to aarch64_emit_load_storeYao Qi2-12/+12
2015-10-12Rename emit_insn to aarch64_emit_insnYao Qi2-32/+33
2015-10-12Support displaced stepping in aarch64-linuxYao Qi2-0/+290
2015-10-12Move aarch64_relocate_instruction to arch/aarch64-insn.cYao Qi2-0/+143
2015-09-21Make aarch64_decode_adrp handle both ADR and ADRP instructionsPierre Langlois2-6/+26
2015-09-21Move instruction decoding into new arch/ directoryPierre Langlois2-0/+256
2015-08-21xtensa: implement NPTL helpersMax Filippov1-0/+46
2015-07-30Move ARM register numbers enum to arch/arm.hYao Qi1-0/+61