|
From: Josef W. <Jos...@gm...> - 2003-03-21 16:47:41
|
On Friday 21 March 2003 17:15, Nicholas Nethercote wrote: > On Fri, 21 Mar 2003, Josef Weidendorfer wrote: > > Does it make sense to merge this in some way with the error suppression > > stuff? > > What do you mean by "instrumentation parameters"? Parameters specified by the user at runtime, which influence the instrumentation added to the basic block(s) of a function. E.g. I support command line options "--fn-recursion<no>=<function>", "--dump-before=<function>", "--fn-skip=<function>", allowing to specify an option multiple times for different functions. When entering a function the first time in a program run, the instrumentation is done. Above parameters can influence the instrumentation of the BB. OK, perhaps it's not the right word, as often only the behaviour of some helper function is changed, called by the instrumentation done. Josef |