Searched defs:trace_frame_write_ops (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | tracefile.h | 12 struct trace_frame_write_ops struct 16 void (*start) (struct trace_file_writer *self, uint16_t tpnum); 20 void (*write_r_block) (struct trace_file_writer *self, 33 void (*write_m_block_header) (struct trace_file_writer *self, 39 void (*write_m_block_memory) (struct trace_file_writer *self, 44 void (*write_v_block) (struct trace_file_writer *self, int32_t num, 48 void (*end) (struct trace_file_writer *self);
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | tracefile.h | 12 struct trace_frame_write_ops struct 16 void (*start) (struct trace_file_writer *self, uint16_t tpnum); 20 void (*write_r_block) (struct trace_file_writer *self, 33 void (*write_m_block_header) (struct trace_file_writer *self, 39 void (*write_m_block_memory) (struct trace_file_writer *self, 44 void (*write_v_block) (struct trace_file_writer *self, int32_t num, 48 void (*end) (struct trace_file_writer *self);
|