|
GDBserver
|
Public Attributes | |
| struct wstep_state * | next |
| int | tp_number |
| CORE_ADDR | tp_address |
| long | current_step |
Definition at line 811 of file tracepoint.c.
| long wstep_state::current_step |
Definition at line 822 of file tracepoint.c.
Referenced by add_while_stepping_state(), and tracepoint_finished_step().
| struct wstep_state* wstep_state::next |
Definition at line 813 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 818 of file tracepoint.c.
Referenced by add_while_stepping_state(), and tracepoint_finished_step().
| int wstep_state::tp_number |
Definition at line 816 of file tracepoint.c.
Referenced by add_while_stepping_state(), and tracepoint_finished_step().
1.8.14