diff options
Diffstat (limited to 'gdb/tracefile.h')
-rw-r--r-- | gdb/tracefile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/tracefile.h b/gdb/tracefile.h index 8b711a1..e6d4460 100644 --- a/gdb/tracefile.h +++ b/gdb/tracefile.h @@ -84,6 +84,9 @@ struct trace_file_write_ops void (*write_uploaded_tp) (struct trace_file_writer *self, struct uploaded_tp *tp); + /* Write target description. */ + void (*write_tdesc) (struct trace_file_writer *self); + /* Write to mark the end of the definition part. */ void (*write_definition_end) (struct trace_file_writer *self); |