From 3554d9c84cd55dd5ddd163032340dc821dba294b Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Fri, 17 Oct 2014 19:32:56 -0400 Subject: [PATCH] Remove mention that SDT probes are supported by tracepoints --- gdb-best-friend.tex | 2 -- 1 file changed, 2 deletions(-) diff --git a/gdb-best-friend.tex b/gdb-best-friend.tex index eb1544b..eb38818 100644 --- a/gdb-best-friend.tex +++ b/gdb-best-friend.tex @@ -231,8 +231,6 @@ process("./example-stap").mark("my_probe") $arg1:long \pause \item{Integrated with the \textit{breakpoint} system. Support for printing a \probe{}'s argument value.} \pause - \item{Supports \textit{tracepoints}.} - \pause \item{Not necessary to include debug information in your binary (\texttt{-g} flag); arguments are encoded directly in the asm.} \pause \item{Also possible to use optmization flags (\texttt{-O}).}