GDB (API)
|
#include "tracepoint.h"
Public Member Functions | |
VEC (char_ptr)*actions | |
VEC (char_ptr)*step_actions | |
VEC (char_ptr)*cmd_strings | |
Public Attributes | |
int | number |
enum bptype | type |
ULONGEST | addr |
int | enabled |
int | step |
int | pass |
int | orig_size |
char * | cond |
char * | at_string |
char * | cond_string |
int | hit_count |
ULONGEST | traceframe_usage |
struct uploaded_tp * | next |
Definition at line 160 of file tracepoint.h.
Definition at line 164 of file tracepoint.h.
char* uploaded_tp::at_string |
Definition at line 179 of file tracepoint.h.
char* uploaded_tp::cond |
Definition at line 171 of file tracepoint.h.
char* uploaded_tp::cond_string |
Definition at line 182 of file tracepoint.h.
Definition at line 165 of file tracepoint.h.
Definition at line 188 of file tracepoint.h.
struct uploaded_tp* uploaded_tp::next |
Definition at line 193 of file tracepoint.h.
Definition at line 162 of file tracepoint.h.
Definition at line 168 of file tracepoint.h.
Definition at line 167 of file tracepoint.h.
Definition at line 166 of file tracepoint.h.
Definition at line 191 of file tracepoint.h.
enum bptype uploaded_tp::type |
Definition at line 163 of file tracepoint.h.