Go to the first, previous, next, last section, table of contents.


Listing Tracepoints

info tracepoints [num]
Display information the tracepoint num. If you don't specify a tracepoint number displays information about all the tracepoints defined so far. For each tracepoint, the following information is shown:
() info trace
Num Enb Address    PassC StepC What
1   y   0x002117c4 0     0     <gdb_asm>
2   y   0x0020dc64 0     0     in gdb_test at gdb_test.c:375
3   y   0x0020b1f4 0     0     in collect_data at ../foo.c:1741
()
This command can be abbreviated info tp.


Go to the first, previous, next, last section, table of contents.