From b4cdae6fe51e532e0b1069c6960b14a610182d14 Mon Sep 17 00:00:00 2001 From: Wei-cheng Wang Date: Sat, 17 Jan 2015 14:30:33 +0800 Subject: Reverse debugging for PowerPC. --- gdb/ppc-tdep.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdb/ppc-tdep.h') diff --git a/gdb/ppc-tdep.h b/gdb/ppc-tdep.h index 11d505c0e50..68f3a74eecb 100644 --- a/gdb/ppc-tdep.h +++ b/gdb/ppc-tdep.h @@ -259,6 +259,8 @@ struct gdbarch_tdep /* ISA-specific types. */ struct type *ppc_builtin_type_vec64; struct type *ppc_builtin_type_vec128; + + int (*ppc_syscall_record) (struct regcache *regcache); }; @@ -318,6 +320,9 @@ extern CORE_ADDR ppc_insn_d_field (unsigned int insn); extern CORE_ADDR ppc_insn_ds_field (unsigned int insn); +extern int ppc_process_record (struct gdbarch *gdbarch, + struct regcache *regcache, CORE_ADDR addr); + /* Instruction size. */ #define PPC_INSN_SIZE 4 -- cgit v1.2.1