opcodes: bfin: simplify field width processing and fix build warnings
[deliverable/binutils-gdb.git] / gdb / arm-linux-tdep.c
index e41205be70b97dde37b9a3ec1b1fde5a514de686..486e6ed5d87bed2aca5a8d34228acabc735397d2 100644 (file)
@@ -1155,8 +1155,13 @@ arm_linux_init_abi (struct gdbarch_info info,
                                           simple_displaced_step_free_closure);
   set_gdbarch_displaced_step_location (gdbarch, displaced_step_at_entry_point);
 
+  /* Reversible debugging, process record.  */
+  set_gdbarch_process_record (gdbarch, arm_process_record);
 
   tdep->syscall_next_pc = arm_linux_syscall_next_pc;
+
+  /* Syscall record.  */
+  tdep->arm_swi_record = NULL;
 }
 
 /* Provide a prototype to silence -Wmissing-prototypes.  */
This page took 0.024026 seconds and 4 git commands to generate.