GDB (API)
Public Attributes
trace_file_write_ops Struct Reference

#include "tracepoint.h"

List of all members.

Public Attributes

void(* dtor )(struct trace_file_writer *self)
int(* target_save )(struct trace_file_writer *self, const char *name)
void(* start )(struct trace_file_writer *self, const char *name)
void(* write_header )(struct trace_file_writer *self)
void(* write_regblock_type )(struct trace_file_writer *self, int size)
void(* write_status )(struct trace_file_writer *self, struct trace_status *ts)
void(* write_uploaded_tsv )(struct trace_file_writer *self, struct uploaded_tsv *tsv)
void(* write_uploaded_tp )(struct trace_file_writer *self, struct uploaded_tp *tp)
void(* write_definition_end )(struct trace_file_writer *self)
void(* write_trace_buffer )(struct trace_file_writer *self, gdb_byte *buf, LONGEST len)
struct trace_frame_write_opsframe_ops
void(* end )(struct trace_file_writer *self)

Detailed Description

Definition at line 266 of file tracepoint.h.


Member Data Documentation

Definition at line 270 of file tracepoint.h.

Definition at line 316 of file tracepoint.h.

Definition at line 313 of file tracepoint.h.

Definition at line 279 of file tracepoint.h.

Definition at line 275 of file tracepoint.h.

Definition at line 303 of file tracepoint.h.

Definition at line 283 of file tracepoint.h.

Definition at line 287 of file tracepoint.h.

Definition at line 291 of file tracepoint.h.

Definition at line 307 of file tracepoint.h.

Definition at line 299 of file tracepoint.h.

Definition at line 295 of file tracepoint.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines