GDBserver
Public Attributes | List of all members
trace_state_variable Struct Reference

Public Attributes

char * name
 
int number
 
LONGEST initial_value
 
LONGEST value
 
LONGEST(* getter )(void)
 
struct trace_state_variablenext
 

Detailed Description

Definition at line 878 of file tracepoint.c.

Member Data Documentation

◆ getter

LONGEST(* trace_state_variable::getter) (void)

◆ initial_value

LONGEST trace_state_variable::initial_value

Definition at line 892 of file tracepoint.c.

Referenced by cmd_qtdv(), create_trace_state_variable(), and response_tsv().

◆ name

char* trace_state_variable::name

◆ next

struct trace_state_variable* trace_state_variable::next

◆ number

int trace_state_variable::number

◆ value

LONGEST trace_state_variable::value

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