GDB (xrefs)
Loading...
Searching...
No Matches
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 92 of file tracepoint.h.

Member Data Documentation

◆ buffer_free

int trace_status::buffer_free

◆ buffer_size

int trace_status::buffer_size

◆ circular_buffer

int trace_status::circular_buffer

◆ disconnected_tracing

int trace_status::disconnected_tracing

◆ filename

const char* trace_status::filename

◆ notes

char* trace_status::notes

◆ running

int trace_status::running

◆ running_known

int trace_status::running_known

◆ start_time

LONGEST trace_status::start_time

◆ stop_desc

char* trace_status::stop_desc

◆ stop_reason

enum trace_stop_reason trace_status::stop_reason

◆ stop_time

LONGEST trace_status::stop_time

◆ stopping_tracepoint

int trace_status::stopping_tracepoint

◆ traceframe_count

int trace_status::traceframe_count

◆ traceframes_created

int trace_status::traceframes_created

◆ user_name

char* trace_status::user_name

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