CVSROOT: /cvs Module name: src Changes by: jas...@cvs.openbsd.org 2021/09/04 01:13:14
Modified files: sys/arch/amd64/amd64: db_trace.c Log message: 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@