DTrace Provider for Bourne Shell [PSARC/2008/008 FastTrack timeout 01/16/2008]
Darren Reed
Darren.Reed at sun.com
Mon Jan 7 20:25:26 PST 2008
Given that you're tracing setting a variable, isn't it also
worthwhile generating an event for "unset"?
e.g. if a dtrace script is following variable assignments
and my shell script does this:
FOO=bar
unset FOO
echo ${FOO}
the dtrace script's idea of the state of affairs when echo
is executed is going to be quite different to the shell's.
Darren
More information about the opensolaris-arc
mailing list