Make target_ops::has_execution take an 'inferior *' instead of a ptid_t
[deliverable/binutils-gdb.git] / gdb / inferior.h
index 3baac6efdabbbcb13ff90c40cb63fa87b4a4026d..fe94a01784df221c5d857ee97f2e2474ce4d2605 100644 (file)
@@ -339,6 +339,9 @@ public:
   /* Returns true if we can delete this inferior.  */
   bool deletable () const { return refcount () == 0; }
 
+  bool has_execution ()
+  { return target_has_execution_1 (this); }
+
   /* Pointer to next inferior in singly-linked list of inferiors.  */
   struct inferior *next = NULL;
 
This page took 0.024371 seconds and 4 git commands to generate.