GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
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

LONGEST trace_state_variable::initial_value = 0

◆ name

std::string trace_state_variable::name

◆ number

int trace_state_variable::number = 0

◆ value

LONGEST trace_state_variable::value = 0

◆ value_known

int trace_state_variable::value_known = 0

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