Searched defs:tracepoint (Results 1 – 2 of 2) sorted by relevance
33 struct tracepoint struct35 struct tracepoint *next; argument40 /* Type of tracepoint (MVS FIXME: needed?). */ argument49 /* Address to trace at, or NULL if not an instruction tracepoint (MVS ?). */ argument58 /* Number of times this tracepoint should single-step argument62 /* Number of times this tracepoint should be hit before disabling/ending. */ argument65 /* Chain of action lines to execute when this tracepoint is hit. */ argument71 /* String we used to set the tracepoint (malloc'd). Only matters if argument75 /* Language we used to set the tracepoint. */ argument78 /* Input radix we used to set the tracepoint. */ argument[all …]
247 proc gdb_gettpnum { tracepoint } { argument