Place displaced step data directly in inferior structure
[deliverable/binutils-gdb.git] / gdb / inferior.h
index 276c442746ab120f1b7ff8058bcff5be55777f6d..a82df1a52a5cd8805308035a3f59cb53166c5aec 100644 (file)
@@ -503,6 +503,9 @@ public:
      this gdbarch.  */
   struct gdbarch *gdbarch = NULL;
 
+  /* Data related to displaced stepping.  */
+  displaced_step_inferior_state displaced_step_state;
+
   /* Per inferior data-pointers required by other GDB modules.  */
   REGISTRY_FIELDS;
 };
This page took 0.028045 seconds and 4 git commands to generate.