GDB (xrefs)
Public Attributes | List of all members
trace_status Struct Reference

#include "tracepoint.h"

Public Attributes

const char * filename
 
int running_known
 
int running
 
enum trace_stop_reason stop_reason
 
int stopping_tracepoint
 
char * stop_desc
 
int traceframe_count
 
int traceframes_created
 
int buffer_size
 
int buffer_free
 
int disconnected_tracing
 
int circular_buffer
 
char * user_name
 
char * notes
 
LONGEST start_time
 
LONGEST stop_time
 

Detailed Description

Definition at line 84 of file tracepoint.h.

Member Data Documentation

int trace_status::buffer_free
int trace_status::buffer_size
int trace_status::circular_buffer
int trace_status::disconnected_tracing
const char* trace_status::filename
char* trace_status::notes
int trace_status::running
int trace_status::running_known
LONGEST trace_status::start_time
char* trace_status::stop_desc
enum trace_stop_reason trace_status::stop_reason
LONGEST trace_status::stop_time
int trace_status::stopping_tracepoint
int trace_status::traceframe_count
int trace_status::traceframes_created
char* trace_status::user_name

The documentation for this struct was generated from the following file: