public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1/3] Add more case for -p
@ 2015-12-10 10:43 Zhou Wenjian
  2015-12-10 10:43 ` [PATCH 2/3] Add more case for typemismatch Zhou Wenjian
  2015-12-10 10:43 ` [PATCH 3/3] Add new case for -k Zhou Wenjian
  0 siblings, 2 replies; 4+ messages in thread
From: Zhou Wenjian @ 2015-12-10 10:43 UTC (permalink / raw)
  To: systemtap

	* testsuite/parseko/cmdline01.stp: new test case
---
 testsuite/parseko/cmdline01.stp | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100755 testsuite/parseko/cmdline01.stp

diff --git a/testsuite/parseko/cmdline01.stp b/testsuite/parseko/cmdline01.stp
new file mode 100755
index 0000000..3a80e8f
--- /dev/null
+++ b/testsuite/parseko/cmdline01.stp
@@ -0,0 +1,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 $@ -p6 -e 'probe begin { exit() }'
-- 
1.8.3.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-12-23 15:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-10 10:43 [PATCH 1/3] Add more case for -p Zhou Wenjian
2015-12-10 10:43 ` [PATCH 2/3] Add more case for typemismatch Zhou Wenjian
2015-12-10 10:43 ` [PATCH 3/3] Add new case for -k Zhou Wenjian
2015-12-23 15:53   ` David Smith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).