Assert that a floating type's length is at least as long as its format
[deliverable/binutils-gdb.git] / gdb / inferior.h
index 67ac9e8deac2ae32224da6f38de2d61d54d92b3d..571d26a1f84b80905f62eaf739847e8b01abc31f 100644 (file)
@@ -304,6 +304,9 @@ struct inferior
   /* True if the PID was actually faked by GDB.  */
   int fake_pid_p;
 
+  /* The highest thread number this inferior ever had.  */
+  int highest_thread_num;
+
   /* State of GDB control of inferior process execution.
      See `struct inferior_control_state'.  */
   struct inferior_control_state control;
This page took 0.028836 seconds and 4 git commands to generate.