GDBserver
|
Public Attributes | |
char * | name |
int | number |
LONGEST | initial_value |
LONGEST | value |
LONGEST(* | getter )(void) |
struct trace_state_variable * | next |
Definition at line 883 of file tracepoint.c.
LONGEST(* trace_state_variable::getter) (void) |
Definition at line 903 of file tracepoint.c.
Referenced by cmd_qtinit(), create_trace_state_variable(), download_trace_state_variables(), get_trace_state_variable_value(), response_tsv(), and set_trace_state_variable_getter().
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 |
Definition at line 888 of file tracepoint.c.
Referenced by cmd_qtdv(), create_trace_state_variable(), download_trace_state_variables(), response_tsv(), and set_trace_state_variable_name().
struct trace_state_variable* trace_state_variable::next |
Definition at line 906 of file tracepoint.c.
Referenced by cmd_qtinit(), cmd_qtsv(), create_trace_state_variable(), download_trace_state_variables(), and get_trace_state_variable().
int trace_state_variable::number |
Definition at line 894 of file tracepoint.c.
Referenced by cmd_qtinit(), create_trace_state_variable(), get_trace_state_variable(), and response_tsv().
LONGEST trace_state_variable::value |
Definition at line 900 of file tracepoint.c.
Referenced by create_trace_state_variable(), get_trace_state_variable_value(), and set_trace_state_variable_value().