Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   manu
Date:           Tue Jul 27 22:01:56 UTC 2004

Modified Files:
        src/sys/compat/mach: files.mach mach_exception.c
        src/sys/sys: sysctl.h
Added Files:
        src/sys/compat/mach: mach_sysctl.c mach_sysctl.h

Log Message:
Add the emul.mach.exception.hang sysctl, which helps catching programs
that die before they disapear. This is usefull because we cannot start
Mach-O binaries under gdb. We attach the hung process instead.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/compat/mach/files.mach
cvs rdiff -r1.3 -r1.4 src/sys/compat/mach/mach_exception.c
cvs rdiff -r0 -r1.1 src/sys/compat/mach/mach_sysctl.c \
    src/sys/compat/mach/mach_sysctl.h
cvs rdiff -r1.125 -r1.126 src/sys/sys/sysctl.h

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