Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dbreakpoint.h1076 struct tracepoint : public code_breakpoint struct
1091 /* Number of times this tracepoint should be hit before argument
1095 /* The number of the tracepoint on the target. */ argument
1099 tracepoint. */ argument
1102 /* The static tracepoint marker id, if known. */ argument
1109 this static tracepoint corresponds. When resetting breakpoints, argument
1111 int static_trace_marker_id_idx = 0;
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
Dtrace-support.exp307 proc gdb_gettpnum { tracepoint } { argument
/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
Dmi-cmd-break.c180 int tracepoint = 0; in mi_cmd_break_insert_1() local