Use gdbpy_enter in py-type.c
[deliverable/binutils-gdb.git] / gdb / tracefile.h
index db454e310774c48e930fbc9cd4b8bd17f3667121..e6d4460d3efd2ccec473c60a0ba79a1137e4dce5 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef TRACEFILE_H
 #define TRACEFILE_H 1
 
-#include "defs.h"
 #include "tracepoint.h"
 
 struct trace_file_writer;
@@ -85,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);
 
@@ -113,4 +115,6 @@ extern struct trace_file_writer *tfile_trace_file_writer_new (void);
 
 extern void init_tracefile_ops (struct target_ops *ops);
 
+extern void tracefile_fetch_registers (struct regcache *regcache, int regno);
+
 #endif /* TRACEFILE_H */
This page took 0.02506 seconds and 4 git commands to generate.