diff options
Diffstat (limited to 'gdb/tracectf.c')
-rw-r--r-- | gdb/tracectf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tracectf.c b/gdb/tracectf.c index 5abfc1b..374e9bb 100644 --- a/gdb/tracectf.c +++ b/gdb/tracectf.c @@ -1169,7 +1169,7 @@ ctf_target_open (const char *dirname, int from_tty) inferior_appeared (current_inferior (), CTF_PID); inferior_ptid = ptid_t (CTF_PID); - add_thread_silent (inferior_ptid); + add_thread_silent (&ctf_ops, inferior_ptid); merge_uploaded_trace_state_variables (&uploaded_tsvs); merge_uploaded_tracepoints (&uploaded_tps); |