[PATCH] dynamic printf

Stan Shebs stanshebs@earthlink.net
Tue Mar 13 23:15:00 GMT 2012


On 2/29/12 8:13 AM, Joel Brobecker wrote:
>> This patch implements a "dynamic printf", which is basically a
>> breakpoint with a printf;continue as its command list - but with
>> additional features that make it more interesting.
> Or like a tracepoint that does printf? Would it influence an operation
> such as "next", for instance?
>
>

There is a tracepoint similarity; one of the vague future-direction 
ideas is to somehow refactor tracing and breaking so one could shift 
back and forth freely, for instance to decide to collect some data at a 
breakpoint, without having to do the formalized trace experiment setup.

I'm not sure what you mean by influencing "next"?

Stan



More information about the Gdb-patches mailing list