Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/arch/x86_64/x86_64



Module Name:    syssrc
Committed By:   fvdl
Date:           Fri Nov 29 22:46:27 UTC 2002

Modified Files:
        syssrc/sys/arch/x86_64/x86_64: db_trace.c

Log Message:
No sense in trying to print arguments to functions, we can't reliably
determine them as they're passed in registers. The first 6, anyway,
but only printing arguments 7 and up (if present) makes no sense.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/x86_64/x86_64/db_trace.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index