Next: Listing Static Tracepoint Markers, Previous: Tracepoint Actions, Up: Set Tracepoints
info tracepoints [num...]info breakpoints; in fact, info tracepoints is the same
command, simply restricting itself to tracepoints.
A tracepoint's listing may include additional information specific to tracing:
passcount n command
(gdb) info trace
Num Type Disp Enb Address What
1 tracepoint keep y 0x0804ab57 in foo() at main.cxx:7
while-stepping 20
collect globfoo, $regs
end
collect globfoo2
end
pass count 1200
(gdb)
This command can be abbreviated info tp.