summaryrefslogtreecommitdiff
path: root/gdb/tracefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/tracefile.h')
-rw-r--r--gdb/tracefile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/tracefile.h b/gdb/tracefile.h
index 8b711a115c2..e6d4460d3ef 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);