/usr/lib/parrot/3.6.0/include/interpdebug.pasm is in parrot 3.6.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # DO NOT EDIT THIS FILE.
#
# This file is generated automatically from
# include/parrot/interpreter.h by tools/build/h2inc.pl
#
# Any changes made here will be lost.
#
.macro_const PARROT_NO_DEBUG 0
.macro_const PARROT_MEM_STAT_DEBUG_FLAG 1
.macro_const PARROT_BACKTRACE_DEBUG_FLAG 2
.macro_const PARROT_JIT_DEBUG_FLAG 4
.macro_const PARROT_START_DEBUG_FLAG 8
.macro_const PARROT_THREAD_DEBUG_FLAG 16
.macro_const PARROT_EVAL_DEBUG_FLAG 32
.macro_const PARROT_REG_DEBUG_FLAG 64
.macro_const PARROT_CTX_DESTROY_DEBUG_FLAG 128
.macro_const PARROT_ALL_DEBUG_FLAGS 65535
|