Enable dt(4) on amd64, arm64, i386, and powerpc64 in GENERIC kernel.
authorbluhm <bluhm@openbsd.org>
Wed, 28 Apr 2021 11:32:59 +0000 (11:32 +0000)
committerbluhm <bluhm@openbsd.org>
Wed, 28 Apr 2021 11:32:59 +0000 (11:32 +0000)
commitc1287f7d1f5503fd39966aa51e1df96b66f16bc3
tree07284abc1661f370ea9bf7aefa1c0d794520eae5
parent5bdbb3c9fc1506ea3bf6d7f3b2d808d168a023ec
Enable dt(4) on amd64, arm64, i386, and powerpc64 in GENERIC kernel.
Support to skip frames is missing on arm64 and i386, but the stack
traces are useful anyway.  sparc64 should work, but I could not
test it.  Other architectures do not have stacktrace_save_at() and
dynamic tracer does not link.
from patrick@; OK semarie@
sys/arch/amd64/conf/GENERIC
sys/arch/arm64/conf/GENERIC
sys/arch/i386/conf/GENERIC
sys/arch/powerpc64/conf/GENERIC
sys/conf/GENERIC