パッケージ: strace64 (6.1-0.1)
strace64 に関するリンク
Debian の資源:
strace ソースパッケージをダウンロード:
- [strace_6.1-0.1.dsc]
- [strace_6.1.orig.tar.xz]
- [strace_6.1.orig.tar.xz.asc]
- [strace_6.1-0.1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [strace.io]
類似のパッケージ:
System call tracer for 64bit binaries
strace is a system call tracer: i.e. a debugging tool which prints out a trace of all the system calls made by 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.
This package contains the 64bit version of the binary, intended for biarch systems with 32bit userland and 64bit kernel.
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.
その他の strace64 関連パッケージ
|
|
|
|
-
- dep: libc6-amd64 (>= 2.34)
- GNU C ライブラリ: AMD64 用 64 ビット共有ライブラリ