diff options
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index 3baac6e..fe94a01 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -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; |