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

#include "tracepoint.h"

Public Attributes

const char * name
 
int number
 
LONGEST initial_value
 
int value_known
 
LONGEST value
 
int builtin
 

Detailed Description

Definition at line 49 of file tracepoint.h.

Member Data Documentation

◆ builtin

int trace_state_variable::builtin

Definition at line 71 of file tracepoint.h.

Referenced by create_tsv_from_upload(), and remote_download_trace_state_variable().

◆ initial_value

LONGEST trace_state_variable::initial_value

◆ name

const char* trace_state_variable::name

◆ number

int trace_state_variable::number

◆ value

LONGEST trace_state_variable::value

◆ value_known

int trace_state_variable::value_known

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