diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6bc9d879b5..fd9677bcad 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2014-04-19 Yao Qi + + * ctf.c (ctf_open): Call post_create_inferior. + 2014-04-19 Yao Qi * ctf.c (handle_id): New static variable. diff --git a/gdb/ctf.c b/gdb/ctf.c index 2206e04261..25d63c6655 100644 --- a/gdb/ctf.c +++ b/gdb/ctf.c @@ -1187,6 +1187,8 @@ ctf_open (char *dirname, int from_tty) merge_uploaded_trace_state_variables (&uploaded_tsvs); merge_uploaded_tracepoints (&uploaded_tps); + + post_create_inferior (&ctf_ops, from_tty); } /* This is the implementation of target_ops method to_close. Destroy