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