diff options
Diffstat (limited to 'gdb/interps.c')
-rw-r--r-- | gdb/interps.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/interps.c b/gdb/interps.c index 01fa44c..9d736fc 100644 --- a/gdb/interps.c +++ b/gdb/interps.c @@ -535,6 +535,14 @@ interps_notify_traceframe_changed (int tfnum, int tpnum) interps_notify (&interp::on_traceframe_changed, tfnum, tpnum); } +/* See interps.h. */ + +void +interps_notify_tsv_created (const trace_state_variable *tsv) +{ + interps_notify (&interp::on_tsv_created, tsv); +} + /* This just adds the "interpreter-exec" command. */ void _initialize_interpreter (); void |