Source-Changes archive

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

CVS commit: src/sys/arch/powerpc



Module Name:    src
Committed By:   matt
Date:           Wed Jul  9 22:51:52 UTC 2003

Modified Files:
        src/sys/arch/powerpc/ibm4xx: trap_subr.S
        src/sys/arch/powerpc/powerpc: db_trace.c trap_subr.S

Log Message:
Enhance db_trace to understand syscalls and print the syscall number
that the user requested.  For example:

0xd5c56f40: SC trap #240 by 0x15668c60: srr1=0xd032
            r1=0xffffe470 cr=0x44000045 xer=0 ctr=0xeff27ab8


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/arch/powerpc/ibm4xx/trap_subr.S
cvs rdiff -r1.28 -r1.29 src/sys/arch/powerpc/powerpc/db_trace.c
cvs rdiff -r1.38 -r1.39 src/sys/arch/powerpc/powerpc/trap_subr.S

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