GDB (xrefs)
Loading...
Searching...
No Matches
trace_state_variable Struct Reference

#include "tracepoint.h"

Public Member Functions

 trace_state_variable (std::string &&name_, int number_)
 

Public Attributes

std::string name
 
int number = 0
 
LONGEST initial_value = 0
 
int value_known = 0
 
LONGEST value = 0
 
int builtin = 0
 

Detailed Description

Definition at line 49 of file tracepoint.h.

Constructor & Destructor Documentation

◆ trace_state_variable()

trace_state_variable::trace_state_variable ( std::string && name_,
int number_ )
inline

Definition at line 51 of file tracepoint.h.

Member Data Documentation

◆ builtin

int trace_state_variable::builtin = 0

◆ initial_value

◆ name

◆ number

◆ value

◆ value_known

int trace_state_variable::value_known = 0

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