Source-Changes archive

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

CVS commit: src/sys/arch/hppa/hppa



Module Name:    src
Committed By:   skrll
Date:           Fri Dec 21 13:05:26 UTC 2007

Modified Files:
        src/sys/arch/hppa/hppa: db_interface.c trap.S

Log Message:
Improve ddb backtraces by:

        - Starting with the right set of fp, pc, and rp in all cases.
        - Dropping the argument printing stuff as it could never work.
        - Backtrace through traps and decode syscalls properly by
          making sure the trapframe is at a known offset from the stack
          pointer in both cases. Also, ensure that the frame pointer
          is zero so that we can detect traps.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/arch/hppa/hppa/db_interface.c
cvs rdiff -r1.22 -r1.23 src/sys/arch/hppa/hppa/trap.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