GDBserver
|
Public Attributes | |
struct wstep_state * | next |
int | tp_number |
CORE_ADDR | tp_address |
long | current_step |
Definition at line 819 of file tracepoint.c.
long wstep_state::current_step |
Definition at line 830 of file tracepoint.c.
Referenced by add_while_stepping_state(), and tracepoint_finished_step().
struct wstep_state* wstep_state::next |
Definition at line 821 of file tracepoint.c.
Referenced by add_while_stepping_state(), release_while_stepping_state_list(), and tracepoint_finished_step().
CORE_ADDR wstep_state::tp_address |
Definition at line 826 of file tracepoint.c.
Referenced by add_while_stepping_state(), and tracepoint_finished_step().
int wstep_state::tp_number |
Definition at line 824 of file tracepoint.c.
Referenced by add_while_stepping_state(), and tracepoint_finished_step().