manpagez: man pages & more
info gdb
Home | html | info | man
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

10.1.5 Listing Tracepoints

info tracepoints [num]

Display information about 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:

  • its number
  • whether it is enabled or disabled
  • its address
  • its passcount as given by the passcount n command
  • its step count as given by the while-stepping n command
  • where in the source files is the tracepoint set
  • its action list as given by the actions command
 
(No value for GDBP) info trace
Num Enb Address    PassC StepC What
1   y   0x002117c4 0     0     <gdb_asm>
2   y   0x0020dc64 0     0     in g_test at g_test.c:1375
3   y   0x0020b1f4 0     0     in get_data at ../foo.c:41
(No value for GDBP)

This command can be abbreviated info tp.


© manpagez.com 2000-2024
Individual documents may contain additional copyright information.