[Bug translator/6470] export command line arguments or run-time script parsing
fche at redhat dot com
sourceware-bugzilla@sourceware.org
Fri May 2 15:41:00 GMT 2008
------- Additional Comments From fche at redhat dot com 2008-04-30 22:47 -------
Actually, the _ARGV[]/_ARGC global pair can be synthesized entirely
in terms of the comment #2 preprocessor directives, in a tapset:
global _ARGV, _ARGC
probe begin {
%( argc == 0 %? _ARGC=0 %:
%( argc == 1 %? _ARGC=1; _ARGV[1]=@1 %:
.....
%) %)
--
http://sourceware.org/bugzilla/show_bug.cgi?id=6470
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Systemtap
mailing list