[PUSHED] Call post_create_inferior in ctf_open.
Commit Message
We don't call post_create_inferior at the end of ctf_open. It is an
oversight in patch
[PATCH 2/2] Create inferior for ctf target.
https://sourceware.org/ml/gdb-patches/2014-01/msg01056.html
This patch is to call post_create_inferior at the end of ctf_open,
like the end of tfile_open.
Run gdb.trace tests on x86-linux with babeltrace installed. Patch is
pushed in as it is obvious.
gdb:
2014-04-19 Yao Qi <yao@codesourcery.com>
* ctf.c (ctf_open): Call post_create_inferior.
---
gdb/ChangeLog | 4 ++++
gdb/ctf.c | 2 ++
2 files changed, 6 insertions(+)
@@ -1,5 +1,9 @@
2014-04-19 Yao Qi <yao@codesourcery.com>
+ * ctf.c (ctf_open): Call post_create_inferior.
+
+2014-04-19 Yao Qi <yao@codesourcery.com>
+
* ctf.c (handle_id): New static variable.
(ctf_open_dir): Get handle_id from bt_context_add_trace return
value. Get the declaration of event "register" and get length
@@ -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