Static tracepoints support, and UST integration.
[deliverable/binutils-gdb.git] / gdb / gdbserver / server.h
index 8bdd217a290cab51bf9ee98a8fbcf6c74c8aaf0d..51297c7acb66401cea044c246a0e33a8f30d01dc 100644 (file)
@@ -542,6 +542,10 @@ int fetch_traceframe_registers (int tfnum,
                                struct regcache *regcache,
                                int regnum);
 
+int traceframe_read_sdata (int tfnum, ULONGEST offset,
+                          unsigned char *buf, ULONGEST length,
+                          ULONGEST *nbytes);
+
 /* If a thread is determined to be collecting a fast tracepoint, this
    structure holds the collect status.  */
 
@@ -569,6 +573,9 @@ int handle_tracepoint_bkpts (struct thread_info *tinfo, CORE_ADDR stop_pc);
 void initialize_low_tracepoint (void);
 void supply_fast_tracepoint_registers (struct regcache *regcache,
                                       const unsigned char *regs);
+void supply_static_tracepoint_registers (struct regcache *regcache,
+                                        const unsigned char *regs,
+                                        CORE_ADDR pc);
 #else
 void stop_tracing (void);
 #endif
This page took 0.024575 seconds and 4 git commands to generate.