This is the mail archive of the
systemtap@sources.redhat.com
mailing list for the systemtap project.
Re: Questions and comments about the Architecture paper
- From: John Levon <levon at movementarian dot org>
- Cc: SystemTAP <systemtap at sources dot redhat dot com>
- Date: Wed, 4 May 2005 23:33:46 +0100
- Subject: Re: Questions and comments about the Architecture paper
- References: <42794014.3060107@redhat.com>
I assume that to access function arguments, you can just use the name of
the argument in the source, since systemtap operates based on the dwarf2
debug info? How do I refer to an anonymous return value?
Why isn't switch() supported?
Since I don't have struct.field or structp->field, how do I traverse a
structure? (Same goes for sizeof()).
thanks,
john