dab2b5910d
Update DESCR. Changes: * set minimal version to NetBSD 9.0 * picotrace: support POSIX_SPAWN * common: Regenerate for syscall.h 1.308 * truss: support POSIX_SPAWN * coredumper: support POSIX_SPAWN * singlestepper: support POSIX_SPAWN
12 lines
392 B
Text
12 lines
392 B
Text
picotrace is designed to be a framework for other more advanced tracers, and an
|
|
example of the canonical usage of ptrace(2). New features are not expected
|
|
unless they reflect a new feature in the kernel.
|
|
|
|
For historical reasons this repository is called picotrace, although it now
|
|
contains other software as well:
|
|
|
|
* sigtracer
|
|
* singlestepper
|
|
* NetBSD strace
|
|
* NetBSD truss
|
|
* coredumper
|