Info Node: (gdb.info)Enable and Disable Tracepoints
(gdb.info)Enable and Disable Tracepoints
Enable and Disable Tracepoints
------------------------------
`disable tracepoint [NUM]'
Disable tracepoint NUM, or all tracepoints if no argument NUM is
given. A disabled tracepoint will have no effect during the next
trace experiment, but it is not forgotten. You can re-enable a
disabled tracepoint using the `enable tracepoint' command.
`enable tracepoint [NUM]'
Enable tracepoint NUM, or all tracepoints. The enabled
tracepoints will become effective the next time a trace experiment
is run.