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 883 of file tracepoint.c.

Member Data Documentation

LONGEST(* trace_state_variable::getter) (void)
LONGEST trace_state_variable::initial_value

Definition at line 897 of file tracepoint.c.

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

char* trace_state_variable::name
struct trace_state_variable* trace_state_variable::next
int trace_state_variable::number
LONGEST trace_state_variable::value

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