]> sourceware.org Git - systemtap.git/commit
PR13934: When SDT args don't use N@OP, split on spaces
authorJosh Stone <jistone@redhat.com>
Wed, 18 Jul 2012 21:09:05 +0000 (14:09 -0700)
committerJosh Stone <jistone@redhat.com>
Wed, 18 Jul 2012 21:09:05 +0000 (14:09 -0700)
commite9a90eeef4d09e69fa8de9b9285dfd4bf1e22c7f
tree0ef53010af46cf79ca3fde64dce4b4917cf8462f
parent9fdf787d2e57f77cfc4df0af8dfdadb8a5582847
PR13934: When SDT args don't use N@OP, split on spaces

Assembly probes are not forced to use the N@OP form.  In this case, N is
inferred to be the native word size.  Since we don't have a nice
delimiter, just split it on spaces.  SDT-asm authors then must not put
any spaces in arguments, to avoid ambiguity.
tapsets.cxx
This page took 0.024299 seconds and 5 git commands to generate.