CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2010/05/09 11:14:20

Modified files:
        sys/arch/hppa/hppa: trap.c 

Log message:
Make single stepping a system call work.  Instead of single stepping through
the syscall gateway page, which doesn't work since that page is shared
between processes, this makes us step over that bit by setting a breakpoint
on the instruction where the system call returns.

ok miod@, jsing@

Reply via email to