diff options
Diffstat (limited to 'gdb/observable.h')
-rw-r--r-- | gdb/observable.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/observable.h b/gdb/observable.h index 9114b28..1dce674 100644 --- a/gdb/observable.h +++ b/gdb/observable.h @@ -89,6 +89,9 @@ extern observable<> executable_changed; information on the inferior has been printed. */ extern observable<inferior */* inferior */> inferior_created; +/* The inferior INF has exec'ed a new executable file. */ +extern observable<struct inferior */* inf */> inferior_execd; + /* The status of process record for inferior inferior in gdb has changed. The process record is started if STARTED is true, and the process record is stopped if STARTED is false. |