|
GDBserver
|
Public Attributes | |
| char * | name |
| int | number |
| LONGEST | initial_value |
| LONGEST | value |
| LONGEST(* | getter )(void) |
| struct trace_state_variable * | next |
Definition at line 878 of file tracepoint.c.
| LONGEST(* trace_state_variable::getter) (void) |
Definition at line 898 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 892 of file tracepoint.c.
Referenced by cmd_qtdv(), create_trace_state_variable(), and response_tsv().
| char* trace_state_variable::name |
Definition at line 883 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 901 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 889 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 895 of file tracepoint.c.
Referenced by create_trace_state_variable(), get_trace_state_variable_value(), and set_trace_state_variable_value().
1.8.14