summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/cmdline03.stp
blob: 7bd4a5c02c6d3a2348217e9a3f74dde13720b418 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# -p NUM Stop after pass NUM.  The passes are numbered 1-5: parse, elabo-
#        rate,  translate,  compile, run.
#
# NUM must be between 1 and 5

./stap -p0 -e 'probe begin { exit() }'