K 10 svn:author V 3 yar K 8 svn:date V 27 2006-08-15T15:59:25.000000Z K 7 svn:log V 395 MFC rev. 1.71, 1.72: Guess the number of arguments to a function somewhat better. Now GCC likes to stick a "mov %eax, %FOO" instruction before "addl $BAR, %esp" if the function just called returns an int, which is a very common case in the kernel. Return -1 from db_numargs() if number of args couldn't be guessed. Use this later to indicate in backtrace output that args shown are uncertain. END