WPP capabilities in gcc

Jonathan Wakely jwakely.gcc@gmail.com
Sun Apr 26 22:41:00 GMT 2015


On 26 April 2015 at 22:52, Shoham Peller <shohamp@gmail.com> wrote:
> SystemTap does not give a solution for this, and is not really
> intended for this use:
>
> * It's no cross-platform, it's for Linux
> * It doesn't allow the developer to write the text he wants
> * It doesn't parse the tracing string
>
> The solution I'm talking about is:
> * cross platform
> * Will allow you to write arbitrary trace string
> * Parses the string and the parameters in it (%s, %d) and makes sure
> they are traced too.

A systemtap script can print whatever message it wants and include the
values of whatever variables it wants, without putting any string in
the original program.



More information about the Gcc mailing list