]> sourceware.org Git - systemtap.git/commitdiff
PR11528: added unmodified-fnargs pragma to man/stap.1
authorAbegail Jakop <ajakop@redhat.com>
Mon, 6 Oct 2014 18:41:33 +0000 (14:41 -0400)
committerAbegail Jakop <ajakop@redhat.com>
Mon, 6 Oct 2014 18:45:58 +0000 (14:45 -0400)
man/stap.1

index 76d04d3903424d342eb40ceebcc9a598712f6397..c42f6ecf6435ece0351c0b6b9c95c0befdebd713 100644 (file)
@@ -1612,6 +1612,10 @@ and
 .I THIS->__retvalue
 respectively inside the function. This is useful for quickly migrating code written for SystemTap version 1.7 and earlier.
 .TP
+.I /* unmodified-fnargs */
+in an embedded-C function, means that the function arguments are not modified
+inside the function body.
+.TP
 .I /* string */
 in embedded-C expressions only, means that the expression has
 .I const char *
This page took 0.030297 seconds and 5 git commands to generate.