Home
last modified time | relevance | path

Searched defs:tracepoint (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dtracepoint.h33 struct tracepoint struct
35 struct tracepoint *next; argument
40 /* Type of tracepoint (MVS FIXME: needed?). */ argument
49 /* Address to trace at, or NULL if not an instruction tracepoint (MVS ?). */ argument
58 /* Number of times this tracepoint should single-step argument
62 /* Number of times this tracepoint should be hit before disabling/ending. */ argument
65 /* Chain of action lines to execute when this tracepoint is hit. */ argument
71 /* String we used to set the tracepoint (malloc'd). Only matters if argument
75 /* Language we used to set the tracepoint. */ argument
78 /* Input radix we used to set the tracepoint. */ argument
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/lib/
H A Dtrace-support.exp247 proc gdb_gettpnum { tracepoint } { argument