[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.8-214-g9ace370
Mark Wielaard
mjw@redhat.com
Thu Jul 30 15:00:00 GMT 2009
Hi Josh,
On Wed, 2009-07-29 at 21:40 +0000, jistone@sourceware.org wrote:
> commit 0a98fd42f87ef9217917931bd8a47e272a5664ce
> Author: Josh Stone <jistone@redhat.com>
> Date: Wed Jul 29 14:07:37 2009 -0700
>
> Enable variable listing (-L) for dwarf probes
>
> All $target variables and their C-types are now printed in -L mode.
Very neat!
Please do add a NEWS entry for this also. This is really useful.
It did break one testcase though.
FAIL: cmd_parse13: unexpected EOF
The regexp doesn't expect all the new type information:
-re {(syscall\.a[_a-zA-Z0-9]*(\ [_a-zA-Z0-9\$]+:(string|long|unknown|
stats))*\r\n)+}
Is it so that the $vars always come after to other variable?
Then maybe we need to split this and only expect something like
(\ $[_a-zA-Z0-9]+:[^$])* (untested) last?
Cheers,
Mark
More information about the Systemtap
mailing list