软件包: strace-udeb (4.26-0.2ubuntu3)
strace-udeb 的相关链接
Trisquel 的资源:
下载源码包 strace:
- [strace_4.26-0.2ubuntu3.dsc]
- [strace_4.26.orig.tar.xz]
- [strace_4.26.orig.tar.xz.asc]
- [strace_4.26-0.2ubuntu3.debian.tar.xz]
维护者:
Original Maintainer:
- Steve McIntyre
相似软件包:
Debian 安装程序 udeb 包
警告: 这个软件包专门用于构建 Debian 安装程序(debian-installer)镜像。不要在一个普通的 Trisquel 系统上安装它。
System call tracer
strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by a another process/program. The program to be traced need not be recompiled for this, so you can use it on binaries for which you don't have source.
System calls and signals are events that happen at the user/kernel interface. A close examination of this boundary is very useful for bug isolation, sanity checking and attempting to capture race conditions.
This is a stripped down package intended for debugging use in the Debian installer.