trowa-4 <[EMAIL PROTECTED]> writes: > FreeBSD provides the ptrace system call for controlling and > debugging the execution of a process. > > An alternative to the ptrace system call is the /proc filesystem. > > The functionality provided by the /proc filesystem is the same as > that provided by ptrace; if differs only in its interface. > > Are there having a better method or other method?
They both suck, for different reasons. In theory, ptrace sucks less than proc, but it lacks some of proc's functionality, and fixing that is very hard. DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

