in backtraces, print as many arguments as the function actually has
authorjasper <jasper@openbsd.org>
Sat, 4 Sep 2021 07:13:14 +0000 (07:13 +0000)
committerjasper <jasper@openbsd.org>
Sat, 4 Sep 2021 07:13:14 +0000 (07:13 +0000)
commit4ac5ce523aab3cd6f464ae56149e56b2d7ac803c
tree45cf67d52f3ba87b96b3ff64be8c937af6de32ac
parent8e64e6a2dc301ee51ee35206d657e1db28e850a9
in backtraces, print as many arguments as the function actually has

since amd64 is compiled with -msave-args we have all arguments available to print and
there's no reason to limit this to six.

discussed with kettenis@
sys/arch/amd64/amd64/db_trace.c