-# $OpenBSD: Makefile,v 1.30 2023/09/11 19:03:53 mpi Exp $
+# $OpenBSD: Makefile,v 1.31 2024/02/05 15:30:04 mpi Exp $
BTRACE?= /usr/sbin/btrace
ALLOWDT!= sysctl -n kern.allowdt 2>/dev/null
# scripts that don't need /dev/dt
-BT_LANG_SCRIPTS= arithm beginend beginend-argn boolean comments delete \
- exit histempty if \
+BT_LANG_SCRIPTS= arithm beginend beginend-argn boolean comments \
+ delete exit histempty if \
map mapclear mapempty mapsyntax mapzero map-unnamed \
maxoperand min+max+sum multismts nsecs+var \
precedence print read-map-after-clear staticv-empty \
BT_ARG_LANG_SCRIPTS= staticv str
# scripts that use kernel probes
-BT_KERN_SCRIPTS= empty-stmts filters mapoverwrite multiprobe
+BT_KERN_SCRIPTS= argn empty-stmts filters mapoverwrite multiprobe
REGRESS_EXPECTED_FAILURES= run-maxoperand
--- /dev/null
+interval:hz:100
+{
+ printf("%d %s %d %s %d %s %d %s %d %s\n",
+ arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9);
+ exit();
+}